1
0
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:
Nicolas
2025-02-03 21:56:23 -08:00
committed by GitHub
parent 5e8e6cb44f
commit f63d32233f

View File

@@ -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(