I am getting this error with every single SD15 checkpoint I have:
BatchCreativeInterpolation
Error(s) in loading state_dict for ResamplerImport:
size mismatch for proj_in.weight: copying a param with shape torch.Size([768, 1280]) from checkpoint, the shape in current model is torch.Size([768, 1024]).
How can I solve this? There is no information about specific checkpoints torch.size, so I have no clue how to avoid this by downloading the correct torch size checkpoint + that also means that we cannot use our favorite SD15 checkpoints, only those that are torch.Size([768, 1024]), not good at all.
Or is there some other workaround?