"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "1082c46afa4a15c49833d67c7f1c0f3cfd7b0570"
Unverified Commit 952b9131 authored by Yaniv Galron's avatar Yaniv Galron Committed by GitHub
Browse files

typo fix (#10802)

parent d90cd362
...@@ -1143,7 +1143,7 @@ def main(args): ...@@ -1143,7 +1143,7 @@ def main(args):
if global_step >= args.max_train_steps: if global_step >= args.max_train_steps:
break break
# Create the pipeline using using the trained modules and save it. # Create the pipeline using the trained modules and save it.
accelerator.wait_for_everyone() accelerator.wait_for_everyone()
if accelerator.is_main_process: if accelerator.is_main_process:
controlnet = unwrap_model(controlnet) controlnet = unwrap_model(controlnet)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment