advanced
model-merging
Model Merge Add

Model Merge Add

comfyUI节点-ModelMergeAdd|融合模型(相加)

Documentation

  • Class name: ModelMergeAdd
  • Category: advanced/model_merging
  • Output node: False

The ModelMergeAdd node is designed for merging two models by adding key patches from one model to another. This process involves cloning the first model and then applying patches from the second model, allowing for the combination of features or behaviors from both models.

Input types

ParameterComfy dtypeDescription
model1MODELThe first model to be cloned and to which patches from the second model will be added. It serves as the base model for the merging process.
model2MODELThe second model from which key patches are extracted and added to the first model. It contributes additional features or behaviors to the merged model.

Output types

ParameterComfy dtypeDescription
modelMODELThe result of merging two models by adding key patches from the second model to the first. This merged model combines features or behaviors from both models.