Skip to content

Commit 14789fd

Browse files
authored
fix
1 parent f51af79 commit 14789fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/diffusers/loaders/lora_pipeline.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,10 +1979,6 @@ class FluxLoraLoaderMixin(LoraBaseMixin):
19791979
19801980
Specific to [`StableDiffusion3Pipeline`].
19811981
"""
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):
19861982
_lora_loadable_modules = ["transformer", "text_encoder"]
19871983
transformer_name = TRANSFORMER_NAME
19881984
text_encoder_name = TEXT_ENCODER_NAME

0 commit comments

Comments
 (0)