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 aed036a commit 31d759eCopy full SHA for 31d759e
src/diffusers/loaders/__init__.py
@@ -66,6 +66,7 @@ def text_encoder_attn_modules(text_encoder):
66
"SD3LoraLoaderMixin",
67
"StableDiffusionXLLoraLoaderMixin",
68
"LoraLoaderMixin",
69
+ "FluxLoraLoaderMixin",
70
]
71
_import_structure["textual_inversion"] = ["TextualInversionLoaderMixin"]
72
_import_structure["ip_adapter"] = ["IPAdapterMixin"]
@@ -83,6 +84,7 @@ def text_encoder_attn_modules(text_encoder):
83
84
from .ip_adapter import IPAdapterMixin
85
from .lora_pipeline import (
86
AmusedLoraLoaderMixin,
87
+ FluxLoraLoaderMixin,
88
LoraLoaderMixin,
89
SD3LoraLoaderMixin,
90
StableDiffusionLoraLoaderMixin,
0 commit comments