Skip to content

Commit dfd9865

Browse files
sayakpaulyiyixuxu
andauthored
Update src/diffusers/loaders/lora_pipeline.py
Co-authored-by: YiYi Xu <[email protected]>
1 parent de9c6ce commit dfd9865

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
@@ -1366,7 +1366,7 @@ def load_lora_into_transformer(
13661366
lora_unexpected_keys = [k for k in unexpected_keys if "lora_" in k and adapter_name in k]
13671367
if lora_unexpected_keys:
13681368
warn_msg = (
1369-
f"Loading adapter weights from state_dict led to unexpected keys not found in the model:"
1369+
f"Loading adapter weights from state_dict led to unexpected keys found in the model:"
13701370
f" {', '.join(lora_unexpected_keys)}. "
13711371
)
13721372

0 commit comments

Comments
 (0)