Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -120,8 +120,6 @@ pipe.scheduler = DDIMScheduler(
|
|
120 |
)
|
121 |
pipe.load_ip_adapter("h94/IP-Adapter", subfolder="models", weight_name="ip-adapter-plus_sd15.bin")
|
122 |
pipe.enable_free_init(method="butterworth", use_fast_sampling=fast)
|
123 |
-
pipe.enable_vae_slicing()
|
124 |
-
pipe.enable_model_cpu_offload()
|
125 |
|
126 |
# functionality
|
127 |
|
|
|
120 |
)
|
121 |
pipe.load_ip_adapter("h94/IP-Adapter", subfolder="models", weight_name="ip-adapter-plus_sd15.bin")
|
122 |
pipe.enable_free_init(method="butterworth", use_fast_sampling=fast)
|
|
|
|
|
123 |
|
124 |
# functionality
|
125 |
|