stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

Error on loopback in Img2Img.

Open MarcusMcNut opened this issue 3 years ago • 3 comments

I tried to setup a batch count of 8 for batches of 3. I'm using a 512x512 image, and I'm getting the following error.

einsum(): operands do not broadcast with remapped shapes [original->remapped]: [48, 4096, 40]->[48, 4096, 1, 40] [16, 77, 40]->[16, 1, 77, 40] I've tried this multiple times with different sized images and always have the same error.

MarcusMcNut avatar Aug 28 '22 19:08 MarcusMcNut

This is on stable branch, correct?

Either way, Loopback is not a particularly useful feature, so for now I would suggest doing it manually which will provide better results see here

hlky avatar Aug 28 '22 20:08 hlky

This is on stable branch, correct?

Either way, Loopback is not a particularly useful feature, so for now I would suggest doing it manually which will provide better results see here

Yep this time around I am on the stable branch. 👍 I'll read the link. Thanks.

MarcusMcNut avatar Aug 28 '22 20:08 MarcusMcNut

Thanks, I'm going to move this to the dev repo since it will be broken there too, the feature might be removed at some point, or probably extracted to its own tab away from the main img2img

hlky avatar Aug 28 '22 20:08 hlky

Can't reproduce, must have been fixed.

hlky avatar Aug 31 '22 13:08 hlky