AIAny
AI Video2025
Icon for item

PersonaLive

Generates real-time, infinite-length portrait video from one reference image on a 12GB GPU. Combines implicit facial signals and 3D keypoints with step-distilled diffusion and autoregressive micro-chunk streaming for low-latency live use.

Introduction

Most portrait-animation models are built for offline rendering: feed them a clip, wait, and get a finite video back. PersonaLive is engineered around the opposite constraint — it has to keep emitting frames forever, in real time, while someone is live on camera. That single requirement reshapes every design choice, from how motion is represented to how the diffusion sampler is distilled.

Key Findings
  • Hybrid implicit motion control: instead of leaning on explicit 3DMM coefficients or sparse landmarks alone, it mixes implicit facial representations with 3D implicit keypoints, so expression and head pose transfer stay expressive without the rigidity of mesh-based rigs.
  • Step-distilled diffusion: a fewer-step appearance distillation strategy collapses the usual multi-step sampling, pushing the model to real-time throughput rather than the seconds-per-frame typical of diffusion portrait methods.
  • Streaming without drift: an autoregressive micro-chunk paradigm with a sliding training window and a historical keyframe mechanism keeps long-term generation stable, avoiding the identity drift and flicker that break naive frame-by-frame autoregression.
  • Modest footprint: the full pipeline runs infinite-length on a single 12GB GPU, with xFormers/TensorRT acceleration and a webcam-driven web UI.
Who It's For

Great fit if you are building live avatars, virtual presenters, or interactive streaming tools and need genuinely low-latency, long-running animation on consumer hardware. Look elsewhere if you want the best possible per-frame fidelity — non-streaming, multi-step diffusion methods still win on raw quality — or if you need full-body or multi-person animation, since this targets single-portrait, head-and-shoulders generation.

Information

  • Websitegithub.com
  • OrganizationsUniversity of Macau, Great Bay University, Dzine.ai
  • AuthorsZhiyuan Li, Chi-Man Pun, Chen Fang, Jue Wang, Xiaodong Cun
  • Published date2025/11/25

More Items

Hugging Face
AI Video2026

Provides Parallel Decoding Distillation (PDD) LoRA adapters that accelerate MiniMax-H3 video generation into few inference steps. Includes official 8-step Acc LoRAs for FL2VA and Ref2VA (rank=64, network_alpha=64, BF16), demo comparison videos, and example scripts using Diffusers' MiniMax-H3 ModularPipeline.

Hugging Face
AI Video2026

Conditions a MiniMax‑H3 video generator with a single ControlNet‑Union checkpoint to accept Canny, Depth, HED, MLSD or Pose control videos and run video inpainting. Guidance‑distilled for one‑pass inference; requires the base MiniMax‑H3 weights and specific control-branch config.

GitHub
AI Image2026

Turns 530+ GPT-Image2 examples into a structured 'Prompt-as-Code' library and style skill for reproducible image-generation workflows; includes a browsable gallery, 20+ industrial templates, and an agent-ready style skill for automation.