PKU-YuanGroup/Helios

Helios: Real Real-Time Long Video Generation Model

What it solves

Helios addresses the challenge of generating high-quality, minute-scale long videos in real-time. It eliminates the need for complex anti-drifting strategies (which prevent visual inconsistencies over time) and standard acceleration techniques while maintaining strong coherence and high inference speeds.

How it works

Helios is a 14B parameter video generation model that uses an autoregressive approach, generating video in chunks of 33 frames. It employs a pyramid-based sampling pipeline and specific optimizations to improve training and inference throughput. The project provides three model versions: Base (highest quality), Mid (intermediate), and Distilled (highest efficiency). It also supports advanced memory and compute optimizations like group offloading to reduce VRAM usage to ~6GB and context parallelism (e.g., Ulysses, Ring, and Unified Attention) for multi-GPU scaling.

Who it’s for

It is designed for AI researchers and developers working on video synthesis who need a balance between high-quality long-form video generation and real-time performance on available hardware (from consumer-grade PCs to H100 GPUs).

Highlights

  • Real-Time Performance: Achieves up to 19.5 FPS on a single H100 GPU.
  • Long Video Synthesis: Capable of generating minute-scale videos without relying on conventional anti-drifting methods.
  • Memory Efficiency: Supports group offloading to fit the model in as little as 6GB of VRAM.
  • Versatile Modalities: Supports text-to-video (T2V), image-to-video (I2V), and video-to-video (V2V).
  • Broad Integration: Day-0 support for Diffusers, SGLang-Diffusion, vLLM-Omni, and Ascend-NPU.

Related

  • Project
  • Project
  • Dispatch
  • Project
  • Project