image
postprocessing
Image Blend

Image Blend

comfyUI节点-ImageBlend|图像混合

Documentation

  • Class name: ImageBlend
  • Category: image/postprocessing
  • Output node: False

The ImageBlend node is designed to blend two images together based on a specified blending mode and blend factor. It supports various blending modes such as normal, multiply, screen, overlay, soft light, and difference, allowing for versatile image manipulation and compositing techniques. This node is essential for creating composite images by adjusting the visual interaction between two image layers.

Input types

FieldComfy dtypeDescription
image1IMAGEThe first image to be blended. It serves as the base layer for the blending operation.
image2IMAGEThe second image to be blended. Depending on the blend mode, it modifies the appearance of the first image.
blend_factorFLOATDetermines the weight of the second image in the blend. A higher blend factor gives more prominence to the second image in the resulting blend.
blend_modeCOMBO[STRING]Specifies the method of blending the two images. Supports modes like normal, multiply, screen, overlay, soft light, and difference, each producing a unique visual effect.

Output types

FieldComfy dtypeDescription
imageIMAGEThe resulting image after blending the two input images according to the specified blend mode and factor.