AIAny
AI Video2026
Icon for item

LTX-Best-Face-ID

Generates short videos that preserve a reference person's identity from a single reference image as a LoRA adapter for LTX-2. Uses overlap reference conditioning with TASS‑RoPE source-phase tagging and an ArcFace identity loss; runs in ComfyUI via BFS Nodes and supports a 4‑panel character‑sheet mode for clothing/body consistency.

Introduction

Most text-to-video models struggle to reliably transfer a specific person's identity into a generated clip. This LoRA tackles that gap by injecting a reference latent into the target sequence with a distinct RoPE "source tag" and training with an ArcFace identity loss — a pragmatic recipe that turns LTX-2 into a dependable reference-to-video identity transfer module.

What Sets It Apart
  • Overlap reference + TASS‑RoPE source-phase: the reference latent shares frame-0 spatial grid (overlap) but is multiplied by a distinct RoPE phase (source_id), so the model cleanly separates "who is the reference" from "who to generate". So what: reduces identity confusion and enables multiple reference sources for multi-subject scenes.

  • ArcFace identity supervision: decoded predictions are encoded with an ArcFace projector during training and pulled toward the reference embedding. So what: enforces perceptual face similarity beyond token conditioning and improves face-level fidelity.

  • Character-sheet continuation checkpoint: trained on 4-panel inputs (face + front/side/back) with a native-resolution requirement. So what: lets the model reproduce clothing and body build consistently, not just facial identity.

  • ComfyUI integration (BFS Nodes) and prompt tooling: includes an LTX Identity Transfer node and a Prompt Enhancer that extracts identity attributes from the reference image. So what: ready-to-run for users of the ComfyUI LTX workflow without ad-hoc graph hacks.

Who it's for and trade-offs

Great fit if you need to generate short, identity-preserving video clips from one or a few reference images and you are running LTX-2 in ComfyUI. The model is most reliable with clean, frontal close-up references (or a 1536×1024 character-sheet for clothing/body). Expect better identity when prompts use the recommended ref_t2v: prefix and describe the person's attributes and actions.

Look elsewhere or adjust expectations if you need large-angle/full-body identity transfer without a character-sheet, want zero "first-frame copy" artifacts, or require guaranteed metric-robust identity scores for tiny/occluded faces. Practical constraints: requires the LTX-2 base model, BFS Nodes dependencies (insightface, Gemma encoder), and careful handling of ref_resize_mode for the character-sheet checkpoint.

Technical note: the optional ArcFace projector is available but had marginal gains in the author's experiments; identity is carried mainly by the overlap reference latent and prompt conditioning.

Information

Categories

More Items

Hugging Face
AI Video2026

Upscales Minimax H3 24-channel VAE latents in-place to increase spatial resolution while preserving the time dimension. Replaces the decode→pixel-upscale→encode round-trip with a learned 2D/3D latent upscaler to save compute and avoid interpolation ghosting; supports 1.0–4.0× scaling.

Hugging Face
AI Video2026

Experimental MiniMax H3 variant that injects learned stylistic and motion 'character' from LTX 2.3, Wan 2.2 and Krea 2 into H3 by surgically grafting attention and MLP components; preserves H3 modality routing while shifting t2v/i2v aesthetics, with limited audio impact and community-license constraints.

Hugging Face
AI Video2026

A LoRA adapter for MiniMax H3 that improves photorealistic rendering of people—preserving skin texture, coherent micro-expressions, film-style lighting and subtle handheld motion. Trigger word: r34l1sm; intended for text-to-video portrait and close-up shots.