Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
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
|