ComfyUI Node
Mpi Style Selector
Style router: one 'selector' integer picks a style, and every MpiStyleLoras bank chained after this node applies that style's LoRA and passes its trigger words along. 'triggers' is one style per line. Line 1 pairs with lora_1 of the first bank, line 6 with lora_1 of the second bank, and so on. selector 0 = no style (model and clip pass through untouched, prompt is empty). A line whose lora slot is left at 'None' is a prompt-only style. strength_model / strength_clip apply to whichever LoRA is active. Leave strength_clip at 0 (or leave clip unconnected) for model-only LoRAs.
Mpi Style Selector
- model
- clip
- style
◄selector0►
◄triggers►
◄strength_model1.00►
◄strength_clip0.00►
CategoryMpiNodes/ModelOps
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | — | |
| selector | INT | 00–1000 | Which style to use. 0 = none, 1 = first trigger line / lora_1 of the first bank. |
| triggers | STRING | One style trigger per line. Line N is style N — keep the line order in sync with the lora slots. | |
| strength_model | FLOAT | 1.00-10–10 | — |
| strength_clip | FLOAT | 0.00-10–10 | — |
| clipopt | CLIP | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| style | MPI_STYLE | — |