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
c1e45295
Unverified
Commit
c1e45295
authored
Dec 01, 2023
by
Linoy Tsaban
Committed by
GitHub
Dec 01, 2023
Browse files
[advanced_dreambooth_lora_sdxl_tranining_script] readme fix (#6019)
readme
parent
d29d97b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.py
...diffusion_training/train_dreambooth_lora_sdxl_advanced.py
+2
-2
No files found.
examples/advanced_diffusion_training/train_dreambooth_lora_sdxl_advanced.py
View file @
c1e45295
...
@@ -132,8 +132,8 @@ def save_model_card(
...
@@ -132,8 +132,8 @@ def save_model_card(
for
key
,
value
in
token_abstraction_dict
.
items
():
for
key
,
value
in
token_abstraction_dict
.
items
():
tokens
=
""
.
join
(
value
)
tokens
=
""
.
join
(
value
)
trigger_str
+=
f
"""
trigger_str
+=
f
"""
to trigger concept
{
key
}
-> use
{
tokens
}
in your prompt
\n
to trigger concept
`
{
key
}
->
`
use
`
{
tokens
}
`
in your prompt
\n
"""
"""
yaml
=
f
"""
yaml
=
f
"""
---
---
...
...
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