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 a79876d commit c3c1bdfCopy full SHA for c3c1bdf
src/diffusers/loaders/lora_pipeline.py
@@ -409,7 +409,6 @@ def load_lora_into_text_encoder(
409
low_cpu_mem_usage (`bool`, *optional*):
410
Speed up model loading by only loading the pretrained LoRA weights and not initializing the random
411
weights.
412
- hotswap : (`bool`, *optional*)
413
hotswap : (`bool`, *optional*)
414
Defaults to `False`. Whether to substitute an existing (LoRA) adapter with the newly loaded adapter
415
in-place. This means that, instead of loading an additional adapter, this will take the existing
0 commit comments