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
This is because this function was removed in huggingface_hub 0.26. You can downgrade huggingface_hub to version 0.25.2 pip install huggingface_hub==0.25.2
when run
from diffusers.schedulers.scheduling_ddpm import DDPMScheduler
ImportError: cannot import name 'cached_download' from 'huggingface_hub'
The text was updated successfully, but these errors were encountered: