InvokeAI/invokeai/app/services/session_processor
psychedelicious 2dc752ea83 feat(events): simplify event classes
- Remove ABCs, they do not work well with pydantic
- Remove the event type classvar - unused
- Remove clever logic to require an event name - we already get validation for this during schema registration.
- Rename event bases to all end in "Base"
2024-05-27 09:06:02 +10:00
..
__init__.py feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
session_processor_base.py docs(processor): update docstrings, comments 2024-05-24 20:02:24 +10:00
session_processor_common.py refactor(nodes): merge processors 2024-03-01 10:42:33 +11:00
session_processor_default.py feat(events): simplify event classes 2024-05-27 09:06:02 +10:00