size mismatch

#12
by ruradium - opened

when I tried to use a fine-tune model trained on V2.0 - 768, I got size mismatch for model.diffusion_model.input_blocks.1.1.proj_in.weight: copying a param with shape torch.Size([320, 320, 1, 1]) from checkpoint, the shape in current model is torch.Size([320, 320]). error
BTW, I`ve already had the yaml file with the same name as the model under the model/Stable-diffusion directory

Usually this error happens when the image size is not a multiple of 64, did you clone the repo locally?

Sign up or log in to comment