This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe 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
| Parameter | Data Type | Input Type | Default | Range | Description |
|---|---|---|---|---|---|
hooks_A | HOOKS | Optional | None | - | First hook group to combine |
hooks_B | HOOKS | Optional | None | - | Second hook group to combine |
Outputs
| Output Name | Data Type | Description |
|---|---|---|
hooks | HOOKS | Combined hook group containing all hooks from both input groups |