Yaron Koresh commited on
Commit
e5aaa80
·
verified ·
1 Parent(s): 4d72d11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -120,8 +120,6 @@ pipe.scheduler = DDIMScheduler(
120
  )
121
  pipe.load_ip_adapter("h94/IP-Adapter", subfolder="models", weight_name="ip-adapter-plus_sd15.bin")
122
  pipe.enable_free_init(method="butterworth", use_fast_sampling=fast)
123
- pipe.enable_vae_slicing()
124
- pipe.enable_model_cpu_offload()
125
 
126
  # functionality
127
 
 
120
  )
121
  pipe.load_ip_adapter("h94/IP-Adapter", subfolder="models", weight_name="ip-adapter-plus_sd15.bin")
122
  pipe.enable_free_init(method="butterworth", use_fast_sampling=fast)
 
 
123
 
124
  # functionality
125