All glossary terms
AI & Generation

What is LoRA?

Also known as: Low-Rank Adaptation

Low-Rank Adaptation — a fine-tuning technique that adds small trainable matrices to a frozen base diffusion model. Lets users customize Stable Diffusion or FLUX for specific aesthetics with minimal compute.

In detail

LoRA is the dominant fine-tuning approach for diffusion models in 2026. Instead of retraining the full 2.6B-12B parameter base model, LoRA adds small low-rank matrices (typically 1-100 MB) on top that bias the model's behavior. Users can train a LoRA on 20-50 example images of a target aesthetic (Toile, Liberty florals, Marimekko geometrics, batik, ikat) and then apply it at inference time alongside the base model. Multiple LoRAs can be stacked. The textile AI ecosystem has dozens of style-specific LoRAs available; Texloom uses curated LoRAs for specific textile traditions when users select corresponding style presets. LoRA's practical value is enormous for textile work: instead of fine-tuning a 2.6B-parameter SDXL base model (which requires industrial GPU clusters and weeks of training), a designer can train a textile-specific LoRA on 20-50 reference images in hours on consumer hardware. The result is a small adapter file (typically 100-500 MB) that can be loaded on top of any compatible base model.

Example

A Toile-de-Jouy LoRA trained on 47 images of vintage French toile fabrics. Applied to SDXL with prompt 'pastoral scene with shepherds and trees, monochrome blue, fine line engraving': the LoRA biases SDXL output toward authentic toile aesthetics — fine line work, monochrome ink-print quality, period-appropriate motifs. Without the LoRA the same prompt produces generic illustrations.

Related terms

Stable Diffusion XL
Stability AI's open-source 2.6 billion parameter diffusion model released July 2023. The dominant model for textile pattern AI as of 2026, used by most production textile-AI platforms.
FLUX
Black Forest Labs' 12 billion parameter diffusion model released August 2024. Produces higher-fidelity generations than SDXL at higher GPU cost. Used by textile AI platforms for high-detail generation.
Diffusion model
A class of generative AI models that produce images by iteratively denoising random Gaussian noise into coherent imagery. The dominant architecture for AI image generation in 2026, including textile pattern AI.
CFG scale
Classifier-free guidance scale — a parameter controlling how strictly a diffusion model follows the text prompt. Higher values produce more literal interpretations; lower values allow more creative variation.

Go deeper

  • AI pattern generation guide