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

Backward incompatible changes in huggingface_hub #8

Open
rafalkarczewski opened this issue Oct 29, 2024 · 0 comments
Open

Backward incompatible changes in huggingface_hub #8

rafalkarczewski opened this issue Oct 29, 2024 · 0 comments

Comments

@rafalkarczewski
Copy link

Hi all,

Thanks for the great work that you're doing. There has been a backward incompatible change in huggingface_hub (easydiffusion/easydiffusion#1851) and now the code does not work with the provided Dockerfile.

I suggest changing
RUN pip install diffusers==0.26.3 accelerate==0.27.2
to
RUN pip install diffusers==0.26.3 accelerate==0.27.2 huggingface_hub==0.25.2

This solved the issue for me

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

1 participant