From 72752138480327203b4a1760f39f77483d2b4f80 Mon Sep 17 00:00:00 2001 From: Dowon Date: Mon, 6 May 2024 16:04:34 +0900 Subject: [PATCH] fix(scripts): fix extra models dir option label, example --- scripts/!adetailer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/!adetailer.py b/scripts/!adetailer.py index 0d43264..d0fe926 100644 --- a/scripts/!adetailer.py +++ b/scripts/!adetailer.py @@ -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(), )