We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c74a9 commit f105dffCopy full SHA for f105dff
tests/pipelines/photon/test_pipeline_photon.py
@@ -11,6 +11,7 @@
11
from diffusers.models.transformers.transformer_photon import PhotonTransformer2DModel
12
from diffusers.pipelines.photon.pipeline_photon import PhotonPipeline
13
from diffusers.schedulers import FlowMatchEulerDiscreteScheduler
14
+from diffusers.utils import is_transformers_version
15
16
from ..pipeline_params import TEXT_TO_IMAGE_PARAMS
17
from ..test_pipelines_common import PipelineTesterMixin
0 commit comments