mask
compositing
Split Image with Alpha

Split Image with Alpha

comfyUI节点-Split Image with Alpha|分离图像Alpha

Documentation

  • Class name: SplitImageWithAlpha
  • Category: mask/compositing
  • Output node: False

The SplitImageWithAlpha node is designed to separate the color and alpha components of an image. It processes an input image tensor, extracting the RGB channels as the color component and the alpha channel as the transparency component, facilitating operations that require manipulation of these distinct image aspects.

Input types

ParameterComfy dtypeDescription
imageIMAGEThe 'image' parameter represents the input image tensor from which the RGB and alpha channels are to be separated. It is crucial for the operation as it provides the source data for the split.

Output types

ParameterComfy dtypeDescription
imageIMAGEThe 'image' output represents the separated RGB channels of the input image, providing the color component without the transparency information.
maskMASKThe 'mask' output represents the separated alpha channel of the input image, providing the transparency information.