Open mtourne opened 2 months ago
have no luck upgradding diffusors. Where you using manual or portable version?
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]
Getting this error due to runway model not being published anymore
See https://github.com/huggingface/diffusers/pull/9323
My fix was simply :
pip install --upgrade diffusers[torch]