Skip to content

Commit ed4a7ef

Browse files
authored
Merge branch 'main' into fix_docs
2 parents c6a890b + b27d4ed commit ed4a7ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

utils/fetch_torch_cuda_pipeline_test_matrix.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
PATH_TO_REPO = Path(__file__).parent.parent.resolve()
1313
ALWAYS_TEST_PIPELINE_MODULES = [
1414
"controlnet",
15+
"controlnet_flux",
16+
"controlnet_sd3",
1517
"stable_diffusion",
1618
"stable_diffusion_2",
19+
"stable_diffusion_3",
1720
"stable_diffusion_xl",
18-
"stable_diffusion_adapter",
1921
"ip_adapters",
20-
"kandinsky2_2",
22+
"flux",
2123
]
2224
PIPELINE_USAGE_CUTOFF = int(os.getenv("PIPELINE_USAGE_CUTOFF", 50000))
2325

0 commit comments

Comments
 (0)