LongCat-Video-Avatar 1.5 delivers production-ready, commercial-grade avatar synthesis with Whisper-Large lip sync, 8-step distilled inference, and robust long-video generation.
LongCat-Video-Avatar 1.5 excels across diverse scenarios โ from realistic news broadcasting to anime characters and multi-person conversations.
Replaces Wav2Vec2 with Whisper-Large-v3, yielding significantly smoother and more natural lip dynamics with precise phoneme alignment.
Advanced step distillation accelerates inference to just 8 NFE, balancing cost-effective serving with exceptional visual fidelity.
Robustly generalizes beyond realistic humans to anime characters, animals, and complex real-world conditions like object handling.
Dual-audio modes: Merge mode (parallel streams) or Concatenation mode (sequential speech). Full multi-character video synthesis.
Compatible with both 480P and 720P output, controlled via the --resolution flag. Production-ready super resolution.
Multi-segment generation via --num_segments. Maintains full identity consistency and temporal stability across segments.
Use --use_int8 to load the INT8 quantized DiT model for significantly reduced VRAM usage (v1.5 only).
Strict identity preservation across frames and segments. Accurate lip-synchronization and full-body temporal stability in long generations.
Three native generation modes, all running on the same model checkpoint.
Generate an avatar video from an audio clip + text prompt alone. No reference image needed.
Animate a reference portrait image with your audio clip. Preserves the exact identity from the image.
Generate long-form videos by chaining multiple segments. Maintains temporal coherence and identity.
Animate multiple characters simultaneously with independent or merged audio streams.
508 image-audio pairs across 6 scenarios, 2 languages, 2 visual styles. 770 crowdsourced evaluators.
Audio CFG works best between 3โ5. Increase the value for stronger lip synchronization accuracy. Default is 4.
Longer prompts yield better results. Include character appearance, actions, clothing, and scene context โ e.g. "A young woman with long black hair is speaking and smiling, wearing a white blouse, sitting in a bright cafรฉ."
Set --ref_img_index between 0โ24 for best identity consistency. Set to 30 to reduce repeated actions in longer generations.
The --use_distill flag is required when using --model_type avatar-v1.5. It enables 8-step DMD2 distillation.
Add --use_int8 to load the quantized DiT model, significantly reducing VRAM usage without major quality loss (v1.5 only).
Get up and running in a few commands. Requires a GPU with โฅ16GB VRAM (INT8 mode) or โฅ24GB VRAM (full).
| Component | Minimum (INT8) | Recommended |
|---|---|---|
| GPU VRAM | 16 GB | 24โ40 GB |
| System RAM | 32 GB | 64 GB |
| Disk Storage | 50 GB | 100 GB |
| GPU Model | A6000 / 3090 | A100 80GB |
| CUDA Version | 12.1+ | 12.4 |