Nodes/ComfyUI-Pixaroma/LoRA Loader Pixaroma
ComfyUI Node

LoRA Loader Pixaroma

Stack as many LoRAs as you want in one node. Each LoRA has its own on/off switch and strength, and you can chain the model and clip through several of these nodes. Click the i on a row to see the LoRA's info and pick its trigger words; the switched-on picks come out of the triggers output as plain text you wire into your prompt. Trigger words are read straight from the file, so it works with no internet; an optional per-LoRA Civitai lookup can fetch the official words and a preview when you ask for it. Add LoRAs, all on/off, and the settings live in the middle of the node; right-click a row to move, duplicate, or remove it.

By pixaroma·Created 5 months ago·Updated about 16 hours ago· 333
LoRA Loader Pixaroma
  • model
  • clip
  • MODEL
  • CLIP
  • triggers
Category👑 Pixaroma/🧰 Utility

Inputs (2)

NameTypeDefaultDescription
modelMODELThe diffusion model every switched-on LoRA is applied to.
clipoptCLIPThe CLIP (text encoder) the LoRAs are applied to. Optional, but recommended: connect it (checkpoint CLIP into here, and the CLIP output on to your text encode) so LoRAs can also tune how your trigger words are read. It matters most for LoRAs that use a trigger word. Leave it unwired only for a model-only setup.

Outputs (3)

NameTypeDescription
MODELMODELThe model with every switched-on LoRA applied, in row order.
CLIPCLIPThe CLIP with every switched-on LoRA applied (passes through unchanged if no CLIP was connected).
triggersSTRINGThe trigger words you picked, from switched-on LoRAs only, joined as plain text for your prompt.