pytorch-stable-diffusion icon indicating copy to clipboard operation
pytorch-stable-diffusion copied to clipboard

Weights link not working

Open anki-mittal opened this issue 1 year ago • 8 comments
trafficstars

From where i can download the tokenizer and weight file? link provided is not working now.

anki-mittal avatar Sep 08 '24 21:09 anki-mittal

I'm facing the same issue.

rdzhao avatar Sep 10 '24 18:09 rdzhao

same problem here...

edvarken avatar Sep 24 '24 09:09 edvarken

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

hkproj avatar Sep 24 '24 09:09 hkproj

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]).

siiyayu avatar Oct 01 '24 05:10 siiyayu

I downloaded wights from here and it works https://huggingface.co/benjamin-paine/stable-diffusion-v1-5/tree/main/tokenizer

siiyayu avatar Oct 02 '24 01:10 siiyayu

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!!

Artemiskgg1 avatar Oct 02 '24 15:10 Artemiskgg1

Created PR #25 to solve this @hkproj

aksj98 avatar Oct 22 '24 05:10 aksj98

Thanks @aksj98

hkproj avatar Oct 22 '24 08:10 hkproj