Fix onnx model downloading & more fixes.

This commit is contained in:
Seunghoon Lee
2023-12-30 17:54:58 +09:00
parent 4e5f0d3dde
commit 364c3beb2e
6 changed files with 64 additions and 42 deletions
-1
View File
@@ -471,7 +471,6 @@ options_templates.update(options_section(('system-paths', "System Paths"), {
"ldsr_models_path": OptionInfo(os.path.join(paths.models_path, 'LDSR'), "Folder with LDSR models", folder=True),
"clip_models_path": OptionInfo(os.path.join(paths.models_path, 'CLIP'), "Folder with CLIP models", folder=True),
"onnx_cached_models_path": OptionInfo(os.path.join(paths.models_path, 'ONNX', 'cache'), "Folder with ONNX cached models", folder=True),
"onnx_sideloaded_models_path": OptionInfo(os.path.join(paths.models_path, 'ONNX', 'sideloaded'), "Folder with ONNX models from huggingface", folder=True),
"other_paths_sep_options": OptionInfo("<h2>Other paths</h2>", "", gr.HTML),
"openvino_cache_path": OptionInfo('cache', "Directory for OpenVINO cache", folder=True),