ComfyUI Node
LoRA Split Loader (CCN)
Blends two LoRAs with a balance slider: 0 applies A at full strength, 1 applies B at full strength, 0.5 applies both at half. Both final strengths are scaled by the strength multiplier, and each row has its own enable toggle. The triggers output joins each applied LoRA's top trigger words from embedded training metadata.
LoRA Split Loader (CCN)
- model
- clip
- model
- clip
- triggers
◄enabledtrue►
◄balance0.50►
◄strength_multiplier1.00►
CategoryCCN
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | Model to patch. | |
| clipopt | CLIP | Optional; 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. |
| balanceopt | FLOAT | 0.500–1 | Blend between the two LoRAs: 0.0 = A only, 1.0 = B only, 0.5 = both at half strength. |
| strength_multiplieropt | FLOAT | 1.00-10–10 | Multiplies both final strengths; 0 disables both LoRAs. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| model | MODEL | — |
| clip | CLIP | — |
| triggers | STRING | — |