From 3ece14330889139ffad0ce9ac27f46eb353ef08e Mon Sep 17 00:00:00 2001 From: Dibbla! <72083122+dibbla@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:00:19 +0800 Subject: [PATCH] Errata - fix typo (#9100) --- examples/text_to_image/train_text_to_image_lora_sdxl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/text_to_image/train_text_to_image_lora_sdxl.py b/examples/text_to_image/train_text_to_image_lora_sdxl.py index 416ed94359..4fef0bd34b 100644 --- a/examples/text_to_image/train_text_to_image_lora_sdxl.py +++ b/examples/text_to_image/train_text_to_image_lora_sdxl.py @@ -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: