mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
respect HF_HOME setting when migrating
This commit is contained in:
parent
d01adedff5
commit
4e9e1b660d
@ -928,7 +928,7 @@ class ModelManager(object):
|
||||
"openai/clip-vit-large-patch14/models--openai--clip-vit-large-patch14"
|
||||
),
|
||||
]
|
||||
legacy_locations.extend(list(Path(models_dir,"diffusers").glob('*')))
|
||||
legacy_locations.extend(list(global_cache_dir("diffusers").glob('*')))
|
||||
|
||||
legacy_layout = False
|
||||
for model in legacy_locations:
|
||||
|
Loading…
Reference in New Issue
Block a user