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 4d82111 commit 425cb39Copy full SHA for 425cb39
src/diffusers/loaders/lora_pipeline.py
@@ -1313,7 +1313,7 @@ def load_lora_into_transformer(
1313
Note that hotswapping adapters of the text encoder is not yet supported. There are some further
1314
limitations to this technique, which are documented here:
1315
https://huggingface.co/docs/peft/main/en/package_reference/hotswap
1316
- """
+ """
1317
if low_cpu_mem_usage and is_peft_version("<", "0.13.0"):
1318
raise ValueError(
1319
"`low_cpu_mem_usage=True` is not compatible with this `peft` version. Please update it with `pip install -U peft`."
0 commit comments