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

hugging_face_hub #179

Open
gschian0 opened this issue Dec 4, 2024 · 3 comments
Open

hugging_face_hub #179

gschian0 opened this issue Dec 4, 2024 · 3 comments

Comments

@gschian0
Copy link

gschian0 commented Dec 4, 2024

I always run into a hugging face hub error... can you help me figure out why and what is wrong with huggingface hub and docker?

@allankouidri
Copy link

Have you tried downgrading to huggingface-hub==0.25.2?

@JohanAR
Copy link

JohanAR commented Dec 16, 2024

When building realtime-img2img demo I added the following two lines to requirements.txt

numpy==1.26.4
huggingface_hub==0.25.2

Prevents numpy 2 and latest version of huggingface_hub from being pulled in automatically as dependencies

@doctorjei
Copy link

I submitted a PR that should fix this - #184 . It's a conservative change; it just extends the valid diffusers version range from ==0.24.0 to 0.24.0 - 0.29.0. (0.29.0 is compatible with newer versions of huggingface_hub)

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

4 participants