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 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

ParameterData TypeRequiredRangeDescription
clipCLIPYes-The CLIP model to apply hooks to
apply_to_condsBOOLEANYes-Whether to apply hooks to conditioning outputs (default: True)
schedule_clipBOOLEANYes-Whether to enable clip scheduling (default: False)
hooksHOOKSNo-Optional hook group to apply to the CLIP model

Outputs

Output NameData TypeDescription
clipCLIPA cloned CLIP model with the specified hooks applied