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.
Blend Images
- image1
- image2
- IMAGE
◄blend_amount0.50►
◄blend_mode▾►
Categorypirog/image
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| image1 | IMAGE | First image to blend | |
| image2 | IMAGE | Second image to blend | |
| blend_amount | FLOAT | 0.500–1 | Opacity control: 0.0 = original image, 1.0 = full blend effect. For normal mode: blends between image1/image2 directly. |
| blend_mode | COMBO | Blend mode to use for combining the images |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | Blended image result |