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 CLIPSubtract node performs a subtraction operation between two CLIP models. It takes the first CLIP model as a base and subtracts the key patches from the second CLIP model, with an optional multiplier to control the subtraction strength. This allows for fine-tuned model blending by removing specific characteristics from one model using another.

Inputs

ParameterData TypeInput TypeDefaultRangeDescription
clip1CLIPRequired--The base CLIP model that will be modified
clip2CLIPRequired--The CLIP model whose key patches will be subtracted from the base model
multiplierFLOATRequired1.0-10.0 to 10.0, step 0.01Controls the strength of the subtraction operation

Outputs

Output NameData TypeDescription
CLIPCLIPThe resulting CLIP model after the subtraction operation