separate user vs system extensions

This commit is contained in:
Vladimir Mandic
2023-04-15 12:58:01 -04:00
parent e14cba0771
commit 8cd7510530
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ options_templates.update(options_section(('system-paths', "System Paths"), {
"realesrgan_models_path": OptionInfo(os.path.join(paths.models_path, 'RealESRGAN'), "Path to directory with RealESRGAN model file(s)"),
"clip_models_path": OptionInfo(os.path.join(paths.models_path, 'CLIP'), "Path to directory with CLIP model file(s)"),
"lora_dir": OptionInfo(os.path.join(paths.models_path, 'Lora'), "Path to directory with Lora network(s)"),
"lyco-dir": OptionInfo(os.path.join(paths.models_path, 'LyCORIS'), "Path to directory with LyCORIS network(s)"),
"lyco_dir": OptionInfo(os.path.join(paths.models_path, 'LyCORIS'), "Path to directory with LyCORIS network(s)"),
# "gfpgan_model": OptionInfo("", "GFPGAN model file name"),
}))