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 from which patches are extracted and applied to the first model, based on the specified blending ratios. | MODEL |
input | Specifies the blending ratio for the input layer of the models. It determines how much of the second model’s input layer is merged into the first model. | FLOAT |
middle | Defines the blending ratio for the middle layers of the models. This parameter controls the integration level of the models’ middle layers. | FLOAT |
out | Determines the blending ratio for the output layer of the models. It affects the final output by adjusting the contribution of the second model’s output layer. | FLOAT |
Outputs
| Parameter | Description | Data Type |
|---|---|---|
model | The resulting merged model, which is a hybrid of the two input models with patches applied according to the specified blending ratios. | MODEL |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub