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 f51af79 commit 14789fdCopy full SHA for 14789fd
src/diffusers/loaders/lora_pipeline.py
@@ -1979,10 +1979,6 @@ class FluxLoraLoaderMixin(LoraBaseMixin):
1979
1980
Specific to [`StableDiffusion3Pipeline`].
1981
"""
1982
-
1983
-# The reason why we subclass from `StableDiffusionLoraLoaderMixin` here is because Amused initially
1984
-# relied on `StableDiffusionLoraLoaderMixin` for its LoRA support.
1985
-class AmusedLoraLoaderMixin(StableDiffusionLoraLoaderMixin):
1986
_lora_loadable_modules = ["transformer", "text_encoder"]
1987
transformer_name = TRANSFORMER_NAME
1988
text_encoder_name = TEXT_ENCODER_NAME
0 commit comments