jt-zhang commited on
Commit
95de230
·
verified ·
1 Parent(s): d440b3a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +68 -3
README.md CHANGED
@@ -1,3 +1,68 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Wan-AI/Wan2.2-I2V-A14B
4
+ tags:
5
+ - image-to-video
6
+ - diffusion
7
+ - video-generation
8
+ - turbodiffusion
9
+ - wan2.2
10
+ pipeline_tag: image-to-video
11
+ ---
12
+
13
+ <p align="center">
14
+ <img src="assets/TurboDiffusion_Logo.png" width="300"/>
15
+ <p>
16
+
17
+ # TurboDiffusion-Wan2.2-I2V-A14B-720P
18
+
19
+ - This HuggingFace repo contains the `TurboDiffusion-Wan2.2-I2V-A14B-720P` model.
20
+
21
+ - For RTX 5090 or similar GPUs, please use the quantized versions (`TurboDiffusion-Wan2.2-I2V-A14B-high-720P-quant` and `TurboDiffusion-Wan2.2-I2V-A14B-low-720P-quant`). For other GPUs with a bigger GPU memory than 40GB, we recommend using (`TurboDiffusion-Wan2.2-I2V-A14B-high-720P` and `TurboDiffusion-Wan2.2-I2V-A14B-low-720P`).
22
+
23
+ - For usage instructions, please see **https://github.com/thu-ml/TurboDiffusion**
24
+
25
+
26
+ ## Citation
27
+ ```
28
+ @inproceedings{zhang2025sageattention,
29
+ title={SageAttention: Accurate 8-Bit Attention for Plug-and-play Inference Acceleration},
30
+ author={Zhang, Jintao and Wei, Jia and Zhang, Pengle and Zhu, Jun and Chen, Jianfei},
31
+ booktitle={International Conference on Learning Representations (ICLR)},
32
+ year={2025}
33
+ }
34
+
35
+ @article{zhang2025sla,
36
+ title={SLA: Beyond Sparsity in Diffusion Transformers via Fine-Tunable Sparse-Linear Attention},
37
+ author={Zhang, Jintao and Wang, Haoxu and Jiang, Kai and Yang, Shuo and Zheng, Kaiwen and Xi, Haocheng and Wang, Ziteng and Zhu, Hongzhou and Zhao, Min and Stoica, Ion and Gonzalez, Joseph E. and Zhu, Jun and Chen, Jianfei},
38
+ journal={arXiv preprint arXiv:2509.24006},
39
+ year={2025}
40
+ }
41
+
42
+ @article{zheng2025rcm,
43
+ title={Large Scale Diffusion Distillation via Score-Regularized Continuous-Time Consistency},
44
+ author={Zheng, Kaiwen and Wang, Yuji and Ma, Qianli and Chen, Huayu and Zhang, Jintao and Balaji, Yogesh and Chen, Jianfei and Liu, Ming-Yu and Zhu, Jun and Zhang, Qinsheng},
45
+ journal={arXiv preprint arXiv:2510.08431},
46
+ year={2025}
47
+ }
48
+
49
+ @inproceedings{zhang2024sageattention2,
50
+ title={Sageattention2: Efficient attention with thorough outlier smoothing and per-thread int4 quantization},
51
+ author={Zhang, Jintao and Huang, Haofeng and Zhang, Pengle and Wei, Jia and Zhu, Jun and Chen, Jianfei},
52
+ booktitle={International Conference on Machine Learning (ICML)},
53
+ year={2025}
54
+ }
55
+
56
+ @article{zhang2025sageattention2++,
57
+ title={Sageattention2++: A more efficient implementation of sageattention2},
58
+ author={Zhang, Jintao and Xu, Xiaoming and Wei, Jia and Huang, Haofeng and Zhang, Pengle and Xiang, Chendong and Zhu, Jun and Chen, Jianfei},
59
+ journal={arXiv preprint arXiv:2505.21136},
60
+ year={2025}
61
+ }
62
+ @article{zhang2025sageattention3,
63
+ title={SageAttention3: Microscaling FP4 Attention for Inference and An Exploration of 8-Bit Training},
64
+ author={Zhang, Jintao and Wei, Jia and Zhang, Pengle and Xu, Xiaoming and Huang, Haofeng and Wang, Haoxu and Jiang, Kai and Zhu, Jun and Chen, Jianfei},
65
+ journal={arXiv preprint arXiv:2505.11594},
66
+ year={2025}
67
+ }
68
+ ```