sejalkishan commited on
Commit
a8655bb
Β·
verified Β·
1 Parent(s): 25d9b8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- pipe.enable_unet_slicing()
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