Skip to content

Commit 8cb930f

Browse files
authored
Update lora_pipeline.py
1 parent 0193f2c commit 8cb930f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/loaders/lora_pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2154,7 +2154,6 @@ def _get_weight_shape(weight: torch.Tensor):
21542154
raise ValueError("Either `base_module` or `base_weight_param_name` must be provided.")
21552155

21562156

2157-
21582157
# The reason why we subclass from `StableDiffusionLoraLoaderMixin` here is because Amused initially
21592158
# relied on `StableDiffusionLoraLoaderMixin` for its LoRA support.
21602159
class AmusedLoraLoaderMixin(StableDiffusionLoraLoaderMixin):

0 commit comments

Comments
 (0)