Spaces:
Running
on
Zero
Running
on
Zero
Update raw.py
Browse files
raw.py
CHANGED
|
@@ -45,10 +45,6 @@ pipe = FluxControlNetPipeline.from_pretrained(
|
|
| 45 |
|
| 46 |
pipe.to("cuda")
|
| 47 |
|
| 48 |
-
try:
|
| 49 |
-
pipe.enable_sequential_cpu_offload()
|
| 50 |
-
except:
|
| 51 |
-
print("debug-1")
|
| 52 |
try:
|
| 53 |
pipe.vae.enable_slicing()
|
| 54 |
except:
|
|
|
|
| 45 |
|
| 46 |
pipe.to("cuda")
|
| 47 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
try:
|
| 49 |
pipe.vae.enable_slicing()
|
| 50 |
except:
|