From bea8b0d86ef96353d3fc8d1bdd6eb8859a02be62 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Fri, 13 Jun 2025 04:54:33 -0600 Subject: [PATCH] make style, make quality --- tests/pipelines/chroma/test_pipeline_chroma.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/pipelines/chroma/test_pipeline_chroma.py b/tests/pipelines/chroma/test_pipeline_chroma.py index dafc2cd5e7..8bb16d8b40 100644 --- a/tests/pipelines/chroma/test_pipeline_chroma.py +++ b/tests/pipelines/chroma/test_pipeline_chroma.py @@ -8,7 +8,6 @@ from diffusers import ( AutoencoderKL, ChromaPipeline, ChromaTransformer2DModel, - FasterCacheConfig, FlowMatchEulerDiscreteScheduler, ) from diffusers.utils.testing_utils import ( @@ -16,10 +15,7 @@ from diffusers.utils.testing_utils import ( ) from ..test_pipelines_common import ( - FasterCacheTesterMixin, - FluxIPAdapterTesterMixin, PipelineTesterMixin, - PyramidAttentionBroadcastTesterMixin, check_qkv_fusion_matches_attn_procs_length, check_qkv_fusion_processors_exist, )