freecoderwaifu
freecoderwaifu
Nevermind, when in doubt it's usually the Dreambooth extension lol, it's still a good extension though. Deleting the Dreambooth extension fixes it for now, might be something that needs to...
Can confirm this happens only on non square resolutions. Manually setting Firstpass width and height to half of the target resolution fixes it, example: 1280x768 = Firstpass width: 640, Firstpass...
Managed to fix it by changing line 636 in modules/processing.py from `desired_pixel_count = 512 * 512` to `desired_pixel_count = self.width /2 * self.height /2` Current code: ``` if self.firstphase_width ==...
Perfectly fixed by https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/ef27a18b6b7cb1a8eebdc9b2e88d25baf2c2414d, thank you again.
>Models for SD1.5 may be provided later if demanded. Demand +1.
SD 1.5 models work as expected, thank you. Looking forward to img2img and the merged pull request to auto save the transparent images.