-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a30212
commit 172905f
Showing
2 changed files
with
37 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## HunyuanVideo Performance Report | ||
|
||
xDiT is [HunyuanVideo](https://github.com/Tencent/HunyuanVideo?tab=readme-ov-file#-parallel-inference-on-multiple-gpus-by-xdit)'s official parallel inference engine. On H100 and H20 GPUs, xDiT reduces the generation time of 1028x720 videos from 31 minutes to 5 minutes, and 960x960 videos from 28 minutes to 6 minutes. | ||
|
||
### 1280x720 Resolution (129 frames, 50 steps) - Ulysses Latency (seconds) | ||
|
||
<center> | ||
|
||
| GPU Type | 1 GPU | 2 GPUs | 4 GPUs | 8 GPUs | | ||
|----------|--------|---------|---------|---------| | ||
| H100 | 1,904.08 | 925.04 | 514.08 | 337.58 | | ||
| H20 | 6,639.17 | 3,400.55 | 1,762.86 | 940.97 | | ||
|
||
</center> | ||
|
||
### 960x960 Resolution (129 frames, 50 steps) - Ulysses Latency (seconds) | ||
|
||
<center> | ||
|
||
| GPU Type | 1 GPU | 2 GPUs | 3 GPUs | 6 GPUs | | ||
|----------|--------|---------|---------|---------| | ||
| H100 | 1,735.01 | 934.09 | 645.45 | 367.02 | | ||
| H20 | 6,621.46 | 3,400.55 | 2,310.48 | 1,214.67 | | ||
|
||
</center> |