InvokeAI/invokeai/frontend
psychedelicious f9b8b5cff2 fix(ui): improve node rendering performance
Previously the editor was using prop-drilling node data and templates to get values deep into nodes. This ended up causing very noticeable performance degradation. For example, any text entry fields were super laggy.

Refactor the whole thing to use memoized selectors via hooks. The hooks are mostly very narrow, returning only the data needed.

Data objects are never passed down, only node id and field name - sometimes the field kind ('input' or 'output').

The end result is a *much* smoother node editor with very minimal rerenders.
2023-08-16 23:04:36 +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): improve node rendering performance 2023-08-16 23:04:36 +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