Visit ComfyUI Online for ready-to-use ComfyUI environment
Merge conditioning inputs with blending modes for nuanced control, ideal for AI artists seeking complex outputs.
The ConditioningBlend node is designed to merge two conditioning inputs using various blending modes and strengths, allowing for nuanced control over the resulting conditioning. This node is particularly useful for AI artists who want to combine different conditioning sources to create more complex and refined outputs. By leveraging different blending techniques, such as linear interpolation, spherical linear interpolation, and others, you can achieve a wide range of effects and fine-tune the conditioning to better suit your creative needs. The node also supports the use of a seed for reproducibility, ensuring that you can consistently recreate the same blended conditioning.
This parameter represents the first conditioning input that you want to blend. It is a required input and should be of the type CONDITIONING
. The conditioning input typically contains data that influences the behavior of the AI model, such as style or content features.
This parameter represents the second conditioning input that you want to blend with the first. It is also a required input and should be of the type CONDITIONING
. Like conditioning_a, this input contains data that will be combined with the first conditioning input to produce a new, blended conditioning.
This parameter specifies the blending mode to be used for combining the two conditioning inputs. It accepts a list of predefined blending modes, such as add
, subtract
, slerp
, lerp
, and others. Each blending mode applies a different mathematical operation to merge the inputs, allowing for various effects. The choice of blending mode can significantly impact the final output.
This parameter controls the strength of the blending between the two conditioning inputs. It is a FLOAT
value with a default of 0.5, a minimum of -10.0, and a maximum of 10.0. The blending strength determines the weight of each conditioning input in the final blend, with higher values giving more prominence to one input over the other.
This parameter is an INT
value used to set the random seed for reproducibility. It has a default value of 0 and a range from 0 to 0xffffffffffffffff. Setting a specific seed ensures that the blending process can be consistently repeated, producing the same results each time.
The output parameter is a single CONDITIONING
type, which represents the blended conditioning result. This output combines the features and characteristics of the two input conditionings based on the specified blending mode and strength. The resulting conditioning can then be used in subsequent nodes or processes to influence the behavior of the AI model.
<mode>
CONDITIONING
type.© Copyright 2024 RunComfy. All Rights Reserved.