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 7e0311d commit 9938cbbCopy full SHA for 9938cbb
src/diffusers/pipelines/hunyuan_image/__init__.py
@@ -32,7 +32,7 @@
32
except OptionalDependencyNotAvailable:
33
from ...utils.dummy_torch_and_transformers_objects import *
34
else:
35
- from .pipeline_hunyuan_image import HunyuanImagePipeline
+ from .pipeline_hunyuanimage import HunyuanImagePipeline
36
37
38
import sys
0 commit comments