LoRA stands for Low-Rank Adaptation. It’s a lightweight form of fine-tuning: instead of changing the whole model, you add a small set of adjustments.
Example
Using a LoRA so the same character appears with the same face in every image.
Why it matters to you
It’s a popular way to get consistency without training a whole new model.
Related terms
Fine-tuningTraining an existing AI model a bit more on specific examples so it gets better at a particular task or style./knowledge-base/fine-tuning/Diffusion ModelA type of AI that creates images or video by starting from noise and gradually cleaning it up into a picture./knowledge-base/diffusion-model/