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
ImportError: cannot import name 'LocalEntryNotFoundError' from 'huggingface_hub.errors' (/usr/local/lib/python3.10/dist-packages/huggingface_hub/errors.py)
Before, I was able to run it smoothly but now I cannot load pipeline components:
After speaking with huggingface_hub contributors it turned out that huggingface_hub needs to be the newest version + diffusers==0.29.0. I think, the file requirements.txt needs to be updated because it was messing up.
Yesterday I have encountered the following error:
ImportError: cannot import name 'LocalEntryNotFoundError' from 'huggingface_hub.errors' (/usr/local/lib/python3.10/dist-packages/huggingface_hub/errors.py)
Before, I was able to run it smoothly but now I cannot load pipeline components:
Please find attached the gist here
Could there be any particular change causing this?
The text was updated successfully, but these errors were encountered: