Skip to content

Commit 6b8b630

Browse files
Update src/diffusers/loaders/lora_pipeline.py
Co-authored-by: Benjamin Bossan <[email protected]>
1 parent a8bd03b commit 6b8b630

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
@@ -2246,7 +2246,7 @@ def fuse_lora(
22462246
):
22472247
logger.info(
22482248
"The provided state dict contains normalization layers in addition to LoRA layers. The normalization layers will be directly updated the state_dict of the transformer "
2249-
'as opposed to the LoRA layers that will co-exist separately until the "fuse_lora()" method is called. That is to say, the normalization layers will always be directly '
2249+
as opposed to the LoRA layers that will co-exist separately until the "fuse_lora()" method is called. That is to say, the normalization layers will always be directly
22502250
"fused into the transformer and can only be unfused if `discard_original_layers=True` is passed."
22512251
)
22522252

0 commit comments

Comments
 (0)