mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 00:58:02 -05: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.