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, )