ComfyUI Node
LoRA Loader π
Applies a stack of LoRAs to a model and CLIP from one compact node. Each row has an enable toggle, a searchable LoRA picker, and drag-to-scrub model/CLIP strengths; trigger words from all enabled rows are joined into one string output. The bar's β€ button saves and applies named templates of the whole stack, and a LoRA that patches nothing on the connected model - the usual sign it was built for a different base model - logs a console warning.
LoRA Loader π
- model
- clip
- model
- clip
- trigger_words
βloras[]βΊ
βtrigger_separator, βΊ
Categoryπ AusBoss/Loaders
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The diffusion model the LoRA stack patches. | |
| loras | STRING | [] | Serialized LoRA stack managed by the node's row editor; edit the rows, not this value. |
| clipopt | CLIP | Optional CLIP to patch; without it, CLIP strengths are ignored. | |
| trigger_separatoropt | STRING | , | Joins the enabled rows' trigger words into the trigger_words output. Set from the node's gear menu; hidden on the canvas. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| model | MODEL | The model with every enabled LoRA applied in row order. |
| clip | CLIP | The CLIP with every enabled LoRA applied in row order. |
| trigger_words | STRING | Comma-joined trigger words from enabled rows, deduplicated. |