Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-Casanova committed Nov 30, 2023
1 parent 1426134 commit d0b1a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ def setup_parser() -> argparse.ArgumentParser:
"--textual_inversion_embedding",
type=str,
default=None,
nargs="1",
nargs=1,
help="Path to a single Embedding file of Textual Inversion / Textual Inversion のembedding",
)
parser.add_argument(
Expand Down

0 comments on commit d0b1a9e

Please sign in to comment.