InvokeAI/invokeai/app/services/session_processor
psychedelicious f83edcf990 feat(nodes): simplify processor loop with an early continue
Prefer an early return/continue to reduce the indentation of the processor loop. Easier to read.

There are other ways to improve its structure but at first glance, they seem to involve changing the logic in scarier ways.
2024-04-01 08:39:25 +11:00
..
__init__.py feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
session_processor_base.py feat: queued generation (#4502) 2023-09-20 15:09:24 +10:00
session_processor_common.py refactor(nodes): merge processors 2024-03-01 10:42:33 +11:00
session_processor_default.py feat(nodes): simplify processor loop with an early continue 2024-04-01 08:39:25 +11:00