jquesnelle / txt2imghd

A port of GOBIG for Stable Diffusion
MIT License
691 stars 82 forks source link

Allow img opt to handle images with alpha #28

Closed JPGDavis closed 1 year ago

JPGDavis commented 1 year ago

Currently, the script will fail on images with a pre-existing alpha (32 bit depth). Doing a quick conversion instead of a straight copy fixes this!

jquesnelle commented 1 year ago

Yup, looks great! Thanks!