ComfyUI Node
LoRA Multi Loader (CCN)
Dynamic LoRA stack: rows expand as LoRAs are added, each patching the model (and CLIP when connected) at its strength scaled by the strength multiplier. The enabled toggle bypasses the whole stack. The triggers output joins each applied LoRA's top trigger words, ranked from embedded training metadata.
LoRA Multi Loader (CCN)
- model
- clip
- model
- clip
- triggers
◄enabledtrue►
◄strength_multiplier1.00►
CategoryCCN
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | Model to patch. | |
| clipopt | CLIP | Optional; row strengths also apply to the text encoder when connected. | |
| enabledopt | BOOLEAN | true | When off, the model and CLIP pass through unchanged and no triggers are emitted. |
| strength_multiplieropt | FLOAT | 1.00-10–10 | Multiplies every row's strength; 0 disables the whole stack. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| model | MODEL | — |
| clip | CLIP | — |
| triggers | STRING | — |