auto-sd-paint-ext icon indicating copy to clipboard operation
auto-sd-paint-ext copied to clipboard

Fix #148 expected rgb but got rgba

Open Artificiangel opened this issue 6 months ago • 0 comments

I saw that the issue was marked as complete but I found myself having the same issue.

Some people's SD installations might return RGBA. Limit the line r, g, b = img.split() to the first 3 channels because the plugin already has a mask variable. The issue was caused by the stable diffusion setting: (img2img > include masked composite) being enabled.

Artificiangel avatar Dec 14 '23 17:12 Artificiangel