You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blogs/fastvideo_post_training/index.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
+++
2
2
title = "FastWan: Generating a 5-Second Video in 5 Seconds via Sparse Distillation"
3
-
date = 2025-08-01T11:00:00-08:00
3
+
date = 2025-08-04T11:00:00-08:00
4
4
authors = ["FastVideo Team"]
5
5
author = "FastVideo Team"
6
6
ShowReadingTime = true
@@ -13,7 +13,7 @@ draft = false
13
13
name = "github"
14
14
url = "https://github.com/hao-ai-lab/FastVideo"
15
15
[cover]
16
-
image = "/img/fastwan.png"
16
+
image = "/img/fastwan/fastwan-teaser.gif"
17
17
alt = "Denoising speedup of FastWan"
18
18
caption = "A gif of a graph showing FastWan achieving 72.8x speedup for denoising"
19
19
hidden = true
@@ -33,7 +33,7 @@ draft = false
33
33
34
34
Below, we demonstrate how each module accelerates the DiT denoising time (without text encoder and vae) on a single H200 GPU.
35
35
36
-
{{< table title="Table 2: DiT denoising time comparisons of different methods. All numbers can be reproduced with this [script](https://github.com/hao-ai-lab/FastVideo/blob/main/scripts/inference/v1_inference_wan_VSA_DMD.sh)." >}}
36
+
{{< table title="Table 1: DiT denoising time comparisons of different methods. All numbers can be reproduced with this [script](https://github.com/hao-ai-lab/FastVideo/blob/main/scripts/inference/v1_inference_wan_VSA_DMD.sh)." >}}
For FastWan2.2-TI2V-5B-FullAttn, since its sequence length is short (~20K), it does not benifit much from sparse attention. We only train it with DMD and full attention. We are actively working on applying sparse distillation to 14B models for both Wan2.1 and Wan2.2. Follow our progress at our [Github](https://github.com/hao-ai-lab/FastVideo), [Slack](https://join.slack.com/t/fastvideo/shared_invite/zt-38u6p1jqe-yDI1QJOCEnbtkLoaI5bjZQ) and [Discord](https://discord.gg/Dm8F2peD3e)!
0 commit comments