mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-25 12:55:55 +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.