Skip to content

Commit c462e5a

Browse files
authored
Merge pull request #16460 from AUTOMATIC1111/sd-1.5-url
2 parents 8b19b75 + c9a06d1 commit c462e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sd_models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def list_models():
159159
model_url = None
160160
expected_sha256 = None
161161
else:
162-
model_url = f"{shared.hf_endpoint}/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.safetensors"
162+
model_url = f"{shared.hf_endpoint}/stable-diffusion-v1-5/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.safetensors"
163163
expected_sha256 = '6ce0161689b3853acaa03779ec93eafe75a02f4ced659bee03f50797806fa2fa'
164164

165165
model_list = modelloader.load_models(model_path=model_path, model_url=model_url, command_path=shared.cmd_opts.ckpt_dir, ext_filter=[".ckpt", ".safetensors"], download_name="v1-5-pruned-emaonly.safetensors", ext_blacklist=[".vae.ckpt", ".vae.safetensors"], hash_prefix=expected_sha256)

0 commit comments

Comments
 (0)