InvokeAI/invokeai/app/services/shared
psychedelicious 0f8af643d1 chore(backend): rename ModelInfo -> LoadedModelInfo
We have two different classes named `ModelInfo` which might need to be used by API consumers. We need to export both but have to deal with this naming collision.

The `ModelInfo` I've renamed here is the one that is returned when a model is loaded. It's the object least likely to be used by API consumers.
2024-03-01 10:42:33 +11:00
..
sqlite tidy(migrator): remove logic to check if graph_executions exists in migration 5 2024-02-02 09:20:41 +11:00
sqlite_migrator Port the command-line tools to use model_manager2 (#5546) 2024-02-02 17:18:47 +00:00
__init__.py feat(backend): organise service dependencies 2023-10-12 12:15:06 -04:00
default_graphs.py chore: ruff check - fix flake8-comprensions 2023-11-11 10:55:23 +11:00
graph.py fix(nodes): restore type annotations for InvocationContext 2024-03-01 10:42:33 +11:00
invocation_context.py chore(backend): rename ModelInfo -> LoadedModelInfo 2024-03-01 10:42:33 +11:00
pagination.py feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00