Unverified Commit 534f5d54 authored by Nate Landman's avatar Nate Landman Committed by GitHub
Browse files

Update train_dreambooth_lora_sdxl_advanced.py (#7227)

adding the type gives you

```
TypeError: _StoreTrueAction.__init__() got an unexpected keyword argument 'type'
```
parent 40aa47b9
...@@ -666,7 +666,6 @@ def parse_args(input_args=None): ...@@ -666,7 +666,6 @@ def parse_args(input_args=None):
) )
parser.add_argument( parser.add_argument(
"--use_dora", "--use_dora",
type=bool,
action="store_true", action="store_true",
default=False, default=False,
help=( 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