Skip to content

Commit 31d759e

Browse files
committed
fix imports
1 parent aed036a commit 31d759e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/diffusers/loaders/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def text_encoder_attn_modules(text_encoder):
6666
"SD3LoraLoaderMixin",
6767
"StableDiffusionXLLoraLoaderMixin",
6868
"LoraLoaderMixin",
69+
"FluxLoraLoaderMixin",
6970
]
7071
_import_structure["textual_inversion"] = ["TextualInversionLoaderMixin"]
7172
_import_structure["ip_adapter"] = ["IPAdapterMixin"]
@@ -83,6 +84,7 @@ def text_encoder_attn_modules(text_encoder):
8384
from .ip_adapter import IPAdapterMixin
8485
from .lora_pipeline import (
8586
AmusedLoraLoaderMixin,
87+
FluxLoraLoaderMixin,
8688
LoraLoaderMixin,
8789
SD3LoraLoaderMixin,
8890
StableDiffusionLoraLoaderMixin,

0 commit comments

Comments
 (0)