1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00
This commit is contained in:
DN6
2025-06-13 18:43:26 +05:30
parent bf56c953b8
commit 292469d755

View File

@@ -8,6 +8,7 @@ from diffusers import AutoencoderKL, ChromaPipeline, ChromaTransformer2DModel, F
from diffusers.utils.testing_utils import torch_device
from ..test_pipelines_common import (
FluxIPAdapterTesterMixin,
PipelineTesterMixin,
check_qkv_fusion_matches_attn_procs_length,
check_qkv_fusion_processors_exist,