Spaces:
Running
Running
Commit
·
1a8b606
1
Parent(s):
bc04a11
update
Browse files- gradio_demo/app.py +1 -1
gradio_demo/app.py
CHANGED
@@ -143,7 +143,7 @@ def instantir_restore(
|
|
143 |
pipe.enable_vae_tiling()
|
144 |
if cpu_offload:
|
145 |
pipe.enable_model_cpu_offload()
|
146 |
-
pipe.enable_sequential_cpu_offload()
|
147 |
print('done')
|
148 |
|
149 |
|
|
|
143 |
pipe.enable_vae_tiling()
|
144 |
if cpu_offload:
|
145 |
pipe.enable_model_cpu_offload()
|
146 |
+
# pipe.enable_sequential_cpu_offload()
|
147 |
print('done')
|
148 |
|
149 |
|