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 CLIPMergeAdd node combines two CLIP models by adding patches from the second model to the first model. It creates a copy of the first CLIP model and selectively incorporates key patches from the second model, excluding position IDs and logit scale parameters. This allows you to merge CLIP model components while preserving the structure of the base model.

Inputs

ParameterData TypeRequiredRangeDescription
clip1CLIPYes-The base CLIP model that will be cloned and used as the foundation for merging
clip2CLIPYes-The secondary CLIP model that provides key patches to be added to the base model

Outputs

Output NameData TypeDescription
CLIPCLIPA merged CLIP model containing the base model structure with added patches from the secondary model