fix(setting): max taps, needs_reload_ui

This commit is contained in:
Dowon
2024-05-22 00:16:53 +09:00
parent a89c01d357
commit 0fd53ce2f3
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
__version__ = "24.5.1"
__version__ = "24.5.2-dev.0"

View File

@@ -854,11 +854,11 @@ def on_ui_settings():
"ad_max_models",
shared.OptionInfo(
default=4,
label="Max models",
label="Max taps",
component=gr.Slider,
component_args={"minimum": 1, "maximum": 15, "step": 1},
section=section,
),
).needs_reload_ui(),
)
shared.opts.add_option(