Skip to content

Commit 9e56d65

Browse files
committed
update
1 parent 7d7e18b commit 9e56d65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/fetch_torch_cuda_pipeline_test_matrix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +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",
1719
"stable_diffusion_3",
1820
"stable_diffusion_xl",
1921
"ip_adapters",
2022
"flux",
21-
"hunyuan_dit",
22-
"hunyuan_video",
2323
]
2424
PIPELINE_USAGE_CUTOFF = int(os.getenv("PIPELINE_USAGE_CUTOFF", 50000))
2525

0 commit comments

Comments
 (0)