Visit ComfyUI Online for ready-to-use ComfyUI environment
Combine conditioning inputs to enhance overall effect for sophisticated AI-generated art.
The KfConditioningAdd
node is designed to combine two conditioning inputs in a way that enhances the overall conditioning effect. This node is particularly useful in scenarios where you need to merge different conditioning data to create a more complex and nuanced conditioning output. By adding the tensors and pooling the outputs from the two conditioning inputs, this node ensures that the resulting conditioning is a blend of both inputs, which can be beneficial for achieving more sophisticated AI-generated art. The primary goal of this node is to facilitate the combination of conditioning data, making it easier to manage and manipulate multiple conditioning sources in your AI art projects.
conditioning_1
is the first conditioning input that you want to combine. This parameter is essential as it provides the base conditioning data that will be merged with the second conditioning input. The conditioning data typically includes tensors and a dictionary with various attributes, such as pooled_output
. This parameter does not have a default value and must be provided for the node to function correctly.
conditioning_2
is the second conditioning input that will be added to the first conditioning input. Similar to conditioning_1
, this parameter includes tensors and a dictionary with attributes like pooled_output
. This parameter is also required and does not have a default value. The combination of conditioning_1
and conditioning_2
allows for a richer and more detailed conditioning output.
The output parameter CONDITIONING
is the result of combining the two input conditioning parameters. This output includes the merged tensors and a dictionary with the combined attributes, such as the summed pooled_output
. The resulting conditioning data can then be used in subsequent nodes to influence the AI-generated art, providing a more complex and nuanced conditioning effect.
conditioning_1
and conditioning_2
are provided and contain compatible data structures to avoid errors during the combination process.conditioning_1
and conditioning_2
do not match, meaning they have a different number of elements.pooled_output
key is missing from one or both of the conditioning dictionaries.pooled_output
key in their dictionaries. If necessary, add a default pooled_output
value to the dictionaries before using the node.© Copyright 2024 RunComfy. All Rights Reserved.