Unverified Commit 5ffa6032 authored by Linoy Tsaban's avatar Linoy Tsaban Committed by GitHub
Browse files

[bug fix] fix small bug in readme template of sdxl lora training script (#5906)



* readme bug fix

* style fix

---------
Co-authored-by: default avatarLinoy Tsaban <linoy@huggingface.co>
parent 0eeee618
...@@ -112,7 +112,7 @@ def save_model_card( ...@@ -112,7 +112,7 @@ def save_model_card(
img_str += f""" img_str += f"""
- text: '{validation_prompt if validation_prompt else ' ' }' - text: '{validation_prompt if validation_prompt else ' ' }'
output: output:
url: >- url:
"image_{i}.png" "image_{i}.png"
""" """
...@@ -125,7 +125,6 @@ tags: ...@@ -125,7 +125,6 @@ tags:
- diffusers - diffusers
- lora - lora
- template:sd-lora - template:sd-lora
widget:
{img_str} {img_str}
--- ---
base_model: {base_model} base_model: {base_model}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment