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 ecc1c18 commit c439c89Copy full SHA for c439c89
src/diffusers/loaders/__init__.py
@@ -117,6 +117,7 @@ def text_encoder_attn_modules(text_encoder):
117
StableDiffusionLoraLoaderMixin,
118
StableDiffusionXLLoraLoaderMixin,
119
WanLoraLoaderMixin,
120
+ HiDreamImageLoraLoaderMixin,
121
)
122
from .single_file import FromSingleFileMixin
123
from .textual_inversion import TextualInversionLoaderMixin
0 commit comments