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
10d3220a
Unverified
Commit
10d3220a
authored
Jun 18, 2024
by
MaoXianXin
Committed by
GitHub
Jun 18, 2024
Browse files
A backslash is missing from the run command (#8471)
parent
f69511ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/en/training/text2image.md
docs/source/en/training/text2image.md
+1
-1
No files found.
docs/source/en/training/text2image.md
View file @
10d3220a
...
@@ -181,7 +181,7 @@ accelerate launch --mixed_precision="fp16" train_text_to_image.py \
...
@@ -181,7 +181,7 @@ accelerate launch --mixed_precision="fp16" train_text_to_image.py \
--max_train_steps
=
15000
\
--max_train_steps
=
15000
\
--learning_rate
=
1e-05
\
--learning_rate
=
1e-05
\
--max_grad_norm
=
1
\
--max_grad_norm
=
1
\
--enable_xformers_memory_efficient_attention
--enable_xformers_memory_efficient_attention
\
--lr_scheduler
=
"constant"
--lr_warmup_steps
=
0
\
--lr_scheduler
=
"constant"
--lr_warmup_steps
=
0
\
--output_dir
=
"sd-naruto-model"
\
--output_dir
=
"sd-naruto-model"
\
--push_to_hub
--push_to_hub
...
...
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