mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-25 15:48:22 -05:00
Fix an issue where if the input image is transparent in a region to be masked, that transparent region ends up opaque black. Need to respect the input image transparency by applying the mask to the alpha channel only.