mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-25 21:05:37 +00:00
- Using relative root addresses was causing problems when the current working directory was changed after start time. - This commit makes the root address absolute at start time, such that changing the working directory later on doesn't break anything.