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 [4] node merges up to four separate hook groups into a single combined hook group. It takes any combination of the four available hook inputs and combines them using ComfyUI’s hook combination system. This allows you to consolidate multiple hook configurations for streamlined processing in advanced workflows.

Inputs

ParameterData TypeInput TypeDefaultRangeDescription
hooks_AHOOKSoptionalNone-First hook group to combine
hooks_BHOOKSoptionalNone-Second hook group to combine
hooks_CHOOKSoptionalNone-Third hook group to combine
hooks_DHOOKSoptionalNone-Fourth hook group to combine
Note: All four hook inputs are optional. The node will combine only the hook groups that are provided, and will return an empty hook group if no inputs are connected.

Outputs

Output NameData TypeDescription
HOOKSHOOKSCombined hook group containing all provided hook configurations