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
f63d3223
Unverified
Commit
f63d3223
authored
Feb 03, 2025
by
Nicolas
Committed by
GitHub
Feb 04, 2025
Browse files
Fix train_text_to_image.py --help (#10711)
parent
5e8e6cb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/text_to_image/train_text_to_image.py
examples/text_to_image/train_text_to_image.py
+2
-2
No files found.
examples/text_to_image/train_text_to_image.py
View file @
f63d3223
...
@@ -365,8 +365,8 @@ def parse_args():
...
@@ -365,8 +365,8 @@ def parse_args():
"--dream_training"
,
"--dream_training"
,
action
=
"store_true"
,
action
=
"store_true"
,
help
=
(
help
=
(
"Use the DREAM training method, which makes training more efficient and accurate at the "
,
"Use the DREAM training method, which makes training more efficient and accurate at the "
"expense of doing an extra forward pass. See: https://arxiv.org/abs/2312.00210"
,
"expense of doing an extra forward pass. See: https://arxiv.org/abs/2312.00210"
),
),
)
)
parser
.
add_argument
(
parser
.
add_argument
(
...
...
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