InvokeAI/invokeai/app/services/image_files
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
..
__init__.py feat: refactor services folder/module structure 2023-10-12 12:15:06 -04:00
image_files_base.py feat(app): simplified create image API 2024-05-18 09:04:37 +10:00
image_files_common.py feat: refactor services folder/module structure 2023-10-12 12:15:06 -04:00
image_files_disk.py feat(app): simplified create image API 2024-05-18 09:04:37 +10:00