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
The pin was added way back in huggingface#936 and then we forget to ever remove it.
This is now causing trouble, as the old diffusers version still uses
cached_download, which was removed from huggingface_hub:
> ImportError: cannot import name 'cached_download' from 'huggingface_hub'
0 commit comments