Skip to content

Commit c852f23

Browse files
committed
update
1 parent be861e2 commit c852f23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/advanced_diffusion_training/train_dreambooth_lora_sd15_advanced.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ def save_model_card(
200200
"diffusers",
201201
"diffusers-training",
202202
lora,
203-
"template:sd-lorastable-diffusion",
203+
"template:sd-lora",
204+
"stable-diffusion",
204205
"stable-diffusion-diffusers",
205206
]
206207
model_card = populate_model_card(model_card, tags=tags)

0 commit comments

Comments
 (0)