Skip to content

Commit 977265e

Browse files
typo fix
1 parent d90cd36 commit 977265e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/controlnet/train_controlnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ def load_model_hook(models, input_dir):
11431143
if global_step >= args.max_train_steps:
11441144
break
11451145

1146-
# Create the pipeline using using the trained modules and save it.
1146+
# Create the pipeline using the trained modules and save it.
11471147
accelerator.wait_for_everyone()
11481148
if accelerator.is_main_process:
11491149
controlnet = unwrap_model(controlnet)

0 commit comments

Comments
 (0)