scenario
stringlengths 33
60
| model_cls
stringclasses 4
values | num_params_B
float64 2.57
14.3
| flops_G
float64 5.98k
786k
⌀ | time_plain_s
stringlengths 5
15
| mem_plain_GB
float64 0.2
30.2
| time_compile_s
stringclasses 4
values | mem_compile_GB
float64 5.24
31.8
⌀ | fullgraph
bool 1
class | mode
stringclasses 1
value | github_sha
stringclasses 1
value |
---|---|---|---|---|---|---|---|---|---|---|
black-forest-labs/FLUX.1-dev-bf16 | FluxTransformer2DModel | 11.9 | 59,529.52 | 0.55 (0.539) | 22.61 | 0.385 (0.376) | 22.7 | true | default | a76a236f6f42223e7025b48d0809309bd33f640d |
black-forest-labs/FLUX.1-dev-bnb-nf4 | FluxTransformer2DModel | 5.95 | null | 0.571 (0.564) | 6.7 | null | null | null | null | a76a236f6f42223e7025b48d0809309bd33f640d |
black-forest-labs/FLUX.1-dev-layerwise-upcasting | FluxTransformer2DModel | 11.9 | 59,529.52 | 0.602 (0.6) | 22.18 | null | null | null | null | a76a236f6f42223e7025b48d0809309bd33f640d |
black-forest-labs/FLUX.1-dev-group-offload-leaf | FluxTransformer2DModel | 11.9 | 59,529.52 | 1.897 (1.895) | 0.53 | null | null | null | null | a76a236f6f42223e7025b48d0809309bd33f640d |
Lightricks/LTX-Video-0.9.7-dev-bf16 | LTXVideoTransformer3DModel | 13.04 | 167,583.45 | 1.637 (1.606) | 25.22 | 1.135 (1.099) | 25.31 | true | default | a76a236f6f42223e7025b48d0809309bd33f640d |
Lightricks/LTX-Video-0.9.7-dev-layerwise-upcasting | LTXVideoTransformer3DModel | 13.04 | 167,583.45 | 1.69 (1.669) | 24.38 | null | null | null | null | a76a236f6f42223e7025b48d0809309bd33f640d |
Lightricks/LTX-Video-0.9.7-dev-group-offload-leaf | LTXVideoTransformer3DModel | 13.04 | 167,583.45 | 2.77 (2.763) | 1.05 | null | null | null | null | a76a236f6f42223e7025b48d0809309bd33f640d |
stabilityai/stable-diffusion-xl-base-1.0-bf16 | UNet2DConditionModel | 2.57 | 5,979.1 | 0.075 | 5.05 | 0.056 (0.054) | 5.24 | true | default | a76a236f6f42223e7025b48d0809309bd33f640d |
stabilityai/stable-diffusion-xl-base-1.0-layerwise-upcasting | UNet2DConditionModel | 2.57 | 5,979.1 | 0.152 | 4.89 | null | null | null | null | a76a236f6f42223e7025b48d0809309bd33f640d |
stabilityai/stable-diffusion-xl-base-1.0-group-offload-leaf | UNet2DConditionModel | 2.57 | 5,979.1 | 0.519 | 0.2 | null | null | null | null | a76a236f6f42223e7025b48d0809309bd33f640d |
Wan-AI/Wan2.1-T2V-14B-Diffusers-bf16 | WanTransformer3DModel | 14.29 | 785,651.93 | 11.506 (11.251) | 30.24 | 8.963 (8.456) | 31.78 | true | default | a76a236f6f42223e7025b48d0809309bd33f640d |
Wan-AI/Wan2.1-T2V-14B-Diffusers-layerwise-upcasting | WanTransformer3DModel | 14.29 | 785,651.93 | 11.214 (11.051) | 26.78 | null | null | null | null | a76a236f6f42223e7025b48d0809309bd33f640d |
Wan-AI/Wan2.1-T2V-14B-Diffusers-group-offload-leaf | WanTransformer3DModel | 14.29 | 785,651.93 | 11.712 (11.603) | 3.49 | null | null | null | null | a76a236f6f42223e7025b48d0809309bd33f640d |

Welcome to 🤗 Diffusers Benchmarks!
This is dataset where we keep track of the inference latency and memory information of the core models in the diffusers
library.
Currently, the core models are:
- Flux
- Wan
- LTX
- SDXL
Note that we will continue to extend this list based on their usage.
You can analyze the results in this demo.
Instead of benchmarking the entire diffusion pipelines, we only benchmark the forward passes of the diffusion networks under different settings (compile, offloading, quantization, etc.). We only benchmark the diffusion networks because they are typically the most compute-heavy part in a diffusion pipeline.
We use this GitHub Actions workflow to report the above numbers automatically. This workflow runs on a biweekly cadence.
Here is an example run.
- Downloads last month
- 179