> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CombineHooksFour - ComfyUI Built-in Node Documentation

> Complete documentation for the CombineHooksFour node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/CombineHooksFour/zh.md)

## 概述

Combine Hooks \[4] 节点可将最多四个独立的钩子组合并为一个统一的钩子组。该节点接收四个可用钩子输入中的任意组合，并使用 ComfyUI 的钩子组合系统进行合并。通过此功能，您可以在高级工作流中整合多个钩子配置，实现简化的处理流程。

## 输入

| 参数        | 数据类型  | 输入类型 | 默认值 | 取值范围 | 描述         |
| --------- | ----- | ---- | --- | ---- | ---------- |
| `hooks_A` | HOOKS | 可选   | 无   | -    | 要合并的第一个钩子组 |
| `hooks_B` | HOOKS | 可选   | 无   | -    | 要合并的第二个钩子组 |
| `hooks_C` | HOOKS | 可选   | 无   | -    | 要合并的第三个钩子组 |
| `hooks_D` | HOOKS | 可选   | 无   | -    | 要合并的第四个钩子组 |

**注意：** 所有四个钩子输入均为可选。该节点仅会合并已连接的钩子组，如果未连接任何输入，将返回空钩子组。

## 输出

| 输出名称    | 数据类型  | 描述                |
| ------- | ----- | ----------------- |
| `HOOKS` | HOOKS | 包含所有已提供钩子配置的合并钩子组 |
