mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-04-30 19:21:33 +00:00
fix(scripts): 4 default taps
This commit is contained in:
@@ -853,10 +853,10 @@ def on_ui_settings():
|
|||||||
shared.opts.add_option(
|
shared.opts.add_option(
|
||||||
"ad_max_models",
|
"ad_max_models",
|
||||||
shared.OptionInfo(
|
shared.OptionInfo(
|
||||||
default=2,
|
default=4,
|
||||||
label="Max models",
|
label="Max models",
|
||||||
component=gr.Slider,
|
component=gr.Slider,
|
||||||
component_args={"minimum": 1, "maximum": 10, "step": 1},
|
component_args={"minimum": 1, "maximum": 15, "step": 1},
|
||||||
section=section,
|
section=section,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user