Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmandic committed Apr 28, 2023
1 parent 21ff7ba commit 07a589b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def refresh_themes():
"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"), {
Expand Down

0 comments on commit 07a589b

Please sign in to comment.