diff --git a/modules/shared.py b/modules/shared.py index 3547abd6f..c5d777b59 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -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"),