Visit ComfyUI Online for ready-to-use ComfyUI environment
Node for combining images with various blending modes, alpha blending, and masking for complex compositing effects.
The BLEND (JOV) ⚗️ node is designed to combine two input images using a variety of blending modes, such as normal, screen, multiply, overlay, and more. This node also supports alpha blending and masking, allowing you to achieve complex compositing effects. It is an essential tool for creating layered compositions and adding visual richness to your images. By leveraging different blending techniques, you can seamlessly merge images, enhance textures, and create visually appealing effects that are crucial for artistic and design projects.
This parameter represents the first input image to be blended. It is a vector of four values (VEC4) with a default value of (0, 0, 0, 0). This vector can be adjusted to set the initial image or color values for blending.
This parameter represents the second input image to be blended. It is a vector of four values (VEC4) with a default value of (1, 1, 1, 1). This vector can be adjusted to set the final image or color values for blending.
This parameter controls the blend amount between the two input images. It is a floating-point value ranging from 0.0 to 1.0, with a default value of 0.5. A value of 0 means the output will be fully the first image (IN_A), while a value of 1 means the output will be fully the second image (IN_B).
This parameter allows you to select an easing function to apply to the blending process. The available options include "NONE" and other easing functions from the EnumEase enumeration. The default value is "NONE". Easing functions can create smoother transitions between the blended images.
This parameter specifies the desired output type from the blending operation. It uses a list of names converted from the input types, with a default value set to the third item in the list. This allows you to control the format and type of the resultant blended image.
The output parameter represents the resultant blended image. It is of type JOV_TYPE_FULL and contains the final image after applying the specified blending mode and parameters. This output can be used in further image processing or directly in your artistic compositions.
© Copyright 2024 RunComfy. All Rights Reserved.