Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The Combine Hooks [2] node merges two hook groups into a single combined hook group. It takes two optional hook inputs and combines them using ComfyUI’s hook combination functionality. This allows you to consolidate multiple hook configurations for streamlined processing.

Inputs

ParameterData TypeInput TypeDefaultRangeDescription
hooks_AHOOKSOptionalNone-First hook group to combine
hooks_BHOOKSOptionalNone-Second hook group to combine
Note: Both inputs are optional, but at least one hook group must be provided for the node to function. If only one hook group is provided, it will be returned unchanged.

Outputs

Output NameData TypeDescription
hooksHOOKSCombined hook group containing all hooks from both input groups