Earngenix Logo
Skip to main content

Glossary · ComfyUI Basics

What Is a LoRA in ComfyUI?

By Earngenix Team ·

⚡ Quick Answer

A LoRA (Low-Rank Adaptation) is a small file that adjusts an existing checkpoint toward a specific style, character, or subject — without replacing the checkpoint itself. Think of it as a style filter you stack on top of your base model.

Training a full checkpoint from scratch takes huge amounts of data and GPU time. A LoRA does something smaller and cheaper: it learns one specific concept — a face, an art style, a clothing type — and applies it as a lightweight adjustment on top of a checkpoint you already have.

Why Use a LoRA

  • Small file size — usually 20MB to 200MB, versus gigabytes for a checkpoint
  • Fast to train and fast to load
  • Stackable — you can load multiple LoRAs in one workflow to combine styles
  • Doesn't touch your base checkpoint — remove it and the checkpoint behaves exactly as before

Where You'll See It

The LoraLoadernode sits between your Load Checkpoint node and the rest of your workflow. It takes the MODEL and CLIP outputs from your checkpoint, applies the LoRA's adjustments, and passes modified versions downstream.

Quick Example

If you load flux1-dev.safetensors as your checkpoint and add a LoRA trained on watercolor paintings, your outputs shift toward a watercolor look — while the underlying FLUX model still handles prompt understanding and image quality the same way it always did.

Stacking Multiple LoRAs

You can chain several LoraLoader nodes to combine effects — one for style, one for a specific character. Each LoRA has a strength setting (usually 0–1) that controls how strongly it affects the output.

Warning: Stacking too many LoRAs at full strength often causes distorted or muddy results — lower each one's strength as you add more.
Tip: Want the full breakdown on stacking, trigger words, and settings? See our ComfyUI LoRA Guide.

Frequently Asked Questions

Most LoRAs are trained for a specific model family (SD 1.5, SDXL, FLUX). Using a LoRA with an incompatible checkpoint usually produces broken or ignored results — check the LoRA’s model page before downloading.

Place them in ComfyUI/models/loras/. Restart ComfyUI or refresh the browser and the file shows up in the LoraLoader node’s dropdown.

Some LoRAs need a specific word or phrase in your prompt to activate their effect fully. Check the LoRA’s description on Civitai or Hugging Face for its trigger word, if it has one.

See It In Action

Ready to stack your first LoRA?

Our full guide walks through loading, stacking, and tuning LoRA strength step by step.

Published: 2026-08-25 · Last updated: 2026-08-25

Discussion

Join the discussion

Sign in to leave a comment or reply

💬

No comments yet

Be the first to share your thoughts!