mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
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 |
||
---|---|---|
.. | ||
__init__.py | ||
invocation_cache_base.py | ||
invocation_cache_common.py | ||
invocation_cache_memory.py |