TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.54k stars 1.31k forks source link

Error with hugging face? #2928

Open jcflorville opened 1 month ago

jcflorville commented 1 month ago

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 commented 1 month ago

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

jcflorville commented 1 month ago

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