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: