Yaron Koresh commited on
Commit
7d100e0
·
verified ·
1 Parent(s): 72c1344

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ pipe.scheduler = EulerAncestralDiscreteScheduler.from_pretrained(
123
  beta_schedule="linear",
124
  )
125
  #pipe.unet.load_state_dict(load_file(hf_hub_download(repo, ckpt), device=device), strict=False)
126
- pipe.load_ip_adapter("h94/IP-Adapter", subfolder="models", weight_name="ip-adapter_sd15.bin")
127
  pipe.enable_free_init(method="butterworth", use_fast_sampling=fast)
128
 
129
  # Threading
 
123
  beta_schedule="linear",
124
  )
125
  #pipe.unet.load_state_dict(load_file(hf_hub_download(repo, ckpt), device=device), strict=False)
126
+ pipe.load_ip_adapter("h94/IP-Adapter", subfolder="models", weight_name="ip-adapter-plus_sd15.bin")
127
  pipe.enable_free_init(method="butterworth", use_fast_sampling=fast)
128
 
129
  # Threading