1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Errata - fix typo (#9100)

This commit is contained in:
Dibbla!
2024-08-12 10:00:19 +08:00
committed by GitHub
parent 98930ee131
commit 3ece143308

View File

@@ -478,7 +478,7 @@ def parse_args(input_args=None):
parser.add_argument(
"--debug_loss",
action="store_true",
help="debug loss for each image, if filenames are awailable in the dataset",
help="debug loss for each image, if filenames are available in the dataset",
)
if input_args is not None: