From e6b6a57efa751fd9b9e881de4e9265055ad94779 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 10 Jan 2023 09:26:04 +0100 Subject: Fix --- train_dreambooth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'train_dreambooth.py') 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(): ) parser.add_argument( "--tag_shuffle", - type="store_true", + action="store_true", default=True, help="Shuffle tags.", ) -- cgit v1.2.3-54-g00ecf