Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ print("⚙️ Applying optimizations...")
|
|
| 88 |
pipe = pipe.to(device)
|
| 89 |
pipe.enable_model_cpu_offload()
|
| 90 |
pipe.enable_attention_slicing()
|
| 91 |
-
pipe.enable_vae_tiling()
|
| 92 |
print("✅ Optimizations active: CPU offloading + attention slicing + VAE tiling")
|
| 93 |
|
| 94 |
# Try to load Lightning LoRA
|
|
|
|
| 88 |
pipe = pipe.to(device)
|
| 89 |
pipe.enable_model_cpu_offload()
|
| 90 |
pipe.enable_attention_slicing()
|
| 91 |
+
#pipe.enable_vae_tiling()
|
| 92 |
print("✅ Optimizations active: CPU offloading + attention slicing + VAE tiling")
|
| 93 |
|
| 94 |
# Try to load Lightning LoRA
|