Skip to content

Commit 67c3518

Browse files
authored
Small typo correction in comments (#3012)
1 parent ba49272 commit 67c3518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/textual_inversion/textual_inversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ def main():
839839

840840
if global_step >= args.max_train_steps:
841841
break
842-
# Create the pipeline using using the trained modules and save it.
842+
# Create the pipeline using the trained modules and save it.
843843
accelerator.wait_for_everyone()
844844
if accelerator.is_main_process:
845845
if args.push_to_hub and args.only_save_embeds:

0 commit comments

Comments
 (0)