AlibabaResearch/SparkDiffusion
About the project
A video-generation acceleration framework for Diffusion Transformer models, combining sparse low-rank attention (RoLa), few-step distillation (CrossDistill) and custom operators to deliver 200×+ inference speedups for Wan 2.1/2.2.
Useful for
- Speed up Wan 2.1/2.2 inference via sparse finetuning and distillation
- Finetune a DiT model with RoLa sparse attention on a custom dataset
- Run single-case T2V or I2V generation through the provided scripts
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 0 stars so far today, about 4 expected by the end of the day.
- The repository is 6 days old and already has 89 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #185.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 89
- Today
- 0 · ≈ 4 by evening
- Forks
- 2
- Issues and pull requests
- 1
- Watchers
- 1
- Language
- Python
- License
- Apache-2.0
- Created
- September 18, 2026
- Last push
- September 23, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 24, 2026Top new repositories this week: #184
Similar by description
-
0.9
hao-ai-lab/FastVideo
A framework for accelerated video generation: post-training (distillation, LoRA, sparse attention) and fast inference of diffusion video models on GPU and Apple Silicon.
-
1.5
ml-explore/mlx
MLX is an array and machine learning framework from Apple, optimized for Apple silicon with unified memory and lazy computation. Its Python, C++, C, and Swift APIs mirror NumPy and PyTorch, simplifying model training…
-
1.6
microsoft/onnxruntime
Cross-platform accelerator for ML inference and training. Runs models from PyTorch, TensorFlow, scikit-learn and others via the ONNX format with graph optimizations and hardware acceleration.
-
0.0
Tencent-Hunyuan/Simple-Attention-Sparsification
SAS is a gated sparse-attention mechanism that learns per-query which context blocks to attend to, optimizing context ranking end-to-end with the language modeling loss. The repo provides the paper's training and…