InvokeAI/invokeai/frontend/web
psychedelicious 4af4486dd9 feat(nodes,ui): add detection of custom nodes
Custom nodes have a new attribute `node_pack` indicating the node pack they came from.

- This is displayed in the UI in the icon icon tooltip.
- If a workflow is loaded and a node is unavailable, its node pack will be displayed (if it is known).
- If a workflow is migrated from v1 to v2, and the node is unknown, it falls back to "Unknown". If the missing node pack is installed and the node is updated, the node pack will be updated as expected.
2023-11-29 10:49:31 +11:00
..
.husky fix(ui): post-onnx fixes 2023-08-01 07:59:01 -04:00
.yarn/releases
config export theme nad move chakra to peer dep 2023-08-01 08:54:03 +10:00
dist Updated JS files 2023-11-20 18:48:17 +11:00
docs feat(ui): update readme 2023-11-29 10:49:31 +11:00
public/locales feat(nodes,ui): add detection of custom nodes 2023-11-29 10:49:31 +11:00
scripts feat(ui): remove superseded logic in typegen.js 2023-11-24 19:30:37 -08:00
src feat(nodes,ui): add detection of custom nodes 2023-11-29 10:49:31 +11:00
static/docs feat(api): serve app via route & add cache-control: no-store 2023-10-19 08:52:02 +11:00
tests
__init__.py Run python black 2023-07-28 09:46:44 -04:00
.eslintignore feat: workflow saving and loading 2023-08-24 21:42:32 +10:00
.eslintrc.js eslint added to enforce translations (#5150) 2023-11-25 14:46:19 +11:00
.gitignore
.prettierignore feat(ui): remove docs/ from prettierignore 2023-11-29 10:49:31 +11:00
.prettierrc.js
.yarnrc
.yarnrc.yml
favicon.ico
index.html Prevent caching to ensure updated UI is shown 2023-10-04 22:32:00 +11:00
package.json eslint added to enforce translations (#5150) 2023-11-25 14:46:19 +11:00
tsconfig.json feat: add multi-select to gallery 2023-08-03 11:46:59 +10:00
tsconfig.node.json feat(ui): improved node parsing 2023-06-26 11:53:54 +10:00
vite.config.ts
yarn.lock eslint added to enforce translations (#5150) 2023-11-25 14:46:19 +11:00