Inputs
Outputs
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The ConditioningConcat node is designed to concatenate conditioning vectors, specifically merging the ‘conditioningfrom’ vector into the ‘conditioningto’ vector.
| Parameter | Description | Comfy dtype |
|---|---|---|
conditioning_to | Represents the primary set of conditioning vectors to which the ‘conditioning_from’ vectors will be concatenated. It serves as the base for the concatenation process. | CONDITIONING |
conditioning_from | Consists of conditioning vectors that are to be concatenated to the ‘conditioning_to’ vectors. This parameter allows for additional conditioning information to be integrated into the existing set. | CONDITIONING |
| Parameter | Description | Comfy dtype |
|---|---|---|
conditioning | The output is a unified set of conditioning vectors, resulting from the concatenation of ‘conditioning_from’ vectors into the ‘conditioning_to’ vectors. | CONDITIONING |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Was this page helpful?