mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-25 21:05:37 +00:00
Windows does not support an atomic `os.rename()` operation. This PR changes it to `os.replace()`, which does the same thing.
Windows does not support an atomic `os.rename()` operation. This PR changes it to `os.replace()`, which does the same thing.