InvokeAI/invokeai/app/services/shared
psychedelicious 5928ade5fd feat(app): simplified create image API
Graph, metadata and workflow all take stringified JSON only. This makes the API consistent and means we don't need to do a round-trip of pydantic parsing when handling this data.

It also prevents a failure mode where an uploaded image's metadata, workflow or graph are old and don't match the current schema.

As before, the frontend does strict validation and parsing when loading these values.
2024-05-18 09:04:37 +10:00
..
sqlite feat(db): add migration 9 - empty session queue 2024-04-02 13:25:14 +11:00
sqlite_migrator fix ruff issues 2024-04-12 07:19:16 +10:00
__init__.py feat(backend): organise service dependencies 2023-10-12 12:15:06 -04:00
graph.py prioritize iterate in _get_next_node 2024-03-26 09:18:46 +11:00
invocation_context.py feat(app): simplified create image API 2024-05-18 09:04:37 +10:00
pagination.py feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00