From 5ffa6032444abb45c10db8c23c3cbe155f956069 Mon Sep 17 00:00:00 2001 From: Linoy Tsaban <57615435+linoytsaban@users.noreply.github.com> Date: Thu, 23 Nov 2023 13:11:50 +0200 Subject: [PATCH] [bug fix] fix small bug in readme template of sdxl lora training script (#5906) * readme bug fix * style fix --------- Co-authored-by: Linoy Tsaban --- examples/dreambooth/train_dreambooth_lora_sdxl.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/dreambooth/train_dreambooth_lora_sdxl.py b/examples/dreambooth/train_dreambooth_lora_sdxl.py index dd7b29ca88..9285c0e9fa 100644 --- a/examples/dreambooth/train_dreambooth_lora_sdxl.py +++ b/examples/dreambooth/train_dreambooth_lora_sdxl.py @@ -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}