Nodes/ComfyUI-AusBoss/LoRA Loader πŸ†Ž
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.

By ausbossΒ·Created about a month agoΒ·Updated 7 days agoΒ· 2
LoRA Loader πŸ†Ž
  • model
  • clip
  • model
  • clip
  • trigger_words
β—„loras[]β–Ί
β—„trigger_separator, β–Ί
CategoryπŸ†Ž AusBoss/Loaders

Inputs (4)

NameTypeDefaultDescription
modelMODELThe diffusion model the LoRA stack patches.
lorasSTRING[]Serialized LoRA stack managed by the node's row editor; edit the rows, not this value.
clipoptCLIPOptional CLIP to patch; without it, CLIP strengths are ignored.
trigger_separatoroptSTRING, Joins the enabled rows' trigger words into the trigger_words output. Set from the node's gear menu; hidden on the canvas.

Outputs (3)

NameTypeDescription
modelMODELThe model with every enabled LoRA applied in row order.
clipCLIPThe CLIP with every enabled LoRA applied in row order.
trigger_wordsSTRINGComma-joined trigger words from enabled rows, deduplicated.