Update shared.py

Changing Settings Category from "Control" to "Control Options"
(tooltip conflict resolution)
This commit is contained in:
brknsoul
2024-01-29 11:55:11 +10:30
committed by Vladimir Mandic
parent 786c355219
commit 2d32add1a0
+1 -1
View File
@@ -633,7 +633,7 @@ options_templates.update(options_section(('postprocessing', "Postprocessing"), {
"upscaler_tile_overlap": OptionInfo(8, "Upscaler tile overlap", gr.Slider, {"minimum": 0, "maximum": 64, "step": 1}),
}))
options_templates.update(options_section(('control', "Control"), {
options_templates.update(options_section(('control', "Control Options"), {
"control_max_units": OptionInfo(3, "Maximum number of units", gr.Slider, {"minimum": 1, "maximum": 10, "step": 1}),
"control_move_processor": OptionInfo(False, "Processor move to CPU after use"),
"control_unload_processor": OptionInfo(False, "Processor unload after use"),