TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.48k stars 1.3k forks source link

Fails to download the model from Huggingface #1457

Open Zaebumba123 opened 1 year ago

Zaebumba123 commented 1 year ago

Hi. For several days now, when I try to download a model, I get the following error. I saw that one user wrote about this before me, but I still have this error. image

TheLastBen commented 1 year ago

that link doesn't contain the diffusers model, it contains only ckpts, so simply copy the ckpt link and put it in "CKPT_LINK", make sure you remove the link above. https://huggingface.co/hakurei/waifu-diffusion-v1-4/resolve/main/wd-1-4-anime_e1.ckpt https://huggingface.co/hakurei/waifu-diffusion-v1-4/resolve/main/wd-1-4-anime_e2.ckpt

yaml : https://huggingface.co/hakurei/waifu-diffusion-v1-4/blob/main/wd-1-4-anime_e1.yaml

Zaebumba123 commented 1 year ago

ok,thanks

Zaebumba123 commented 1 year ago

that link doesn't contain the diffusers model, it contains only ckpts, so simply copy the ckpt link and put it in "CKPT_LINK", make sure you remove the link above. https://huggingface.co/hakurei/waifu-diffusion-v1-4/resolve/main/wd-1-4-anime_e1.ckpt https://huggingface.co/hakurei/waifu-diffusion-v1-4/resolve/main/wd-1-4-anime_e2.ckpt

yaml : https://huggingface.co/hakurei/waifu-diffusion-v1-4/blob/main/wd-1-4-anime_e1.yaml

I tried to copy a link, I got this image image

TheLastBen commented 1 year ago

wd1.4 is v2, but I'm not sure if v2-512 or v2-768, choose one in the dropdown menu

Zaebumba123 commented 1 year ago

nope, still error with both image

TheLastBen commented 1 year ago

choose v2-512 and see