Unverified Commit 636feba5 authored by Linh Nguyen's avatar Linh Nguyen Committed by GitHub
Browse files

Rename output_dir argument (#5916)

Fix typo in output_dir argument: "text-inversion-model" → "dreambooth-model"
parent 79dc7df0
...@@ -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.")
......
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