Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 17 additions & 21 deletions benchmark_configs/xdit/flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,10 @@
warmup_calls: 2
num_iterations: 5
guidance_scale: 0.0
attention_backend: aiter_flydsl
attention_backend: aiter_flydsl_fp8
use_torch_compile: true
use_fp8_gemms: true

cache_method: dbcache
- name: flux.usp_1k.2gpu.rdna4
tags: [rdna4, gfx1201]
model: black-forest-labs/FLUX.1-dev
Expand All @@ -246,14 +246,12 @@
warmup_calls: 2
num_iterations: 5
guidance_scale: 0.0
attention_backend: aiter_flydsl
attention_backend: aiter_flydsl_fp8
ulysses_degree: 2
ring_degree: 1
use_torch_compile: true
use_fp8_gemms: true
enable_tiling: true
use_parallel_vae: true

cache_method: dbcache
- name: flux.usp_1k.4gpu.rdna4
tags: [rdna4, gfx1201]
model: black-forest-labs/FLUX.1-dev
Expand All @@ -268,13 +266,12 @@
warmup_calls: 2
num_iterations: 5
guidance_scale: 0.0
attention_backend: aiter_flydsl
attention_backend: aiter_flydsl_fp8
ulysses_degree: 4
ring_degree: 1
use_torch_compile: true
use_fp8_gemms: true
enable_tiling: true
use_parallel_vae: true

cache_method: dbcache
- name: flux.2k.1gpu.rdna4
tags: [rdna4, gfx1201]
model: black-forest-labs/FLUX.1-dev
Expand All @@ -289,11 +286,11 @@
warmup_calls: 2
num_iterations: 5
guidance_scale: 0.0
attention_backend: aiter_flydsl
attention_backend: aiter_flydsl_fp8
use_torch_compile: true
enable_tiling: true
use_fp8_gemms: true

enable_tiling: true
cache_method: dbcache
- name: flux.usp_2k.2gpu.rdna4
tags: [rdna4, gfx1201]
model: black-forest-labs/FLUX.1-dev
Expand All @@ -308,14 +305,13 @@
warmup_calls: 2
num_iterations: 5
guidance_scale: 0.0
attention_backend: aiter_flydsl
attention_backend: aiter_flydsl_fp8
ulysses_degree: 2
ring_degree: 1
use_torch_compile: true
enable_tiling: true
use_parallel_vae: true
use_fp8_gemms: true

use_parallel_vae: true
enable_tiling: true
cache_method: dbcache
- name: flux.usp_2k.4gpu.rdna4
tags: [rdna4, gfx1201]
model: black-forest-labs/FLUX.1-dev
Expand All @@ -330,10 +326,10 @@
warmup_calls: 2
num_iterations: 5
guidance_scale: 0.0
attention_backend: aiter_flydsl
attention_backend: aiter_flydsl_fp8
ulysses_degree: 4
ring_degree: 1
use_torch_compile: true
use_fp8_gemms: true
enable_tiling: true
use_parallel_vae: true
enable_tiling: true
cache_method: dbcache
Loading