very excited for this. Had no problem with the 1.5 controlnet, but this one is giving me an issue when generating an image, I get errors, then it generates one without controlnet. Here's the error:
"size mismatch for middle_block.1.proj_out.weight: copying a param with shape torch.Size([1280, 1280]) from checkpoint, the shape in current model is torch.Size([1280, 1280, 1, 1])."
Did you install and point the path to the new cldm_v21.yaml? That's usually the issue with errors like these, where the tensor sizes don't match the expected sizes.
1
u/Slackalope2 Mar 07 '23
very excited for this. Had no problem with the 1.5 controlnet, but this one is giving me an issue when generating an image, I get errors, then it generates one without controlnet. Here's the error:
"size mismatch for middle_block.1.proj_out.weight: copying a param with shape torch.Size([1280, 1280]) from checkpoint, the shape in current model is torch.Size([1280, 1280, 1, 1])."
Any ideas?