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 0193f2c commit 8cb930fCopy full SHA for 8cb930f
src/diffusers/loaders/lora_pipeline.py
@@ -2154,7 +2154,6 @@ def _get_weight_shape(weight: torch.Tensor):
2154
raise ValueError("Either `base_module` or `base_weight_param_name` must be provided.")
2155
2156
2157
-
2158
# The reason why we subclass from `StableDiffusionLoraLoaderMixin` here is because Amused initially
2159
# relied on `StableDiffusionLoraLoaderMixin` for its LoRA support.
2160
class AmusedLoraLoaderMixin(StableDiffusionLoraLoaderMixin):
0 commit comments