Yaron Koresh commited on
Commit
f0cb575
·
verified ·
1 Parent(s): 19a72ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ pipe.scheduler = DDIMScheduler(
118
  timestep_spacing="trailing",
119
  steps_offset=1
120
  )
121
- pipe.load_ip_adapter("h94/IP-Adapter", subfolder="sdxl_models", weight_name="ip-adapter-plus_sdxl_vit-h.bin")
122
  pipe.enable_free_init(method="butterworth", use_fast_sampling=fast)
123
 
124
  # functionality
 
118
  timestep_spacing="trailing",
119
  steps_offset=1
120
  )
121
+ pipe.load_ip_adapter("h94/IP-Adapter", subfolder="sdxl_models", weight_name="ip-adapter-plus_sdxl_vit-h.bin", low_cpu_mem_usage=False, ignore_mismatched_sizes=True)
122
  pipe.enable_free_init(method="butterworth", use_fast_sampling=fast)
123
 
124
  # functionality