Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ pipe = CogVideoXPipeline.from_pretrained(
|
|
| 15 |
pipe.enable_model_cpu_offload() # auto move submodules between CPU/GPU
|
| 16 |
pipe.vae.enable_slicing() # slice VAE for extra VRAM savings
|
| 17 |
pipe.enable_attention_slicing()
|
| 18 |
-
|
| 19 |
|
| 20 |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 21 |
# 2. Resolution parsing & sanitization
|
|
|
|
| 15 |
pipe.enable_model_cpu_offload() # auto move submodules between CPU/GPU
|
| 16 |
pipe.vae.enable_slicing() # slice VAE for extra VRAM savings
|
| 17 |
pipe.enable_attention_slicing()
|
| 18 |
+
|
| 19 |
|
| 20 |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 21 |
# 2. Resolution parsing & sanitization
|