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
636feba5
Unverified
Commit
636feba5
authored
Nov 29, 2023
by
Linh Nguyen
Committed by
GitHub
Nov 29, 2023
Browse files
Rename output_dir argument (#5916)
Fix typo in output_dir argument: "text-inversion-model" → "dreambooth-model"
parent
79dc7df0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/dreambooth/train_dreambooth.py
examples/dreambooth/train_dreambooth.py
+1
-1
No files found.
examples/dreambooth/train_dreambooth.py
View file @
636feba5
...
@@ -300,7 +300,7 @@ def parse_args(input_args=None):
...
@@ -300,7 +300,7 @@ def parse_args(input_args=None):
parser
.
add_argument
(
parser
.
add_argument
(
"--output_dir"
,
"--output_dir"
,
type
=
str
,
type
=
str
,
default
=
"
text-inversion
-model"
,
default
=
"
dreambooth
-model"
,
help
=
"The output directory where the model predictions and checkpoints will be written."
,
help
=
"The output directory where the model predictions and checkpoints will be written."
,
)
)
parser
.
add_argument
(
"--seed"
,
type
=
int
,
default
=
None
,
help
=
"A seed for reproducible training."
)
parser
.
add_argument
(
"--seed"
,
type
=
int
,
default
=
None
,
help
=
"A seed for reproducible training."
)
...
...
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