Skip to content

Commit 29422c4

Browse files
committed
update table to the middle
1 parent a206917 commit 29422c4

File tree

1 file changed

+5
-0
lines changed
  • content/blogs/fastvideo_post_training

1 file changed

+5
-0
lines changed

content/blogs/fastvideo_post_training/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ For FastWan2.2-TI2V-5B-FullAttn, since its sequence length is short (~20K), it d
4343
{{< image src="img/fastwan.png" alt="denoising speedup" width="100%" >}}
4444

4545
Below, we demonstrate how each module accelerates the DiT denoising time (without text encoder and vae) on a single H200 GPU.
46+
47+
<div align="center">
48+
4649
| | Wan 2.2 5B 720P | Wan2.1 14B 720P | Wan2.1 1.3B 480P |
4750
|:-------------------------:|:---------------:|:----------------:|:----------------:|
4851
| FA2 | 157.21s | 1746.5s | 95.21s |
@@ -51,6 +54,8 @@ Below, we demonstrate how each module accelerates the DiT denoising time (withou
5154
| FA3 + DMD + torch compile | 2.64s | 29.5s | 1.49s |
5255
| VSA + DMD + torch compile | -- | 13s | 0.98s |
5356

57+
</div>
58+
5459

5560
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)
5661

0 commit comments

Comments
 (0)