InvokeAI/invokeai
psychedelicious b630dbdf20 feat(ui): move socket event handling out of redux
Download events and invocation status events (including progress images) are very frequent. There's no real need for these to pass through redux. Handling them outside redux is a significant performance win - far fewer store subscription calls, far fewer trips through middleware.

All event handling is moved outside middleware. Cleanup of unused actions and listeners to follow.
2024-08-30 22:18:49 +10:00
..
app feat(ui, app): use layer as control (wip) 2024-08-30 22:18:49 +10:00
assets feat(api): chore: pydantic & fastapi upgrade 2023-10-17 14:59:25 +11:00
backend Tidy variable management and dtype handling in FluxTextToImageInvocation. 2024-08-29 19:08:18 +00:00
configs Remove dependency on flux config files 2024-08-26 20:17:50 -04:00
frontend feat(ui): move socket event handling out of redux 2024-08-30 22:18:49 +10:00
invocation_api Added support for bounding boxes in the Invocation API 2024-08-26 08:03:30 +10:00
version chore: bump version to v4.2.9rc1 2024-08-27 12:09:27 -04:00
__init__.py Various fixes 2023-01-30 18:42:17 -05:00