Model Merge Simple
Documentation
- Class name:
ModelMergeSimple
- Category:
advanced/model_merging
- Output node:
False
The ModelMergeSimple node is designed for merging two models by blending their parameters based on a specified ratio. This node facilitates the creation of hybrid models that combine the strengths or characteristics of both input models.
Input types
Parameter | Comfy dtype | Description |
---|---|---|
model1 | MODEL | The first model to be merged. It serves as the base model onto which patches from the second model are applied. |
model2 | MODEL | The second model whose patches are applied onto the first model, influenced by the specified ratio. |
ratio | FLOAT | Determines the blend ratio between the two models' parameters, affecting the degree to which each model influences the merged output. |
Output types
Parameter | Comfy dtype | Description |
---|---|---|
model | MODEL | The resulting merged model, incorporating elements from both input models according to the specified ratio. |