mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
3c5a14a814
The step in which the new models.yaml file replaces the old one was crashing on Windows due to the fact that on Windows, the os.rename() function will refuse to replace an existing file, unlike the behavior on Linux and Mac. The os.replace() function, which was introduced in python3, supposedly fixes this. |
||
---|---|---|
.. | ||
orig_scripts | ||
configure_invokeai.py | ||
dream.py | ||
images2prompt.py | ||
invoke.py | ||
legacy_api.py | ||
merge_embeddings.py | ||
preload_models.py | ||
sd-metadata.py |