ratio 参数的作用是决定融合的比例,当这个值为 1 时,则输出的模型为 100% 的model1,当这个值为 0 时,则输出的模型为100% 的 model2
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete documentation for the ModelMergeSimple node in ComfyUI. Learn its inputs, outputs, parameters and usage.
ratio 参数的作用是决定融合的比例,当这个值为 1 时,则输出的模型为 100% 的model1,当这个值为 0 时,则输出的模型为100% 的 model2
| 参数名称 | 数据类型 | 作用 |
|---|---|---|
模型1 | MODEL | 要合并的第一个模型。它作为基础模型,在其上应用第二个模型的补丁。 |
模型2 | MODEL | 应用其补丁到第一个模型的第二个模型,受指定比例的影响。 |
比例 | FLOAT | 当这个值为 1 时,则输出的模型为 100% 的模型1,当这个值为 0 时,则输出的模型为100% 的 模型2 |
| 参数名称 | 数据类型 | 作用 |
|---|---|---|
model | MODEL | 结果融合的模型,根据指定比例整合了两个输入模型的元素。 |