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.
LoRA Loader Pixaroma
- model
- clip
- MODEL
- CLIP
- triggers
Category👑 Pixaroma/🧰 Utility
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The diffusion model every switched-on LoRA is applied to. | |
| clipopt | CLIP | The 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)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | The model with every switched-on LoRA applied, in row order. |
| CLIP | CLIP | The CLIP with every switched-on LoRA applied (passes through unchanged if no CLIP was connected). |
| triggers | STRING | The trigger words you picked, from switched-on LoRAs only, joined as plain text for your prompt. |