TALECRAFTERS
← All posts
METHODCONSISTENCYPRESENTERS

Trained Identity vs LoRA vs Reference Image: Choosing a Consistency Method

TaleCrafters4 min read
METHOD

There are three practical ways to hold a face steady across generative output, and choosing wrongly costs you either a lot of setup you did not need or a lot of regeneration you could have avoided. The deciding variable is asset count, and the threshold is lower than most teams assume.

Character consistency is the problem that separates a nice clip from a campaign, and by 2026 there are three mature ways to attack it. They are not competing solutions to one problem. They solve the same symptom at three different levels of commitment.

The three methods

Reference image conditioning

Hand the model one or more images of the person and ask it to condition on them. Setup is minutes. Every modern video model supports it natively.

The weakness is that the reference is interpreted afresh each session, and interpretation drifts. Across two or three assets in one sitting it holds. Across nine assets made over three weeks, with a model version change in the middle, it does not.

LoRA or equivalent lightweight fine-tune

Train a small adapter on a set of images so the identity is baked into the generation rather than supplied alongside it. Setup is hours plus a curated image set. Drift falls substantially.

The weaknesses are practical rather than technical. The adapter is tied to a base model, so a base model upgrade means retraining. And a badly curated training set bakes in whatever was over-represented in it, usually one lighting condition and one expression, which then appears in every output regardless of the prompt.

Trained identity as a production artefact

What we mean by this is the adapter plus everything around it: a curated and documented image sheet, a written description of the identity in the terms the model responds to, a set of validated prompts, a record of which base model and version it was built against, the licence and consent file, and a per-shot check sheet.

Setup is a day or more. What you get is an artefact that survives a personnel change, a model upgrade and a legal review, which the other two do not.

Compared on what matters

REFERENCE IMAGELORATRAINED IDENTITY
Setup timeMinutesHoursA day or more
Holds across2 to 3 assets, one session10 to 30 assets, one base modelA campaign, across upgrades
Survives a model version changeNoRequires retrainingYes, documented to rebuild
Survives the operator leavingNoPartlyYes
Consent file attachedRarelySometimesAlways, by construction
Cost to redoNothingA few hoursA day
Right whenOne-off, one sessionVolume, one campaignA face you will use again
Three consistency methods, compared operationally

The threshold

The break-even is around nine assets. Below that, reference conditioning plus tight gating is cheaper overall even accounting for the regeneration. Above it, the regeneration cost from drift exceeds the setup cost of a trained identity, and it keeps exceeding it.

Nine is not a universal constant. It moves down when the face has to appear at close range, when the assets are produced across weeks rather than a day, or when several operators are involved. It moves up when the face is small in frame or the pieces are short.

The licensing question, which is not optional

Every one of these methods is doing something to a person’s likeness, and the paperwork differs.

  • A reference image of a real person needs a release for that use, and old photography releases almost never cover generative conditioning.
  • A LoRA or trained identity built from a real person needs a release that explicitly permits derivative training, names the scope of output, states territory and duration, and says what happens to the trained artefact at the end of the term.
  • A wholly synthetic identity needs no personal consent but does need a model licence cleared for commercial use, plus a reverse image search on the final face with the result recorded.

The consent file exists before the first render, not before the first delivery. This is the discipline that trained identity as a production artefact enforces by construction, and it is the main reason we treat it as a documented artefact rather than a file on somebody’s machine.

What to do this week

  1. Count the assets the face has to appear in over the next quarter, not the next campaign. Most teams undercount by looking at one brief.
  2. If it is under nine and inside one session, use reference conditioning and spend the saved time on gating instead.
  3. If it is over nine, or spread across weeks, build the identity properly and document which base model it was built against.
  4. Either way, get the release signed before anything renders, covering derivative training explicitly.
  5. Log the presenter acceptance rate per batch. It is the number that tells you when you crossed the threshold, usually about a batch after you actually did.

The full pipeline, published with its gates, its consent requirements and the points at which a person decides.

READ THE IDENTITY LOCK PIPELINE

Questions people actually ask

What is the difference between a reference image and a trained identity?

A reference image is supplied to the model at generation time and reinterpreted each session, so it drifts. A trained identity bakes the likeness into the generation and is documented as a production artefact with its base model version, prompt set, consent file and check sheet attached.

When is a LoRA worth training for character consistency?

Roughly above nine assets, or whenever the assets are produced across weeks rather than in one session. Below that threshold, reference conditioning plus tight per-shot gating is cheaper overall even accounting for regeneration.

Does a trained identity survive a model upgrade?

The adapter itself usually does not, because it is tied to a base model. What survives is the documentation: the curated image sheet, the identity description, the validated prompts and the recorded base version, which together make rebuilding a known job rather than a rediscovery.

What consent is needed to train a model on a real person?

A release that explicitly permits derivative training, names the scope of output, states territory and duration, and specifies what happens to the trained artefact at the end of the term. Photography releases drafted before generative production almost never cover this.

Is a trained identity worth the setup time?

Enough that it usually recovers a day of setup within about one batch, because the regeneration you stop paying for compounds across every asset. The size of the gain depends on your shot type and how long the campaign runs, so log presenter acceptance per batch and let your own numbers make the case.

TERMS USED HERE

TAKE THE TOOL WITH YOU

READ NEXT