Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-05-21 09:21:40 +02:00
parent 1e47ade7ee
commit b35f8fa831
15 changed files with 127 additions and 168 deletions
+1 -1
View File
@@ -442,7 +442,7 @@ def create_settings(cmd_opts):
"browser_folders": OptionInfo("", "Additional image browser folders"),
"browser_gallery_autoupdate": OptionInfo(True, "Gallery auto-update on tab change", gr.Checkbox, { "visible": False}),
"browser_fixed_width": OptionInfo(False, "Use fixed width thumbnails", gr.Checkbox, { "visible": False}),
"viewer_show_metadata": OptionInfo(True, "Show metadata in full screen image browser"),
"viewer_show_metadata": OptionInfo(True, "Show metadata in image viewer"),
"save_sep_options": OptionInfo("<h2>Intermediate Image Saving</h2>", "", gr.HTML),
"save_init_img": OptionInfo(False, "Save init images"),