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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user