mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
Fix train_text_to_image.py --help (#10711)
This commit is contained in:
@@ -365,8 +365,8 @@ def parse_args():
|
||||
"--dream_training",
|
||||
action="store_true",
|
||||
help=(
|
||||
"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",
|
||||
"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"
|
||||
),
|
||||
)
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user