Skip to content

LoRA (Low-Rank Adaptation)

A parameter-efficient fine-tuning method that freezes base weights and trains small low-rank matrices, drastically cutting cost.

A LoRA adapter is often only a few megabytes, so you can train it on a single consumer GPU and swap adapters to switch behaviors without duplicating the whole model. Widely used for Stable Diffusion styles and custom LLMs.

Related resources