Visit ComfyUI Online for ready-to-use ComfyUI environment
Combine multiple conditioning inputs into a single output, enhancing data robustness and versatility.
The KfConditioningAddx10
node is designed to combine multiple conditioning inputs into a single output. This node is particularly useful in scenarios where you need to aggregate various conditioning data points to create a more comprehensive conditioning output. By summing the tensor values and pooling outputs from multiple conditioning inputs, this node helps in enhancing the conditioning data, making it more robust and versatile for further processing. The primary goal of this node is to facilitate the integration of up to ten different conditioning inputs, ensuring that the resulting conditioning output is a well-rounded combination of all provided inputs.
This is a required input parameter that represents the primary conditioning input. It is of type CONDITIONING
and must be provided for the node to function. This input serves as the base conditioning data to which other optional conditioning inputs will be added.
This is an optional input parameter of type CONDITIONING
. If provided, its tensor values and pooled output will be added to those of cond_0
. The default value is 0, meaning it will not contribute to the output if not explicitly provided.
This is an optional input parameter of type CONDITIONING
. Similar to cond_1
, its values will be added to cond_0
if provided. The default value is 0.
This is an optional input parameter of type CONDITIONING
. It follows the same behavior as cond_1
and cond_2
, with a default value of 0.
This is an optional input parameter of type CONDITIONING
. It will be added to cond_0
if provided, with a default value of 0.
This is an optional input parameter of type CONDITIONING
. It will be added to cond_0
if provided, with a default value of 0.
This is an optional input parameter of type CONDITIONING
. It will be added to cond_0
if provided, with a default value of 0.
This is an optional input parameter of type CONDITIONING
. It will be added to cond_0
if provided, with a default value of 0.
This is an optional input parameter of type CONDITIONING
. It will be added to cond_0
if provided, with a default value of 0.
This is an optional input parameter of type CONDITIONING
. It will be added to cond_0
if provided, with a default value of 0.
The output parameter is of type CONDITIONING
. It represents the combined conditioning data resulting from the addition of all provided conditioning inputs. The output includes the summed tensor values and the aggregated pooled outputs, making it a comprehensive conditioning output ready for further processing.
cond_0
is always provided, as it is the base conditioning input required for the node to function.cond_1
to cond_9
) to enhance the conditioning output by providing additional data points.None
.pooled_output
key is missing in one of the conditioning inputs.pooled_output
key in their dictionaries.© Copyright 2024 RunComfy. All Rights Reserved.