Spaces:
Running
on
Zero
Running
on
Zero
aifeifei798
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def feifeimodload():
|
|
35 |
lora_scale=1.0,
|
36 |
)
|
37 |
|
38 |
-
pipe.enable_sequential_cpu_offload()
|
39 |
pipe.vae.enable_slicing()
|
40 |
pipe.vae.enable_tiling()
|
41 |
pipe.unload_lora_weights()
|
|
|
35 |
lora_scale=1.0,
|
36 |
)
|
37 |
|
38 |
+
#pipe.enable_sequential_cpu_offload()
|
39 |
pipe.vae.enable_slicing()
|
40 |
pipe.vae.enable_tiling()
|
41 |
pipe.unload_lora_weights()
|