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

# ModelMergeSubtract - ComfyUI Built-in Node Documentation

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

这个节点设计用于高级模型融合操作，特别是根据指定的乘数从一个模型中减去另一个模型的参数。它允许通过调整一个模型参数对另一个模型的影响来定制模型行为，从而方便创建新的混合模型。

## 输入

| 参数名称  | 数据类型    | 作用                      |
| ----- | ------- | ----------------------- |
| `模型1` | `MODEL` | 作为基础模型，其参数将被减去。         |
| `模型2` | `MODEL` | 其参数将从基础模型中减去的模型。        |
| `乘数`  | `FLOAT` | 一个浮点值，用于缩放对基础模型参数的减法效果。 |

## 输出

| 参数名称    | 数据类型    | 作用                      |
| ------- | ------- | ----------------------- |
| `model` | `MODEL` | 在减去一个模型的参数并乘以乘数后的得到的模型。 |
