> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-feat-openapi-i18n.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ModelMergeSimple - ComfyUI Built-in Node Documentation

> Complete documentation for the ModelMergeSimple node in ComfyUI. Learn its inputs, outputs, parameters and usage.

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.

The `ratio` parameter determines the blending ratio between the two models. When this value is 1, the output model is 100% `model1`, and when this value is 0, the output model is 100% `model2`.

## Inputs

| Parameter | Description                                                                                                           | Data Type |
| --------- | --------------------------------------------------------------------------------------------------------------------- | --------- |
| `model1`  | The first model to be merged. It serves as the base model onto which patches from the second model are applied.       | `MODEL`   |
| `model2`  | The second model whose patches are applied onto the first model, influenced by the specified ratio.                   | `MODEL`   |
| `ratio`   | When this value is 1, the output model is 100% `model1`, and when this value is 0, the output model is 100% `model2`. | `FLOAT`   |

## Outputs

| Parameter | Description                                                                                                 | Data Type |
| --------- | ----------------------------------------------------------------------------------------------------------- | --------- |
| `model`   | The resulting merged model, incorporating elements from both input models according to the specified ratio. | MODEL     |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ModelMergeSimple/en.md)
