tool/endpoint: templates/ltx2/* — the LTX-2.5 family has no reference/identity template
repro: list_workflows(shape="shot") over the LTX-2.5 family. Eight templates; none accepts a
subject reference. The ltx-2.5 skill states it outright: "No template in this family takes a
user-supplied video, so a user's own footage is not a fit for any of them."
expected: parity with what the H3 family offers — some way to hold a subject's appearance
across a generation.
actual: there is no LTX equivalent of templates/minimax/reference-to-video. Identity in the
LTX family can only be pinned through a first/last frame image.
what's now available: Lightricks shipped
LTX-2.5-22b-IC-LoRA-Ingredients
on 2026-09-10 — multi-reference conditioning, file ltx-2.5-22b-ic-lora-ingredients-0.9.safetensors.
On the 2.3 line the same IC-LoRA is the most-pulled of the family by a wide margin (7,103
downloads / 196 likes vs. a few hundred for most others), which is at least weak evidence it
earns its keep.
why this is cheap: the plumbing already exists. templates/ltx2/generative-upscale already
drives an IC-LoRA through
diffusers.pipelines.ltx2.pipeline_ltx2_ic_lora.LTX2ReferenceCondition with an ic_lora step,
and the Lightricks/LTX-2.5-Diffusers card confirms IC-LoRA workflows go through the modular
pipeline's reference_conditions= parameter. So this is a template plus a prompt, not engine
work — unlike the H3 items in #147/#148/#149, which are blocked on exposing new variables.
caveats, stated up front:
- The weight is 0.9, a preview. Of the eight new 2.5 IC-LoRAs only Clean-Plate is 1.0.
- The repo is
gated: auto. lem evidently already has HF access (it pulls the Pixel-Spatial-
Upscaler fine), so this should not block — but I could not read the card unauthenticated, so
the exact reference format it expects is unverified. That is the first thing to check.
related: full LTX-2.5 research write-up, including the other seven IC-LoRAs and what was ruled
out, is in the comment below.
tool/endpoint:
templates/ltx2/*— the LTX-2.5 family has no reference/identity templaterepro:
list_workflows(shape="shot")over the LTX-2.5 family. Eight templates; none accepts asubject reference. The
ltx-2.5skill states it outright: "No template in this family takes auser-supplied video, so a user's own footage is not a fit for any of them."
expected: parity with what the H3 family offers — some way to hold a subject's appearance
across a generation.
actual: there is no LTX equivalent of
templates/minimax/reference-to-video. Identity in theLTX family can only be pinned through a first/last frame image.
what's now available: Lightricks shipped
LTX-2.5-22b-IC-LoRA-Ingredientson 2026-09-10 — multi-reference conditioning, file
ltx-2.5-22b-ic-lora-ingredients-0.9.safetensors.On the 2.3 line the same IC-LoRA is the most-pulled of the family by a wide margin (7,103
downloads / 196 likes vs. a few hundred for most others), which is at least weak evidence it
earns its keep.
why this is cheap: the plumbing already exists.
templates/ltx2/generative-upscalealreadydrives an IC-LoRA through
diffusers.pipelines.ltx2.pipeline_ltx2_ic_lora.LTX2ReferenceConditionwith anic_lorastep,and the
Lightricks/LTX-2.5-Diffuserscard confirms IC-LoRA workflows go through the modularpipeline's
reference_conditions=parameter. So this is a template plus a prompt, not enginework — unlike the H3 items in #147/#148/#149, which are blocked on exposing new variables.
caveats, stated up front:
gated: auto.lemevidently already has HF access (it pulls the Pixel-Spatial-Upscaler fine), so this should not block — but I could not read the card unauthenticated, so
the exact reference format it expects is unverified. That is the first thing to check.
related: full LTX-2.5 research write-up, including the other seven IC-LoRAs and what was ruled
out, is in the comment below.