InvokeAI/invokeai/app
psychedelicious b0615bdfd4 fix(nodes): correctly serialize outputs
In order for delete by match to work, we need the whole invocation output to be stringified.

For some reason, the serialization of the output was set to only include the `type` field. It should instead include the whole output.

I don't understand how this ever worked unless pydantic had different serialization behaviour in v1 (though it appears to have been the same).

Closes #5805
2024-03-06 08:14:12 -05:00
..
api revert(mm): restore convert route 2024-03-05 23:50:19 +11:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
invocations tidy(mm): use canonical capitalization for all model-related enums, classes 2024-03-05 23:50:19 +11:00
services fix(nodes): correctly serialize outputs 2024-03-06 08:14:12 -05:00
shared tidy(nodes): move all field things to fields.py 2024-03-01 10:42:33 +11:00
util refactor(mm): remove unused metadata logic, fix tests 2024-03-05 23:50:19 +11:00
__init__.py fix: make invocation_context.py accessible to mkdocs 2024-03-01 10:42:33 +11:00
api_app.py Next: Remove deprecated app.on_event usage in api runner 2024-03-01 10:42:33 +11:00