InvokeAI/invokeai/app
psychedelicious d97186dfc8 feat(events): remove payload registry, add method to get event classes
We don't need to use the payload schema registry. All our events are dispatched as pydantic models, which are already validated on instantiation.

We do want to add all events to the OpenAPI schema, and we referred to the payload schema registry for this. To get all events, add a simple helper to EventBase. This is functionally identical to using the schema registry.
2024-05-27 09:06:02 +10:00
..
api feat(events): add missing events 2024-05-27 09:06:02 +10:00
assets/images tweaks in response to psychedelicious review of PR 2023-07-26 15:27:04 +10:00
invocations Optimize RAM to VRAM transfer (#6312) 2024-05-24 17:06:09 +00:00
services feat(events): remove payload registry, add method to get event classes 2024-05-27 09:06:02 +10:00
shared tidy(nodes): move all field things to fields.py 2024-03-01 10:42:33 +11:00
util refactor(events): use pydantic schemas for events 2024-05-27 09:06:02 +10:00
__init__.py fix: make invocation_context.py accessible to mkdocs 2024-03-01 10:42:33 +11:00
api_app.py feat(events): remove payload registry, add method to get event classes 2024-05-27 09:06:02 +10:00
run_app.py feat: single app entrypoint with CLI arg parsing 2024-03-19 09:24:28 +11:00