fix(scripts): fix extra models dir option label, example

This commit is contained in:
Dowon
2024-05-06 16:04:34 +09:00
parent dc451caaa2
commit 7275213848

View File

@@ -849,11 +849,11 @@ def on_ui_settings():
"ad_extra_models_dir",
shared.OptionInfo(
default="",
label="Extra paths to scan adetailer models seperated by vertical bars",
label="Extra paths to scan adetailer models seperated by vertical bars(|)",
component=gr.Textbox,
section=section,
)
.info("eg. path/to/models|another/path/to/models|different/path/to/models")
.info("eg. path\\to\\models|C:\\path\\to\\models|another/path/to/models")
.needs_reload_ui(),
)