aboutsummaryrefslogtreecommitdiff
path: root/modules/shared.py
diff options
context:
space:
mode:
authorTinkTheBoush <TinkTheBoush@github.com>2022-11-04 19:39:03 +0900
committerTinkTheBoush <TinkTheBoush@github.com>2022-11-04 19:39:03 +0900
commit821e2b883dbb42a187bc37379175cd55b7cd7e81 (patch)
treedae5c1757dbdc7130ebe16012c6d1bcf36f37223 /modules/shared.py
parentaf6fba247553e670ef5e2dcc1866279f9f065d6d (diff)
change option position to Training setting
Diffstat (limited to 'modules/shared.py')
-rw-r--r--modules/shared.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/shared.py b/modules/shared.py
index 1ccb269a..e1d9bdf1 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -290,6 +290,7 @@ options_templates.update(options_section(('system', "System"), {
options_templates.update(options_section(('training', "Training"), {
"unload_models_when_training": OptionInfo(False, "Move VAE and CLIP to RAM when training if possible. Saves VRAM."),
+ "shuffle_tags": OptionInfo(False, "Shuffleing tags by "," when create texts."),
"dataset_filename_word_regex": OptionInfo("", "Filename word regex"),
"dataset_filename_join_string": OptionInfo(" ", "Filename join string"),
"training_image_repeats_per_epoch": OptionInfo(1, "Number of repeats for a single input image per epoch; used only for displaying epoch number", gr.Number, {"precision": 0}),