All LoRA Guides

Using CivitAI LoRAs

CivitAI is the largest community hub for LoRAs, with tens of thousands of models. Every LoRA page includes trigger words, example images with full generation parameters, base model compatibility info, and community reviews. To use one in CSF, paste the model page URL — civitai.com/models/12345 — into a LoRA Weights field in the LoRA / Integrations modal.

Browsing CivitAI

The Browse CivitAI LoRAs link in the modal opens CivitAI filtered to LoRA models, or you can start at civitai.com/models and filter by Type: LoRA. CivitAI's strength is its visual-first approach — every model page is packed with example images and metadata.

  • Filter by base model: SDXL 1.0, Flux.1 D, Flux.1 S, SD 1.5, Pony, and more.
  • Sort by Most Downloaded, Highest Rated, or Newest to find what you need.
  • Every model page shows example images — click any image to see the exact prompt, negative prompt, steps, sampler, CFG scale, and seed used to generate it.
  • The right sidebar shows trigger words in a dedicated "Trigger Words" section, making them easy to find.
  • Community reviews and comments help identify quality issues, recommended settings, and any known problems before you invest time testing.

Understanding Trigger Words

Many CivitAI LoRAs require trigger words in your prompt to activate. Without the trigger word, the LoRA may have little or no visible effect on the output.

  • Trigger words are listed on the model page and in the API response's trainedWords field.
  • For character LoRAs, the trigger is usually the character's name (e.g., "sks person", "ohwx woman").
  • For style LoRAs, it's often a descriptive keyword (e.g., "dark_fantasy_style", "watercolor_painting").
  • Place trigger words near the beginning of your design's prompt for the strongest effect.
  • If a LoRA has no trigger words listed, it typically activates based on its training concepts automatically — the style or subject bleeds into every generation.

Referencing a CivitAI LoRA in CSF

Open the LoRA / Integrations modal on a design (via the LoRA Integrations button, shown when the design's image model supports LoRAs) and paste your CivitAI reference into a LoRA Weights field. The modal accepts two CivitAI-friendly forms:

Model page URL (recommended)

https://civitai.com/models/12345

This is the format the modal shows in its CivitAI hint — the URL you see in the address bar on the LoRA's page. To pin a specific version, open that version and copy its page URL.

Direct download URL

https://civitai.com/api/download/models/735262?type=Model&format=SafeTensor

A direct .safetensors download link works too, matching the modal's "Direct" format. Adding type=Model&format=SafeTensor ensures you get the safetensors version when multiple formats are available.

Gated / restricted models

https://civitai.com/api/download/models/{id}?token=YOUR_API_TOKEN

Some models require authentication. Generate an API token in your CivitAI account settings and append it to a direct download URL as a query parameter.

After pasting the reference, set the LoRA Scale slider and click Save to store it as the design's preset.

Base Model Compatibility

CivitAI clearly labels every LoRA's base model on the model page, making compatibility easy to verify at a glance. Never mix architectures — an SDXL LoRA applied to a Flux model will produce incoherent garbage or fail outright. Match the LoRA's base model to your design's image model.

Common Base Model Labels

  • SD 1.5 — Stable Diffusion 1.5, the legacy workhorse with the largest LoRA ecosystem
  • SDXL 1.0 — Stable Diffusion XL, higher resolution and better prompt following
  • Flux.1 D — Flux.1 Dev, the primary Flux base model for LoRA training
  • Flux.1 S — Flux.1 Schnell, the fast distilled variant
  • Pony — An SDXL-derived model trained differently; Pony LoRAs typically only work well with Pony-based checkpoints, not standard SDXL

When in doubt, always check the "Base Model" field on the model page before downloading. This is the single most important compatibility check.

LoRA Categories on CivitAI

CivitAI organizes LoRAs into several categories based on what they modify:

Character

Specific person or character likeness, trained on 20+ images from various angles. These produce consistent faces and body types across different prompts and poses.

Style

Artistic style transfer — anime, oil painting, cinematic photography, cel shading, etc. These change the visual rendering approach without altering the subject.

Concept

Specific objects, clothing, vehicles, environments, or visual ideas that don't exist in the base model's training data. Useful for branded items or niche subjects.

Pose

Body positions, compositions, and framing. These guide how subjects are positioned in the frame without changing their appearance.

Background / Scene

Environment types and settings — specific locations, weather conditions, architectural styles, or atmospheric moods.

CivitAI also hosts LyCORIS models (LoCon, LoHa, LoKR) — these are advanced LoRA variants that modify additional model layers beyond the standard attention weights. From a user perspective, they work identically: same reference process, same URL format, same scale slider. The difference is internal architecture, and the model page will specify which variant it is.

Tips

  • Always check example images on the model page — they show exactly what the LoRA can do and the settings used.
  • Copy generation parameters from example images as a starting point for your own prompts.
  • Recommended weights vary by LoRA type: character LoRAs work best at 0.8–1.0, style LoRAs at 0.3–0.5, general purpose at 0.6–0.8 — set these on the LoRA Scale slider.
  • If a model page URL doesn't resolve, try the direct download URL instead, or add an API token for gated models.
  • Read community reviews: they often contain better recommended settings than the model creator's description.