recipe_merge
Execute a multi-step merge recipe by iteratively merging the current result with each new target and waiting for completion.
Instructions
Execute a multi-step merge recipe. Each step merges the current result with a new target. Waits for completion.
Args:
model_type: Model architecture — "sd15" or "sdxl"
base_model: Base model checkpoint filename
steps: List of merge steps, each with "target_model" (str), "method" (str), and "alpha" (float 0-1)
output_name: Output checkpoint filename for the final merged model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | ||
| base_model | Yes | ||
| model_type | Yes | ||
| output_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |