You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is caused by an extension, but I believe it is caused by a bug in the webui
The issue exists in the current version of the webui
The issue has not been reported before recently
The issue has been reported before but has not been fixed yet
What happened?
Clean install of sd.webui on windows 11. Receiving this error with CLIP install 404 error.
Steps to reproduce the problem
download sd.webui v1.0.0
run environment.bat
run update.bat
Run run.bat
What should have happened?
start up normally
What browsers do you use to access the UI ?
No response
Sysinfo
not available
Console logs
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.10.1
Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2
Installing clip
Traceback (most recent call last):
File "D:\sd.webui\webui\launch.py", line 48, in<module>main()
File "D:\sd.webui\webui\launch.py", line 39, in main
prepare_environment()
File "D:\sd.webui\webui\modules\launch_utils.py", line 394, in prepare_environment
run_pip(f"install {clip_package}", "clip")
File "D:\sd.webui\webui\modules\launch_utils.py", line 144, in run_pip
return run(f'"{python}" -m pip {command} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}", live=live)
File "D:\sd.webui\webui\modules\launch_utils.py", line 116, in run
raise RuntimeError("\n".join(error_bits))
RuntimeError: Couldn't install clip.Command: "D:\sd.webui\system\python\python.exe" -m pip install https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip --prefer-binaryError code: 1stdout: Collecting https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zipstderr: ERROR: HTTP error 404 while getting https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zipERROR: Could not install requirement https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip because of HTTP error 404 Client Error: Not Found for url: https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip for URL https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zipPress any key to continue . . .
Additional information
There was more info in the terminal the very first time I ran it, but the other packages installed successfully.
The text was updated successfully, but these errors were encountered:
Checklist
What happened?
Clean install of sd.webui on windows 11. Receiving this error with CLIP install 404 error.
Steps to reproduce the problem
download sd.webui v1.0.0
run environment.bat
run update.bat
Run run.bat
What should have happened?
start up normally
What browsers do you use to access the UI ?
No response
Sysinfo
not available
Console logs
Additional information
There was more info in the terminal the very first time I ran it, but the other packages installed successfully.
The text was updated successfully, but these errors were encountered: