Skip to content

Commit ce9fc63

Browse files
authored
Update sdxl_lora_advanced_script.md (huggingface#1820)
remove an extra space
1 parent ef1239f commit ce9fc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdxl_lora_advanced_script.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ num_class_images = 150
547547

548548
## Inference
549549

550-
Inference with models trained with the techniques above should work the same as with any trainer, except that , when we do pivotal tuning, besides the `*.safetensors` weights of your LoRA, there is also the `*.safetensors` text embeddings trained with the model
550+
Inference with models trained with the techniques above should work the same as with any trainer, except that, when we do pivotal tuning, besides the `*.safetensors` weights of your LoRA, there is also the `*.safetensors` text embeddings trained with the model
551551
for the new tokens. In order to do inference with those we add 2 steps to how we would normally load a LoRA:
552552

553553
1. Download our trained embeddings from the hub

0 commit comments

Comments
 (0)