1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

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

* readme bug fix

* style fix

---------

Co-authored-by: Linoy Tsaban <linoy@huggingface.co>
This commit is contained in:
Linoy Tsaban
2023-11-23 13:11:50 +02:00
committed by GitHub
parent 0eeee618cf
commit 5ffa603244

View File

@@ -112,7 +112,7 @@ def save_model_card(
img_str += f"""
- text: '{validation_prompt if validation_prompt else ' ' }'
output:
url: >-
url:
"image_{i}.png"
"""
@@ -125,7 +125,6 @@ tags:
- diffusers
- lora
- template:sd-lora
widget:
{img_str}
---
base_model: {base_model}