InvokeAI/invokeai/app/services/shared
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
..
sqlite refactor(mm): add models table (schema WIP), rename "original_hash" -> "hash" 2024-03-05 23:50:19 +11:00
sqlite_migrator refactor(mm): remove unused metadata logic, fix tests 2024-03-05 23:50:19 +11:00
__init__.py feat(backend): organise service dependencies 2023-10-12 12:15:06 -04:00
graph.py tidy(nodes): remove no-op model_config 2024-03-01 10:42:33 +11:00
invocation_context.py docs(nodes): update all docstrings for public nodes API 2024-03-01 10:42:33 +11:00
pagination.py feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00