size mismatch for conv_in.weight: copying a param with shape torch.Size([320, 9, 3, 3]) from checkpoint, the shape in current model is torch.Size([320, 4, 3, 3]).
Hrushi11 opened this issue · 1 comments
Hrushi11 commented
Facing this error when running the script on every .safetensor file
haofanwang commented
It seems that you are loading an inpainting model weight into a normal text-to-image model.