The SetClipHooks node allows you to apply custom hooks to a CLIP model, enabling advanced modifications to its behavior. It can apply hooks to conditioning outputs and optionally enable clip scheduling functionality. This node creates a cloned copy of the input CLIP model with the specified hook configurations applied.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `clip` | The CLIP model to apply hooks to | CLIP | Yes | - |
| `apply_to_conds` | Whether to apply hooks to conditioning outputs (default: True) | BOOLEAN | Yes | - |
| `schedule_clip` | Whether to enable clip scheduling (default: False) | BOOLEAN | Yes | - |
| `hooks` | Optional hook group to apply to the CLIP model | HOOKS | No | - |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `clip` | A cloned CLIP model with the specified hooks applied | CLIP |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/SetClipHooks/en.md)

---
**Source fingerprint (SHA-256):** `904a878638c015bdce1983ae0c11a2b580b271090fca39edb304f6ed90c8c66d`
