mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
- Fix the update script to work again and fixes the ambiguity between when a user wants to update to a tag vs updating to a branch, by making these two operations explicitly separate. - Remove dangling functions and arguments related to legacy checkpoint conversion. These are no longer needed now that all legacy models are either converted at import time, or on-the-fly in RAM.