Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
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-
|
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
|