FastVideo and TurboDiffusion

These are competitors offering different acceleration approaches for video diffusion models—FastVideo provides a unified inference and post-training framework, while TurboDiffusion focuses specifically on model acceleration through distillation and pruning techniques, so practitioners would typically choose one based on their priorities between inference speed, training efficiency, and implementation flexibility.

FastVideo
85
Verified
TurboDiffusion
70
Verified
Maintenance 23/25
Adoption 18/25
Maturity 25/25
Community 19/25
Maintenance 13/25
Adoption 16/25
Maturity 22/25
Community 19/25
Stars: 3,232
Forks: 286
Downloads: 1,618
Commits (30d): 47
Language: Python
License: Apache-2.0
Stars: 3,410
Forks: 242
Downloads: 278
Commits (30d): 1
Language: Python
License: Apache-2.0
No risk flags
No risk flags

About FastVideo

hao-ai-lab/FastVideo

A unified inference and post-training framework for accelerated video generation.

Supports full model fine-tuning and LoRA adaptation for video diffusion transformers, alongside Distribution Matching Distillation and sparse attention techniques achieving >50x denoising speedup. Provides optimized inference through sequence parallelism and multiple attention backends (including Video Sparse Attention), with a Python API and CLI supporting H100/A100/4090 GPUs across Linux/Windows/macOS. Integrates with Hugging Face model hub and supports both autoregressive and bidirectional video generation architectures.

About TurboDiffusion

thu-ml/TurboDiffusion

TurboDiffusion: 100–200× Acceleration for Video Diffusion Models

Combines SageAttention and Sparse-Linear Attention (SLA) modules for efficient transformer computation, paired with rCM timestep distillation to reduce sampling steps from dozens to 1–4 without quality loss. Supports both text-to-video and image-to-video generation across Wan2.1 and Wan2.2 models at 480p–720p resolution, with quantized checkpoints optimized for consumer GPUs (RTX 5090) and unquantized variants for H100-class hardware.

Scores updated daily from GitHub, PyPI, and npm data. How scores work