Yaron Koresh commited on
Commit
ba34ed7
·
verified ·
1 Parent(s): 0224e73

Update app.py

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