InvokeAI/invokeai/app/services
psychedelicious 44c40d7d1a refactor(mm): remove unused metadata logic, fix tests
- Metadata is merged with the config. We can simplify the MM substantially and remove the handling for metadata.
- Per discussion, we don't have an ETA for frontend implementation of tags, and with the realization that the tags from CivitAI are largely useless, there's no reason to keep tags in the MM right now. When we are ready to implement tags on the frontend, we can refer back to the implementation here and use it if it supports the design.
- Fix all tests.
2024-03-05 23:50:19 +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 chore: ruff 2024-03-01 10:42:33 +11:00
download fix race condition between downloading last file and starting install 2024-03-01 10:42:33 +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 feat(nodes): replace latents service with tensors and conditioning services 2024-03-01 10:42:33 +11: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_install refactor(mm): remove unused metadata logic, fix tests 2024-03-05 23:50:19 +11:00
model_load fix(nodes): fix model load events 2024-03-01 10:42:33 +11:00
model_manager Run ruff 2024-03-01 10:42:33 +11:00
model_records refactor(mm): remove unused metadata logic, fix tests 2024-03-05 23:50:19 +11: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 refactor(mm): remove unused metadata logic, fix tests 2024-03-05 23:50:19 +11:00
urls feat: refactor services folder/module structure 2023-10-12 12:15:06 -04: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 implementation of bulkdownload background task 2024-03-01 10:42:33 +11:00
invoker.py refactor(nodes): merge processors 2024-03-01 10:42:33 +11:00