InvokeAI/invokeai/app/services
psychedelicious 9376b13435 fix(mm): models lose file extension when syncing
We were stripping the file extension from file models when  moving them in `_sync_model_path`. For example, `some_model.safetensors` would be moved to `some_model`, which of course breaks things.

Instead of using the model's name as the new path, use the model's path's last segment. This is the same behaviour for directories, but for files, it retains the file extension.
2024-03-10 13:36:09 +11:00
..
board_image_records feat(db): add SQLiteMigrator to perform db migrations 2023-12-11 16:14:25 +11:00
board_images feat: refactor services folder/module structure 2023-10-12 12:15:06 -04:00
board_records feat(db): add SQLiteMigrator to perform db migrations 2023-12-11 16:14:25 +11:00
boards feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
bulk_download feat(bulk_download): update response model, messages 2024-03-01 10:42:33 +11:00
config docs: regenerate config docstrings 2024-03-10 10:38:52 +11:00
download feat(mm): support generic API tokens via regex/token pairs in config 2024-03-08 13:59:59 +11:00
events chore: ruff 2024-03-01 10:42:33 +11:00
image_files tidy(nodes): move all field things to fields.py 2024-03-01 10:42:33 +11:00
image_records tidy(nodes): move all field things to fields.py 2024-03-01 10:42:33 +11:00
images tidy(nodes): move all field things to fields.py 2024-03-01 10:42:33 +11:00
invocation_cache fix(nodes): correctly serialize outputs 2024-03-06 08:14:12 -05:00
invocation_stats fix(nodes): fix typing on stats service context manager 2024-03-01 10:42:33 +11:00
item_storage revert(nodes): revert making tensors/conditioning use item storage 2024-03-01 10:42:33 +11:00
model_images docs(mm): update comment about model images 2024-03-08 12:26:35 +11:00
model_install fix(mm): models lose file extension when syncing 2024-03-10 13:36:09 +11:00
model_load fix(nodes): fix model load events 2024-03-01 10:42:33 +11:00
model_manager refactor(nodes): model identifiers 2024-03-07 10:56:59 +11:00
model_records add ordering to search_by_attr that is used for model lists 2024-03-08 13:38:38 -06:00
names feat: refactor services folder/module structure 2023-10-12 12:15:06 -04:00
object_serializer feat(nodes): use TemporaryDirectory to handle ephemeral storage in ObjectSerializerDisk 2024-03-01 10:42:33 +11:00
session_processor Log a stack trace for invocation errors. 2024-03-04 23:01:56 +11:00
session_queue refactor(nodes): merge processors 2024-03-01 10:42:33 +11:00
shared feat(nodes): "ModelField" -> "ModelIdentifierField", add hash/name/base/type 2024-03-10 11:03:38 +11:00
urls cleanup 2024-03-06 21:57:41 -05:00
workflow_records add project as category to back-end 2024-01-24 10:59:04 +11:00
__init__.py all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
invocation_services.py tidy(mm): ModelImages service 2024-03-06 21:57:41 -05:00
invoker.py refactor(nodes): merge processors 2024-03-01 10:42:33 +11:00