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

Error with hugging face? #2928

Open
jcflorville opened this issue Sep 26, 2024 · 2 comments
Open

Error with hugging face? #2928

jcflorville opened this issue Sep 26, 2024 · 2 comments

Comments

@jcflorville
Copy link

I'm receiving this message when I try to run it

Path_to_HuggingFace is empty

/content/stable-diffusion-custom
Initialized empty Git repository in /content/stable-diffusion-custom/.git/
Git LFS initialized.
Updating origin
fatal: could not read Username for 'https://huggingface.co/': No such device or address
error: Could not fetch origin
fatal: could not read Username for 'https://huggingface.co/': No such device or address
Check the link you provided
Check the link you provided

Any ideas?! Thanks

@danielba777
Copy link

Same issue... Did you found a solution for it?

@jcflorville
Copy link
Author

jcflorville commented Sep 30, 2024

Yes, you can add this code block before model download

from huggingface_hub import notebook_login
notebook_login()

And use stable-diffusion-v1-5/stable-diffusion-v1-5 path huggingface because ruwnayml is deprecated

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

2 participants