mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
Update shared.py
Changing Settings Category from "Control" to "Control Options" (tooltip conflict resolution)
This commit is contained in:
committed by
Vladimir Mandic
parent
786c355219
commit
2d32add1a0
+1
-1
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user