mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
update settings
This commit is contained in:
+1
-1
@@ -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"), {
|
||||
|
||||
Reference in New Issue
Block a user