1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[Tests] update always test pipelines list. (#10143)

update always test pipelines list.
This commit is contained in:
Sayak Paul
2024-12-16 08:51:55 +05:30
committed by GitHub
parent 5a196e3d46
commit 02cbe972c3

View File

@@ -16,12 +16,8 @@ ALWAYS_TEST_PIPELINE_MODULES = [
"stable_diffusion_2",
"stable_diffusion_xl",
"stable_diffusion_adapter",
"deepfloyd_if",
"ip_adapters",
"kandinsky",
"kandinsky2_2",
"text_to_video_synthesis",
"wuerstchen",
]
PIPELINE_USAGE_CUTOFF = int(os.getenv("PIPELINE_USAGE_CUTOFF", 50000))