Skip to content

Commit 428a3d5

Browse files
committed
fix
1 parent 22c13d4 commit 428a3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/using-diffusers/other-formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The easiest way to inspect the metadata, if available, is by clicking on the Saf
8080
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/safetensors_lora.png"/>
8181
</div>
8282

83-
For LoRAs that aren't trained with Diffusers, you can still save metadata with the `transformer_lora_adapter_metadata` and `text_encoder_lora_adapter_metadata` arguments in [`~FluxLoraLoaderMixin.save_lora_weights`] as long as it is a safetensors file.
83+
For LoRAs that aren't trained with Diffusers, you can still save metadata with the `transformer_lora_adapter_metadata` and `text_encoder_lora_adapter_metadata` arguments in [`~loaders.FluxLoraLoaderMixin.save_lora_weights`] as long as it is a safetensors file.
8484

8585
```py
8686
import torch

0 commit comments

Comments
 (0)