thu-ml/turbodiffusion

TurboDiffusion: 100–200× Acceleration for Video Diffusion Models

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 49 minutes ago
Added to GitGenius on September 18th, 2026
Created on December 6th, 2025
Open Issues & Pull Requests: 79 (+0)
GitHub issues: Enabled
Number of forks: 277
Total Stargazers: 3,756 (+4)
Total Subscribers: 25 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.9 hours
Mean response time: 4.4 days
90th percentile: 9.4 days
Tracked items: 100

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 15% of issues opened in the past year have never received a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 99% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 38% of issues opened in the past year have been closed. Three people close 61% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 72
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 240 days
Stale 30+ days: 72
Stale 90+ days: 71

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

TurboDiffusion is a video generation acceleration framework that speeds up diffusion-based video synthesis by 100 to 200 times while preserving video quality.

The framework addresses the computational expense of video diffusion models through a combination of three acceleration techniques. It applies SageAttention and Sparse-Linear Attention to optimize the attention mechanisms that consume significant compute during generation, and uses timestep distillation via rCM to reduce the number of denoising steps required. These optimizations work together to achieve substantial speedup on consumer-grade hardware without requiring architectural changes to the underlying diffusion models.

Developers should adopt this tool if they need to deploy video generation at interactive latencies on limited hardware. The framework is most suitable for applications requiring fast inference on single GPUs, particularly RTX 5090 or RTX 4090 class hardware, though it also supports higher-memory devices like H100 with unquantized checkpoints. The project provides multiple model variants spanning different parameter counts and resolutions, from 1.3B parameters at 480p to 14B parameters at 720p, supporting both text-to-video and image-to-video generation. A key limitation is that models are trained on long English prompts, so other prompt types may require augmentation for optimal results.

The project maintains actively updated checkpoints and documentation, with the README explicitly noting that both checkpoints and the accompanying paper remain under refinement to improve output quality. Installation is straightforward through pip or source compilation, with clear guidance on selecting quantized versus unquantized variants based on available GPU memory. The codebase integrates dependencies on related acceleration libraries from the same research group, indicating ongoing development of complementary optimization techniques.