LoRA (low-rank adaptation)

Related tutorial

A LoRA (low-rank adaptation) is a small, lightweight file that adjusts a base image model so it reliably reproduces one subject, character or style. Instead of retraining the full model, which needs huge datasets and compute, a LoRA learns from a handful of reference images and stores only the changes, making it fast to train and easy to share.

In tendre.AI, you train your own LoRA locally from a small photo set, then load it in the generator to produce new images of that same subject in any scene or pose.

Related tutorial