Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolved issue with black and white images in nodes_mask.py #4110

Closed
wants to merge 1 commit into from

Commits on Jul 25, 2024

  1. resolved issue with black and white images in nodes_mask.py

    Nodes that use the composite function accept both bw and rgb images. Both formats correctly display in the image preview node, however, the formats have transposed HW and incompatible C dimensions, even though they are both accepted as inputs. 
    
    This change introduces a function that converts black and white inputs to rgb so that composite operations do not unexpectedly fail while the image preview displays an image successfully.
    shawnington committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    1df031d View commit details
    Browse the repository at this point in the history