InvokeAI/invokeai/frontend
psychedelicious f65c8092cb fix(ui): fix issue with node editor state not restoring correctly on mount
If `reactflow` initializes before the node templates are parsed, edges may not be rendered and the viewport may get reset.

- Add `isReady` state to `NodesState`. This is false when we are loading or parsing node templates and true when that is finished.
- Conditionally render `reactflow` based on `isReady`.
- Add `viewport` to `NodesState` & handlers to keep it synced. This allows `reactflow` to mount and unmount freely and not lose viewport.
2023-08-16 09:54:38 +10:00
..
CLI convert add_model(), del_model(), list_models() etc to use bifurcated names 2023-05-13 14:44:44 -04:00
install Fixed import issue in invokeai/frontend/install/model_install.py 2023-08-13 05:15:55 -07:00
merge Two changes to command-line scripts 2023-08-10 20:59:22 -04:00
training Run python black 2023-07-28 09:46:44 -04:00
web fix(ui): fix issue with node editor state not restoring correctly on mount 2023-08-16 09:54:38 +10:00
__init__.py Run python black 2023-07-28 09:46:44 -04:00
legacy_launch_invokeai.py Run python black 2023-07-28 09:46:44 -04:00