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
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.
Getting this error due to runway model not being published anymore
See huggingface/diffusers#9323
My fix was simply :
pip install --upgrade diffusers[torch]
The text was updated successfully, but these errors were encountered: