InvokeAI/invokeai/app/services/invocation_cache
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
..
__init__.py feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
invocation_cache_base.py fix(nodes): fix invocation cache ABC typing 2024-03-06 08:14:12 -05:00
invocation_cache_common.py feat(nodes): add enable, disable, status to invocation cache 2023-09-21 09:45:52 -04:00
invocation_cache_memory.py fix(nodes): correctly serialize outputs 2024-03-06 08:14:12 -05:00