olegchomp / TouchDiffusion

TouchDesigner implementation for real-time Stable Diffusion interactive generation with StreamDiffusion.
164 stars 9 forks source link

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

Open mtourne opened 2 months ago

mtourne commented 2 months ago

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 https://github.com/huggingface/diffusers/pull/9323

My fix was simply :

pip install --upgrade diffusers[torch]

JaimanUp commented 2 months ago

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

olegchomp commented 2 months ago

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]