InvokeAI/invokeai/frontend
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
..
CLI Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
install remove choice to update from main and add a warning about tags & branches 2023-09-05 08:14:26 -04:00
merge Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
training Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00
web feat(ui): add UI-level nodes denylist 2023-09-08 13:24:37 -04:00
__init__.py Run python black 2023-07-28 09:46:44 -04:00
legacy_launch_invokeai.py Resolving merge conflicts for flake8 2023-08-18 15:52:04 +10:00