InvokeAI/invokeai/app/api
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
..
routers feat(app): simplified create image API 2024-05-18 09:04:37 +10:00
dependencies.py tidy(api): reverted unnecessary changes in dependencies.py 2024-04-23 17:12:14 +10:00
events.py chore: ruff check - fix flake8-comprensions 2023-11-11 10:55:23 +11:00
no_cache_staticfiles.py fix(api): typo in no_cache_staticfiles.py 2024-01-22 16:10:25 +11:00
sockets.py linted and styling 2024-03-01 10:42:33 +11:00