Sushantkas commited on
Commit
340c7ea
·
verified ·
1 Parent(s): 76374a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -44,14 +44,6 @@ except:
44
  print("Model CPU Offload failed")
45
 
46
 
47
- try:
48
- print("Enabling VAE Slicing")
49
- pipe.enable_vae_slicing()
50
- print("VAE Slicing Enabled")
51
- except Exception as e:
52
- print("VAE Slicing Failed")
53
- print("Error:", str(e))
54
-
55
 
56
 
57
 
 
44
  print("Model CPU Offload failed")
45
 
46
 
 
 
 
 
 
 
 
 
47
 
48
 
49