InvokeAI/invokeai/frontend/web/src/app/store
psychedelicious 7254a6a517 feat(ui): add UI-level nodes denylist
This simply hides nodes from the workflow editor. The nodes will still work if an API request is made with them. For example, you could hide `iterate` nodes from the workflow editor, but if the Linear UI makes use of those nodes, they will still function.

- Update `AppConfig` with optional property `nodesDenylist: string[]`
- If provided, nodes are filtered out by `type` in the workflow editor
2023-09-08 13:24:37 -04:00
..
enhancers/reduxRemember feat: add multi-select to gallery 2023-08-03 11:46:59 +10:00
middleware feat(ui): add UI-level nodes denylist 2023-09-08 13:24:37 -04:00
util feat(ui): wip img2img layouting 2023-05-11 11:55:51 +10:00
actions.ts feat(ui): migrate to redux-remember 2023-05-11 11:55:51 +10:00
constants.ts feat(ui): migrate to redux-remember 2023-05-11 11:55:51 +10:00
store.ts ui: tweak parameter options spacing 2023-08-30 05:22:44 +12:00
storeHooks.ts cleanup(ui): Remove unused vars + minor bug fixes 2023-05-11 11:55:51 +10:00