Replies: 1 comment 1 reply
-
Originally, ComfyUI handles alpha channels separately as masks and doesn't deal with them directly. However, since features handling alpha channels have been increasing recently, it might be good to consider this aspect as well. I'm not sure if it's the right approach to avoid inverting the alpha channel unconditionally. I think this needs discussion. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Expected Behavior
Actual Behavior
Steps to Reproduce
Invert an image with an alpha channel
Debug Logs
N/A
Other
ComfyUI/nodes.py
Lines 1728 to 1741 in 3b9a6cf
Here's the corrected image inversion w/ the help of ChatGPT:
Beta Was this translation helpful? Give feedback.
All reactions