data-archetype commited on
Commit
5595c25
·
verified ·
1 Parent(s): 05d1710

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. technical_report_mdiffae.md +1 -1
technical_report_mdiffae.md CHANGED
@@ -160,7 +160,7 @@ Reconstruction quality evaluated on two image sets: a large benchmark (N=2000, 2
160
  | p90 | 41.21 | 39.75 | 42.51 |
161
  | p95 | 42.49 | 40.57 | 43.64 |
162
 
163
- > mDiffAE encodes at ~2.5 ms/image and decodes at ~4 ms/image roughly 25× faster than Flux.1 and 15× faster than Flux.2. Timings measured on an NVIDIA RTX Pro 6000 (Blackwell).
164
 
165
  ### 7.2 Interactive Viewer
166
 
 
160
  | p90 | 41.21 | 39.75 | 42.51 |
161
  | p95 | 42.49 | 40.57 | 43.64 |
162
 
163
+ > Timings on the 39-image set (batch 8, bf16, NVIDIA RTX Pro 6000 Blackwell): mDiffAE encode 2.4 ms + decode 3.0 ms = **5.4 ms/image** total, vs Flux.1 at 202 ms and Flux.2 at 138 ms roughly **37×** and **26×** faster end-to-end.
164
 
165
  ### 7.2 Interactive Viewer
166