mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
- Ensure db files are closed before manipulating them - Use contextlib.closing() so that sqlite connections are closed on existing the context