InvokeAI/invokeai/app/services/events
psychedelicious 21aa42627b feat(events): add dynamic invocation & result validators
This is required to get these event fields to deserialize correctly. If omitted, pydantic uses `BaseInvocation`/`BaseInvocationOutput`, which is not correct.

This is similar to the workaround in the `Graph` and `GraphExecutionState` classes where we need to fanagle pydantic with manual validation handling.
2024-05-28 05:11:37 -07:00
..
__init__.py define install abstract base class 2023-11-20 21:57:10 -05:00
events_base.py refactor: remove all session events 2024-05-27 09:06:02 +10:00
events_common.py feat(events): add dynamic invocation & result validators 2024-05-28 05:11:37 -07:00
events_fastapievents.py docs: update comments & docstrings 2024-05-27 09:06:02 +10:00