new hints display

This commit is contained in:
Vladimir Mandic
2023-06-12 09:37:12 -04:00
parent c9e95bec3f
commit f89a4d6560
6 changed files with 65 additions and 9 deletions
+1
View File
@@ -408,6 +408,7 @@ options_templates.update(options_section(('saving-paths', "Output Paths"), {
options_templates.update(options_section(('ui', "User interface"), {
"gradio_theme": OptionInfo("black-orange", "UI theme", gr.Dropdown, lambda: {"choices": list_themes()}, refresh=refresh_themes),
"theme_style": OptionInfo("Auto", "Theme mode", gr.Radio, {"choices": ["Auto", "Dark", "Light"]}),
"tooltips": OptionInfo("UI Tooltips", "UI tooltips", gr.Radio, {"choices": ["None", "Browser default", "UI tooltips"]}),
"return_grid": OptionInfo(True, "Show grid in results for web"),
"return_mask": OptionInfo(False, "For inpainting, include the greyscale mask in results for web"),
"return_mask_composite": OptionInfo(False, "For inpainting, include masked composite in results for web"),