1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

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: Linoy Tsaban <57615435+linoytsaban@users.noreply.github.com>
This commit is contained in:
Ernie Chu
2024-03-26 18:53:02 +08:00
committed by GitHub
parent d52f3e30f8
commit 5ce79cbded

View File

@@ -656,7 +656,6 @@ def parse_args(input_args=None):
)
parser.add_argument(
"--use_dora",
type=bool,
action="store_true",
default=False,
help=(