Unverified Commit 5ce79cbd authored by Ernie Chu's avatar Ernie Chu Committed by GitHub
Browse files

Update train_dreambooth_lora_sd15_advanced.py (#7433)



you cannot specify `type="bool"` and `action="store_true"` at the same time.
remove excessive and buggy `type=bool`.
Co-authored-by: default avatarLinoy Tsaban <57615435+linoytsaban@users.noreply.github.com>
parent d52f3e30
......@@ -656,7 +656,6 @@ def parse_args(input_args=None):
)
parser.add_argument(
"--use_dora",
type=bool,
action="store_true",
default=False,
help=(
......
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