Skip to content

Commit dc7d706

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/loaders/lora_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ def load_lora_weights(
15501550
)
15511551

15521552
if has_param_with_expanded_shape:
1553-
if not hasattr(self,"_unloading_reset_list"):
1553+
if not hasattr(self,"_lora_unloading_reset_list"):
15541554
self._lora_unloading_reset_list = [adapter_name]
15551555
else:
15561556
self._lora_unloading_reset_list.append(adapter_name)

0 commit comments

Comments
 (0)