AIAny
AI Video2026
Icon for item

Echo-LongVideo (JoyAI-Echo)

Generates minute-level, multi-shot synchronized audio+video from a single text prompt, using a paired cross-modal memory to preserve character appearance and voice across shots. Uses DMD-distilled few-step inference for ~7.5× speedup; requires high-GPU memory and is released under the LTX-2 community license.

Introduction

Long video from text is not just “more frames” — it demands story-level identity consistency, synchronized audio, and inference fast enough to be usable. Echo-LongVideo tackles that gap by combining a paired audio–visual memory bank (for character and voice persistence across shots) with distribution-matching distillation (DMD) to enable minute-level, multi-shot stories with dramatically reduced inference cost.

Key Capabilities
  • Paired cross-modal memory: preserves visual identity and voice timbre across shots so characters keep consistent appearance and audio over an entire story rather than per-shot resets — this is the main mechanism that addresses temporal drift in long-form generation.
  • Joint audio+video generation: single pipeline produces synchronized video and corresponding audio, simplifying workflows that otherwise need separate audio models and alignment steps.
  • DMD-distilled few-step inference (~7.5× speedup): distillation reduces the original multi-step diffusion pipeline to a small number of steps for practical inference runtimes while aiming to retain quality.
  • Minute-level, multi-shot stories: default settings target up to 5 minutes (multi-shot story, 241 frames @ 25 fps per shot at 1280×736), with configurable frame counts/resolution for smaller GPUs.
  • Engineering-ready outputs: released model checkpoint plus a separate inference repo and a tech report (paper) for users who want to reproduce results or integrate the model into pipelines.
Who it's for & trade-offs

Great fit if you:

  • Need multi-shot narrative videos where character identity and voice must persist across shots (e.g., storyboarding, short films, director-agent research).
  • Have access to high-memory GPUs (recommended: single 80 GB H100/A100 or 48 GB with reduced settings) and can run PyTorch 2.8 + CUDA 12.8.
  • Want an open checkpoint and inference recipe (subject to the LTX-2 community license) to build on or evaluate long-form generation research.

Look elsewhere if you:

  • Are limited to small consumer GPUs or require low-latency mobile/edge inference — the default configuration needs ~46–50 GB peak GPU memory and significant compute.
  • Require permissive commercial licensing without constraints — the model is distributed under the LTX-2 community license and bundles a separately licensed Gemma encoder.
  • Need absolute production-grade safety/robustness guarantees out of the box — long-form generation still presents failure modes (temporal drift, hallucinated identities, audio artifacts) that require task-specific validation and guardrails.

Where it sits: human evaluations reported stronger long-video aesthetics and audio quality vs. the referenced baselines (JoyAI-Echo > HappyOyster for long-form and > Wan 2.6 for some human-centric short-video metrics), making it a noteworthy option for long-form A/V research and prototyping. Practical adoption requires balancing the model’s improved long-form consistency against hardware and licensing constraints.

Information

  • Websitehuggingface.co
  • AuthorsEcho Team @ Joy Future Academy, JD, jdopensource
  • Published date2026/06/02

More Items

Hugging Face
AI Model2026

Runs a 35B-class sparse MoE LLM with SSD-streamed experts, 4-bit quantization, prerouter routing prediction and Recover-LoRA adapters to enable ~2.9–3 GiB active memory and interactive decoding (~15 tok/s) for on-device inference.

Hugging Face
AI Model2026

Integrates a pretrained vision–language model with a BEV perception head and a Planning Expert to provide 3D perception, driving VQA and motion planning for autonomous driving while keeping the base VLM architecture unchanged.

Hugging Face
AI Audio2026

Generates full songs from lyrics and a style prompt, producing vocals and accompaniment and exporting editable symbolic scores for melody/chord control. Uses symbolic planning with agentic multi-turn editing and runs local 48 kHz inference on a 24GB GPU.