ComfyUI Node

Blend Images

Blends two images using various PIL-supported blend modes. Blend amount controls opacity: 0.0 = original image, 1.0 = full blend effect. Normal mode blends directly between input images.

By Pirog17000·Created about a year ago·Updated 9 months ago· 3
Blend Images
  • image1
  • image2
  • IMAGE
blend_amount0.50
blend_mode
Categorypirog/image

Inputs (4)

NameTypeDefaultDescription
image1IMAGEFirst image to blend
image2IMAGESecond image to blend
blend_amountFLOAT0.500–1Opacity control: 0.0 = original image, 1.0 = full blend effect. For normal mode: blends between image1/image2 directly.
blend_modeCOMBOBlend mode to use for combining the images

Outputs (1)

NameTypeDescription
IMAGEIMAGEBlended image result