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 de9c6ce commit dfd9865Copy full SHA for dfd9865
src/diffusers/loaders/lora_pipeline.py
@@ -1366,7 +1366,7 @@ def load_lora_into_transformer(
1366
lora_unexpected_keys = [k for k in unexpected_keys if "lora_" in k and adapter_name in k]
1367
if lora_unexpected_keys:
1368
warn_msg = (
1369
- f"Loading adapter weights from state_dict led to unexpected keys not found in the model:"
+ f"Loading adapter weights from state_dict led to unexpected keys found in the model:"
1370
f" {', '.join(lora_unexpected_keys)}. "
1371
)
1372
0 commit comments