Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates separating image into parts, focusing on image and alpha channel split for AI artists' manipulation and processing.
The SDZero ImageSplit node is designed to facilitate the separation of an image into its constituent parts, specifically focusing on splitting the image and its alpha channel. This node is particularly useful for AI artists who need to manipulate or process different components of an image separately. By isolating the alpha channel, you can perform targeted adjustments or effects on the image's transparency independently from its color data. This capability is essential for tasks such as compositing, masking, and advanced image editing, where precise control over different image layers is required.
The image
parameter expects an input of type IMAGE
. This parameter represents the image that you want to split into its color and alpha components. The image should be provided as a tensor, and it can include an alpha channel. If the image does not have an alpha channel, the node will generate a default alpha channel filled with ones, indicating full opacity. This parameter is crucial as it determines the source image that will be processed by the node.
The IMAGE
output parameter provides the color data of the input image, excluding the alpha channel. This output is a tensor containing the RGB values of the image, which can be used for further processing or manipulation. The separation of the color data allows for independent adjustments without affecting the transparency information.
The MASK
output parameter provides the alpha channel of the input image. If the input image includes an alpha channel, this output will contain the extracted alpha values. If the input image lacks an alpha channel, the node generates a default alpha mask filled with ones, representing full opacity. This output is essential for tasks that require precise control over the transparency of the image.
IMAGE
output to apply color corrections, filters, or other adjustments to the image's color data without affecting its transparency.MASK
output to create or refine masks for compositing tasks, enabling you to blend images seamlessly or apply effects selectively.image
parameter is not supplied or is incorrectly formatted.© Copyright 2024 RunComfy. All Rights Reserved.