IFMedTechdemo commited on
Commit
8e4d878
·
verified ·
1 Parent(s): 396a22d

Update app.py

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