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"), {