Visit ComfyUI Online for ready-to-use ComfyUI environment
Seamlessly blend images with various modes for artistic compositions and post-processing control.
The ImageBlend node is designed to seamlessly combine two images using various blending modes, allowing you to create visually appealing and complex compositions. This node is particularly useful for post-processing tasks where you want to merge different visual elements or apply specific blending effects to enhance the final image. By leveraging different blend modes such as multiply, screen, overlay, soft light, and difference, you can achieve a wide range of artistic effects. The blend factor parameter allows you to control the intensity of the blending, giving you fine-grained control over the final output. This node is essential for AI artists looking to add depth, texture, and unique visual styles to their images.
This parameter represents the first input image that will be blended with the second image. It is a required parameter and should be provided in the form of a tensor. The first image serves as the base layer in the blending process.
This parameter represents the second input image that will be blended with the first image. It is also a required parameter and should be provided in the form of a tensor. The second image serves as the top layer in the blending process.
The blend factor controls the intensity of the blending between the two images. It is a floating-point value that ranges from 0.0 to 1.0, with a default value of 0.5. A blend factor of 0.0 means only the first image is visible, while a blend factor of 1.0 means only the second image is visible. Intermediate values create a mix of both images.
The blend mode determines the mathematical operation used to combine the two images. Available options are "normal", "multiply", "screen", "overlay", "soft_light", and "difference". Each mode produces a different visual effect, allowing you to choose the one that best suits your artistic needs.
The output parameter is the blended image resulting from the combination of the two input images using the specified blend mode and blend factor. This image is returned as a tensor and represents the final composition that can be used for further processing or final output.
<mode>
© Copyright 2024 RunComfy. All Rights Reserved.