From 07a589b1b3b1a391db41d07ee2c4476e5ac98c92 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 28 Apr 2023 09:52:29 -0400 Subject: [PATCH] update settings --- modules/shared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shared.py b/modules/shared.py index f44ab2f2a..d3720db6b 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -243,7 +243,7 @@ options_templates.update(options_section(('sd', "Stable Diffusion"), { "always_batch_cond_uncond": OptionInfo(False, "Disables cond/uncond batching that is enabled to save memory with --medvram or --lowvram"), "multiple_tqdm": OptionInfo(False, "Add a second progress bar to the console that shows progress for an entire job.", gr.Checkbox, {"visible": False}), "print_hypernet_extra": OptionInfo(False, "Print extra hypernetwork information to console.", gr.Checkbox, {"visible": False}), - "dimensions_and_batch_together": OptionInfo(False, "", gr.Checkbox, {"visible": False}), + "dimensions_and_batch_together": OptionInfo(True, "", gr.Checkbox, {"visible": False}), })) options_templates.update(options_section(('system-paths', "System Paths"), {