ComfyUI Node
Save Mix
Saves a blend_json (from Style Blend) as a named mix. Create — inserts a new mix; fails if the name already exists. Update — modifies an existing mix (by id or by name); fails if not found. Save — updates if found, creates if not (by name); id-only fails if not found. Connect either an id or enter a name — not both.
Save Mix
- example_image
- mix_id
- mix_name
◄blend_json—►
◄modeSave►
◄name►
◄id►
◄favoritefalse►
CategoryImmac/Style Mixer
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| blend_json | STRING | — | |
| mode | COMBO | Save | 3 options: Create, Update, Save |
| nameopt | STRING | — | |
| idopt | STRING | — | |
| favoriteopt | BOOLEAN | false | — |
| example_imageopt | IMAGE | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| mix_id | STRING | — |
| mix_name | STRING | — |