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

A sparsely activated Mixture-of-Experts (MoE) causal language model with 16B total parameters and 2.8B active parameters per token, released with end-to-end checkpoints and training recipe; trained on AMD Instinct GPUs and licensed for research use.

Hugging Face
AI Model2026

GGUF-quantized releases (NEO IMATRIX + MTP) of a multi-stage fine-tuned, uncensored Qwen3.5-9B model with vision enabled and a native 256k context window—optimized for instruction following, reasoning and image-text-to-text workflows; released under Apache-2.0.

Hugging Face
AI Model2026

Provides repackaged Mage-Flow model files formatted for ComfyUI, including multiple diffusion variants (bf16, int8, turbo, edit), a Qwen text encoder and a VAE — organized in a ComfyUI directory layout for drop-in use.