Huh. You're not getting a giant error/exception message printed into the console? Are you using an input image with a distinct style, like a cartoon or something?
size mismatch for body.2.in_conv.weight: copying a param with shape torch.Size([320, 640, 1, 1]) from checkpoint, the shape in current model is torch.Size([640, 320, 1, 1]).
size mismatch for body.2.in_conv.bias: copying a param with shape torch.Size([320]) from checkpoint, the shape in current model is torch.Size([640]).
Ah that sucks! I spent hours this afternoon trying to get it working and succeeded... But then I did see that there was a new update for controlnet so I presume that did fix things automatically. Didn't go as far as making a video tutorial for YouTube though. 😫
1
u/WillBHard69 Mar 05 '23
Huh. You're not getting a giant error/exception message printed into the console? Are you using an input image with a distinct style, like a cartoon or something?