Skip to content

Commit c77f6eb

Browse files
authored
Update README.md
1 parent 65f4f5b commit c77f6eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ Baselines: E2E models are `torch.compile`d from reference repositories. Attentio
132132
**Quality**
133133
| **Method** | **Speedup ↑** | **Latency (s) ↓** | **Total ↑** | **Quality ↑** | **Semantic ↑** |
134134
|------------|---------------|-------------------|-------------|---------------|----------------|
135-
| **HunyuanVideo, T = 50 (720 × 1280 × 129)** | | | | | |
135+
| *HunyuanVideo, T = 50 (720 × 1280 × 129)* | | | | | |
136136
| Hunyuan | 1 × | 1030 | 83.24 | 85.09 | 75.82 |
137137
| STA | 1.79 × | 575 | 82.46 | **84.63** | 73.83 |
138138
| **Chipmunk** | **2.16 ×** | **477** | **82.94** | 84.60 | **76.3** |
139139
| Step Caching (TeaCache) | 3.69 × | 279 | 80.79 | 82.87 | 72.5 |
140140
| **Chipmunk + Step Cache** | **3.72 ×** | **277** | **82.5** | **84.23** | **75.6** |
141-
| **WAN2.1, T = 50 (720 × 1280 × 121)** | | | | | |
141+
| *WAN2.1, T = 50 (720 × 1280 × 121)* | | | | | |
142142
| WAN2.1 | 1 × | 1357 | 81.47 | 83.57 | 73.08 |
143143
| STA | 1.36 × | 998 | **81.84** | **83.65** | **74.60** |
144144
| **Chipmunk + STA** | **1.56 ×** | **870** | 81.71 | 83.61 | 74.12 |
@@ -151,7 +151,7 @@ Baselines: E2E models are `torch.compile`d from reference repositories. Attentio
151151

152152
| **Method** | **FLOPs ↓** | **Speedup ↑** | **Latency (s) ↓** | **ImRe ↑** |
153153
|------------|-------------|---------------|-------------------|------------|
154-
| **FLUX.1-dev, T = 50 (768 × 1280)** | | | | |
154+
| *FLUX.1-dev, T = 50 (768 × 1280)* | | | | |
155155
| Flux | 100 % | 1 × | 6.60 | 0.76 |
156156
| DiTFastAttn | 83 % | 1.09 × | 6.05 | **0.80** |
157157
| **Chipmunk** | **58 %** | **1.41 ×** | **4.90** | **0.80** |
@@ -163,7 +163,7 @@ Baselines: E2E models are `torch.compile`d from reference repositories. Attentio
163163

164164
| **Method** | **FLOPs ↓** | **Speedup ↑** | **Latency (s) ↓** | **GenEval ↑** | **CLIP ↑** |
165165
|------------|-------------|---------------|-------------------|---------------|------------|
166-
| **FLUX.1-dev, T = 50 (768 × 1280)** | | | | | |
166+
| ***FLUX.1-dev, T = 50 (768 × 1280)*** | | | | | |
167167
| Flux | 100 % | 1 × | 6.60 | 0.66 | 31.07 |
168168
| Step + Token Caching (ToCa) | 66 % | 1.51 × | 4.37 | 0.65 | 31.21 |
169169
| Step Caching (TeaCache) | 45 % | 2.23 × | 2.95 | 0.61 | 31.37 |

0 commit comments

Comments
 (0)