We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965e52c commit 7b022dfCopy full SHA for 7b022df
src/diffusers/pipelines/stable_diffusion_xl/__init__.py
@@ -30,7 +30,7 @@ class StableDiffusionXLPipelineOutput(BaseOutput):
30
if not (is_transformers_available() and is_torch_available()):
31
raise OptionalDependencyNotAvailable()
32
except OptionalDependencyNotAvailable:
33
- from ...utils.dummy_torch_and_transformers_and_objects import * # noqa F403
+ from ...utils.dummy_torch_and_transformers_objects import * # noqa F403
34
else:
35
from .pipeline_stable_diffusion_xl import StableDiffusionXLPipeline
36
from .pipeline_stable_diffusion_xl_img2img import StableDiffusionXLImg2ImgPipeline
0 commit comments