pytorch-stable-diffusion
pytorch-stable-diffusion copied to clipboard
Weights link not working
From where i can download the tokenizer and weight file? link provided is not working now.
I'm facing the same issue.
same problem here...
Unfortunately RunwayML had to take the models down because of copyright reasons. You can download the weights from here: https://www.modelscope.cn/models/AI-ModelScope/stable-diffusion-v1-5/files
Or you can use any fine-tuned version
I have this error, unfortunately :( Maybe it's not the same model.
Error(s) in loading state_dict for VAE_Encoder:
Missing key(s) in state_dict: "16.weight", "16.bias".
Unexpected key(s) in state_dict: "18.weight", "18.bias".
size mismatch for 17.weight: copying a param with shape torch.Size([8, 512, 3, 3]) from checkpoint, the shape in current model is torch.Size([8, 8, 1, 1]).
I downloaded wights from here and it works https://huggingface.co/benjamin-paine/stable-diffusion-v1-5/tree/main/tokenizer
Unfortunately RunwayML had to take the models down because of copyright reasons. You can download the weights from here: https://www.modelscope.cn/models/AI-ModelScope/stable-diffusion-v1-5/files
Or you can use any fine-tuned version
Thank you!!
Created PR #25 to solve this @hkproj
Thanks @aksj98