Skip to content

Commit 30a89a6

Browse files
committed
fix-copies
1 parent 64c821b commit 30a89a6

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
@@ -2537,7 +2537,7 @@ def load_lora_into_text_encoder(
25372537
if lora_config_kwargs["lora_bias"]:
25382538
if is_peft_version("<=", "0.13.2"):
25392539
raise ValueError(
2540-
"You need `peft` 0.13.3 at least to use `lora_bias` in LoRAs. Please upgrade your installation of `peft`."
2540+
"You need `peft` 0.13.3 at least to use `bias` in LoRAs. Please upgrade your installation of `peft`."
25412541
)
25422542
else:
25432543
if is_peft_version("<=", "0.13.2"):

0 commit comments

Comments
 (0)