InvokeAI/invokeai
Alexander Eichhorn a7b367fda2
fix: only delete individual LoRA file instead of entire parent directory (#8954)
When deleting a file-based model (e.g. LoRA), the previous logic used
rmtree on the parent directory, which would delete all files in that
folder — even unrelated ones. Now only the specific model file is
removed, and the parent directory is cleaned up only if empty afterward.
2026-03-10 22:33:08 +00:00
..
app fix: only delete individual LoRA file instead of entire parent directory (#8954) 2026-03-10 22:33:08 +00:00
assets
backend fix(model_manager): detect Flux 2 Klein LoRAs in Kohya format with transformer-only keys (#8938) 2026-03-07 01:52:25 +00:00
configs
frontend Feature: Make strict password checking optional (#8957) 2026-03-10 18:22:47 -04:00
invocation_api feat(mm): more exports in invocation api 2025-10-16 08:08:44 +11:00
version chore(CI/CD): bump version to 6.11.1.post1 (#8852) 2026-02-06 15:24:00 -05:00
__init__.py