InvokeAI/invokeai/frontend
psychedelicious a2de5c9963 feat(ui): change intermediates handling
- Update the canvas graph generation to flag its uploaded init and mask images as `intermediate`.
- During canvas setup, hit the update route to associate the uploaded images with the session id.
- Organize the socketio and RTK listener middlware better. Needed to facilitate the updated canvas logic.
- Add a new action `sessionReadyToInvoke`. The `sessionInvoked` action is *only* ever run in response to this event. This lets us do whatever complicated setup (eg canvas) and explicitly invoking. Previously, invoking was tied to the socket subscribe events.
- Some minor tidying.
2023-05-25 22:17:14 -04:00
..
CLI remove globals, args, generate and the legacy CLI 2023-05-03 23:36:51 -04:00
install adjust non-app modules to use new config system 2023-05-04 00:43:51 -04:00
merge adjust non-app modules to use new config system 2023-05-04 00:43:51 -04:00
training fixes to env parsing, textual inversion & help text 2023-05-18 10:48:23 -04:00
web feat(ui): change intermediates handling 2023-05-25 22:17:14 -04:00
__init__.py all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00