Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
da113364
Unverified
Commit
da113364
authored
Jan 31, 2023
by
hysts
Committed by
GitHub
Jan 31, 2023
Browse files
Add instance prompt to model card of lora dreambooth example (#2112)
parent
44f6bc81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
examples/dreambooth/train_dreambooth_lora.py
examples/dreambooth/train_dreambooth_lora.py
+1
-0
No files found.
examples/dreambooth/train_dreambooth_lora.py
View file @
da113364
...
@@ -69,6 +69,7 @@ def save_model_card(repo_name, images=None, base_model=str, prompt=str, repo_fol
...
@@ -69,6 +69,7 @@ def save_model_card(repo_name, images=None, base_model=str, prompt=str, repo_fol
---
---
license: creativeml-openrail-m
license: creativeml-openrail-m
base_model:
{
base_model
}
base_model:
{
base_model
}
instance_prompt:
{
prompt
}
tags:
tags:
- stable-diffusion
- stable-diffusion
- stable-diffusion-diffusers
- stable-diffusion-diffusers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment