summaryrefslogtreecommitdiffstats
path: root/train_dreambooth.py
diff options
context:
space:
mode:
Diffstat (limited to 'train_dreambooth.py')
-rw-r--r--train_dreambooth.py2
1 files changed, 1 insertions, 1 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 )