You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I am getting this error with every single SD15 checkpoint I have:
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?
The text was updated successfully, but these errors were encountered: