Skip to content

Commit 263b968

Browse files
Add lora tag to the model tags (#2103)
* Add `lora` tag to the model tags For lora training * uP Co-authored-by: Patrick von Platen <[email protected]>
1 parent 480d884 commit 263b968

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/dreambooth/train_dreambooth_lora.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def save_model_card(repo_name, images=None, base_model=str, prompt=str, repo_fol
7474
- stable-diffusion-diffusers
7575
- text-to-image
7676
- diffusers
77+
- lora
7778
inference: true
7879
---
7980
"""

examples/text_to_image/train_text_to_image_lora.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def save_model_card(repo_name, images=None, base_model=str, dataset_name=str, re
6767
- stable-diffusion-diffusers
6868
- text-to-image
6969
- diffusers
70+
- lora
7071
inference: true
7172
---
7273
"""

0 commit comments

Comments
 (0)