diff options
-rw-r--r-- | train_dreambooth.py | 2 | ||||
-rw-r--r-- | train_ti.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/train_dreambooth.py b/train_dreambooth.py index 48a513c..21fe2fb 100644 --- a/train_dreambooth.py +++ b/train_dreambooth.py | |||
@@ -134,7 +134,7 @@ def parse_args(): | |||
134 | ) | 134 | ) |
135 | parser.add_argument( | 135 | parser.add_argument( |
136 | "--tag_shuffle", | 136 | "--tag_shuffle", |
137 | type="store_true", | 137 | action="store_true", |
138 | default=True, | 138 | default=True, |
139 | help="Shuffle tags.", | 139 | help="Shuffle tags.", |
140 | ) | 140 | ) |
diff --git a/train_ti.py b/train_ti.py index 35be74c..b88ccc3 100644 --- a/train_ti.py +++ b/train_ti.py | |||
@@ -170,7 +170,7 @@ def parse_args(): | |||
170 | ) | 170 | ) |
171 | parser.add_argument( | 171 | parser.add_argument( |
172 | "--tag_shuffle", | 172 | "--tag_shuffle", |
173 | type="store_true", | 173 | action="store_true", |
174 | help="Shuffle tags.", | 174 | help="Shuffle tags.", |
175 | ) | 175 | ) |
176 | parser.add_argument( | 176 | parser.add_argument( |