Visit ComfyUI Online for ready-to-use ComfyUI environment
Combine latent representations with various blending modes for AI artists to create unique visual effects and styles.
The Blend Latents node is designed to combine two latent representations, or "latents," using various blending modes. This node is particularly useful for AI artists who want to merge different latent spaces to create unique and complex outputs. By blending latents, you can achieve a wide range of visual effects and styles, enhancing the creative possibilities of your AI-generated art. The node supports multiple blending operations such as addition, multiplication, overlay, and more, allowing for fine-tuned control over the blending process. This flexibility makes it an essential tool for artists looking to experiment with and refine their AI-generated content.
This parameter represents the first latent input that you want to blend. It is a required input and should be of type LATENT
. The latent data encapsulates the encoded information of an image or other data type that you wish to manipulate.
This parameter represents the second latent input that you want to blend with the first. Like latent_a
, it is a required input and should be of type LATENT
. This latent data will be combined with latent_a
according to the specified blending operation.
This parameter specifies the blending operation to be applied to the latents. The available options are add
, multiply
, divide
, subtract
, overlay
, hard_light
, soft_light
, screen
, linear_dodge
, difference
, exclusion
, and random
. Each operation has a unique effect on how the latents are combined, allowing for a variety of creative outcomes.
This parameter controls the blend factor, which determines the proportion of each latent in the final blended output. It is a floating-point value with a default of 0.5, a minimum of 0.01, and a maximum of 1.0. Adjusting this value allows you to fine-tune the influence of each latent in the blended result.
The output parameter is a single latent representation that results from blending latent_a
and latent_b
according to the specified operation and blend factor. This output can be used in subsequent nodes for further processing or as a final output for generating images or other data types.
<mode>
add
, multiply
, divide
, subtract
, overlay
, hard_light
, soft_light
, screen
, linear_dodge
, difference
, exclusion
, or random
.latent_a
and latent_b
do not match.© Copyright 2024 RunComfy. All Rights Reserved.