Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: ERROR: HTTP error 404 while getting CLIP #16488

Open
3 of 6 tasks
Dolvido opened this issue Sep 14, 2024 · 1 comment
Open
3 of 6 tasks

[Bug]: ERROR: HTTP error 404 while getting CLIP #16488

Dolvido opened this issue Sep 14, 2024 · 1 comment
Labels
bug-report Report of a bug, yet to be confirmed

Comments

@Dolvido
Copy link

Dolvido commented Sep 14, 2024

Checklist

  • The issue exists after disabling all extensions
  • The issue exists on a clean installation of webui
  • 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.
image

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-binary
Error code: 1
stdout: Collecting https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip

stderr:   ERROR: HTTP error 404 while getting https://github.com/openai/CLIP/archive/d50d76daa670286dd6cacf3bcd80b5e4823fc8e1.zip
ERROR: 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.zip

Press 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.

@Dolvido Dolvido added the bug-report Report of a bug, yet to be confirmed label Sep 14, 2024
@fofnor0202
Copy link

UP this, I have similar problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Report of a bug, yet to be confirmed
Projects
None yet
Development

No branches or pull requests

2 participants