Visit ComfyUI Online for ready-to-use ComfyUI environment
Blend multiple images with various modes for AI artists to create complex compositions easily.
The ImageAddMulti
node is designed to blend multiple images together using various blending modes. This node allows you to specify the number of images you want to blend and choose from different blending methods such as addition, subtraction, multiplication, and difference. This functionality is particularly useful for AI artists who want to create complex compositions by merging multiple images in a controlled manner. The node provides a flexible way to combine images, enabling you to achieve a wide range of visual effects by simply adjusting the blending mode and the number of input images.
inputcount
determines the number of images you want to blend together. You can set this value between 2 and 1000, with the default being 2. Increasing this count allows you to blend more images, which can create more complex and nuanced visual effects.
image_1
is the first image input for the blending operation. This parameter is required and serves as the base image to which subsequent images will be blended.
image_2
is the second image input for the blending operation. This parameter is also required and will be blended with image_1
based on the selected blending mode.
blending
specifies the blending mode to be used for combining the images. The available options are add
, subtract
, multiply
, and difference
, with the default being add
. Each mode offers a different way of blending the images:
add
: Adds the pixel values of the images.subtract
: Subtracts the pixel values of the second image from the first.multiply
: Multiplies the pixel values of the images.difference
: Calculates the absolute difference between the pixel values of the images.images
is the output parameter that contains the blended image. This image is the result of applying the specified blending mode to the input images. The output image will reflect the combined visual effect based on the chosen blending method and the number of input images.
add
blending mode and ensure that the images have similar brightness and contrast levels.difference
mode can produce interesting high-contrast results.inputcount
parameter to blend more images and create more complex compositions. Keep in mind that blending too many images may result in a loss of detail.inputcount
) does not match the actual number of images provided.inputcount
value. For example, if inputcount
is set to 3, you should provide image_1
, image_2
, and image_3
.None
.© Copyright 2024 RunComfy. All Rights Reserved.