From 0d927c75427d12210de2ff3eb6fff1c4ebd2e130 Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Fri, 26 Jan 2024 11:22:50 +0530 Subject: [PATCH] Add IP Adapters to slow tests (#6714) update --- utils/fetch_torch_cuda_pipeline_test_matrix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/fetch_torch_cuda_pipeline_test_matrix.py b/utils/fetch_torch_cuda_pipeline_test_matrix.py index 3028987897..ed34839f51 100644 --- a/utils/fetch_torch_cuda_pipeline_test_matrix.py +++ b/utils/fetch_torch_cuda_pipeline_test_matrix.py @@ -16,6 +16,7 @@ ALWAYS_TEST_PIPELINE_MODULES = [ "stable_diffusion_2", "stable_diffusion_xl", "deepfloyd_if", + "ip_adapters", "kandinsky", "kandinsky2_2", "text_to_video_synthesis",