mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 19:29:54 +00:00
fix(scripts): fix extra models dir option label, example
This commit is contained in:
@@ -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(),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user