Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import error #119

Open
fengluying opened this issue Nov 7, 2024 · 2 comments
Open

import error #119

fengluying opened this issue Nov 7, 2024 · 2 comments

Comments

@fengluying
Copy link

when run
from diffusers.schedulers.scheduling_ddpm import DDPMScheduler

ImportError: cannot import name 'cached_download' from 'huggingface_hub'

@Yysrc
Copy link

Yysrc commented Nov 11, 2024

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

@ACprinter
Copy link

good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants