mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
- Crash would occur at the end of this sequence: - launch CLI - !convert <URL pointing to a legacy ckpt file> - Answer "Y" when asked to delete original .ckpt file - This commit modifies model_manager.heuristic_import() to silently delete the downloaded legacy file after it has been converted into a diffusers model. The user is no longer asked to approve deletion. NB: This should be cherry-picked into main once refactor is done.