mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
another fix to repo_id loading
This commit is contained in:
parent
b2775d6b4c
commit
2d314d2b3d
@ -206,7 +206,7 @@ class ModelInstall(object):
|
||||
|
||||
# huggingface repo
|
||||
elif len(str(model_path_id_or_url).split('/')) == 2:
|
||||
models_installed.add(self._install_repo(str(path)))
|
||||
models_installed.add(self._install_repo(str(model_path_id_or_url)))
|
||||
|
||||
# a URL
|
||||
elif model_path_id_or_url.startswith(("http:", "https:", "ftp:")):
|
||||
|
Loading…
Reference in New Issue
Block a user