Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
67c3518f
Unverified
Commit
67c3518f
authored
Apr 10, 2023
by
Rogério Júnior
Committed by
GitHub
Apr 10, 2023
Browse files
Small typo correction in comments (#3012)
parent
ba49272d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/textual_inversion/textual_inversion.py
examples/textual_inversion/textual_inversion.py
+1
-1
No files found.
examples/textual_inversion/textual_inversion.py
View file @
67c3518f
...
...
@@ -839,7 +839,7 @@ def main():
if
global_step
>=
args
.
max_train_steps
:
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
()
if
accelerator
.
is_main_process
:
if
args
.
push_to_hub
and
args
.
only_save_embeds
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment