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

Runway model 401 Error - needs an update to diffusers > 0.29 #21

Open
mtourne opened this issue Sep 5, 2024 · 2 comments
Open

Runway model 401 Error - needs an update to diffusers > 0.29 #21

mtourne opened this issue Sep 5, 2024 · 2 comments

Comments

@mtourne
Copy link

mtourne commented Sep 5, 2024

Getting this error due to runway model not being published anymore

401 Client Error. (Request ID: Root=1-66d9c604-59b6335f0494a4e01485d87a;0fd52886-efef-478b-a439-1965ac586ac4)

Repository Not Found for url: https://huggingface.co/api/models/runwayml/stable-diffusion-v1-5/revision/main.
Please make sure you specified the correct `repo_id` and `repo_type`.
If you are trying to access a private or gated repo, make sure you are authenticated.
Invalid username or password.

See huggingface/diffusers#9323

My fix was simply :

pip install --upgrade diffusers[torch]

@JaimanUp
Copy link

have no luck upgradding diffusors. Where you using manual or portable version?

@olegchomp
Copy link
Owner

olegchomp commented Sep 18, 2024

have no luck upgradding diffusors. Where you using manual or portable version?

For Portable version open cmd in TouchDiffusion folder (where webui.bat). And run:

embedded_python\python.exe -m pip install --upgrade diffusers[torch]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants