mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-14 11:24:56 -05:00
docs(ui): add comments for recent perf optimizations
This commit is contained in:
@@ -67,6 +67,9 @@ import { assert } from 'tsafe';
|
||||
*
|
||||
* For example, the canvas tab needs to check the status of the canvas manager before enqueuing, while the workflows
|
||||
* tab needs to check the status of the nodes and their connections.
|
||||
*
|
||||
* A global store that contains the reasons why the app is not ready to enqueue generations. State changes are debounced
|
||||
* to reduce the number of times we run the fairly involved readiness checks.
|
||||
*/
|
||||
|
||||
const LAYER_TYPE_TO_TKEY = {
|
||||
|
||||
Reference in New Issue
Block a user