Unverified Commit b27d4edb authored by Dhruv Nair's avatar Dhruv Nair Committed by GitHub
Browse files

[CI] Update always test Pipelines list in Pipeline fetcher (#10856)



* update

* update

---------
Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
parent 2b2d0429
......@@ -12,12 +12,14 @@ import diffusers
PATH_TO_REPO = Path(__file__).parent.parent.resolve()
ALWAYS_TEST_PIPELINE_MODULES = [
"controlnet",
"controlnet_flux",
"controlnet_sd3",
"stable_diffusion",
"stable_diffusion_2",
"stable_diffusion_3",
"stable_diffusion_xl",
"stable_diffusion_adapter",
"ip_adapters",
"kandinsky2_2",
"flux",
]
PIPELINE_USAGE_CUTOFF = int(os.getenv("PIPELINE_USAGE_CUTOFF", 50000))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment