Skip to content

Commit 5ffa603

Browse files
authored
[bug fix] fix small bug in readme template of sdxl lora training script (#5906)
* readme bug fix * style fix --------- Co-authored-by: Linoy Tsaban <[email protected]>
1 parent 0eeee61 commit 5ffa603

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/dreambooth/train_dreambooth_lora_sdxl.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def save_model_card(
112112
img_str += f"""
113113
- text: '{validation_prompt if validation_prompt else ' ' }'
114114
output:
115-
url: >-
115+
url:
116116
"image_{i}.png"
117117
"""
118118

@@ -125,7 +125,6 @@ def save_model_card(
125125
- diffusers
126126
- lora
127127
- template:sd-lora
128-
widget:
129128
{img_str}
130129
---
131130
base_model: {base_model}

0 commit comments

Comments
 (0)