update settings

This commit is contained in:
Vladimir Mandic
2023-04-28 09:52:29 -04:00
parent 21ff7bad67
commit 07a589b1b3
+1 -1
View File
@@ -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"), {