Skip to main content
This node is designed for advanced model merging operations, specifically to subtract the parameters of one model from another based on a specified multiplier. It enables the customization of model behaviors by adjusting the influence of one model’s parameters over another, facilitating the creation of new, hybrid models.

Inputs

ParameterDescriptionData Type
model1The base model from which parameters will be subtracted.MODEL
model2The model whose parameters will be subtracted from the base model.MODEL
multiplierA floating-point value that scales the subtraction effect on the base model’s parameters.FLOAT

Outputs

ParameterDescriptionData Type
modelThe resulting model after subtracting the parameters of one model from another, scaled by the multiplier.MODEL
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub