Skip to content

Commit 425cb39

Browse files
Formatting
1 parent 4d82111 commit 425cb39

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
@@ -1313,7 +1313,7 @@ def load_lora_into_transformer(
13131313
Note that hotswapping adapters of the text encoder is not yet supported. There are some further
13141314
limitations to this technique, which are documented here:
13151315
https://huggingface.co/docs/peft/main/en/package_reference/hotswap
1316-
"""
1316+
"""
13171317
if low_cpu_mem_usage and is_peft_version("<", "0.13.0"):
13181318
raise ValueError(
13191319
"`low_cpu_mem_usage=True` is not compatible with this `peft` version. Please update it with `pip install -U peft`."

0 commit comments

Comments
 (0)