Open sst030164 opened 8 months ago
Seems like it's trying to download sd1.5 base model from the wrong url, not sure why. But what if you add "--no-download-sd-model" to the commandline_args in your webui_user.bat?
@lcmiracle-yh Thank you for your comment. I added "--no-download-sd-model" to COMMANDLINE_ARGS, and run "webui-user.bat", but the same error happened...
@lcmiracle-yh Thank you for your comment. I added "--no-download-sd-model" to COMMANDLINE_ARGS, and run "webui-user.bat", but the same error happened...
I'm not sure why in your original posted logs, it is downloading the model from
Downloading: "https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.safetensors" to C:\tools\stable-diffusion-webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors
Which is actually 404 so maybe your local code is outdated? Try git pull or download the latest installation (get remove that command line argument I told you to add)
@lcmiracle-yh The following "sd_models.py" includes the url of "v1-5-pruned-emaonly.safetensors". And it seems alive because I can download file by using Web Browser. https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/modules/sd_models.py
Thank you. Got it. I’m looking forward to next update of web-ui.
Checklist
What happened?
I tried WebUI clean install but failed.
Steps to reproduce the problem
What should have happened?
WebUI start after installation completed.
What browsers do you use to access the UI ?
Google Chrome
Sysinfo
sysinfo-2024-03-16-04-21.json
Console logs
Additional information
I tried to use sd.webui.zip package, but it does not work with another error.