diff --git a/README.md b/README.md index c645cc4..eb288ce 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ # Changes +* **V0.6** Support extension installation for missing nodes. * **V0.5** Removed external git program dependencies. @@ -40,6 +41,17 @@ * Please submit a pull request to update either the custom-node-list.json or model-list.json file. +# Support of missing nodes installation + +![missing-menu](misc/missing-menu.png) + +* When you click on the ```Install Custom Nodes (missing)``` button in the menu, it displays a list of extension nodes that contain nodes not currently present in the workflow. + +![missing-list](misc/missing-list.png) + +* Currently, support is only provided for extension nodes that can be installed in the form of "git-clone". + + # TODO: Unconventional form of custom node list @@ -51,8 +63,6 @@ * installation from git url * 3rd party repository -* Basic embedding downloading support. - * negative_hand, ... * category/keyword filter * Specification of custom nodes * Specification scanner diff --git a/misc/menu.png b/misc/menu.png index 51b57a2..9d92186 100644 Binary files a/misc/menu.png and b/misc/menu.png differ diff --git a/misc/missing-list.png b/misc/missing-list.png new file mode 100644 index 0000000..edfe5de Binary files /dev/null and b/misc/missing-list.png differ diff --git a/misc/missing-menu.png b/misc/missing-menu.png new file mode 100644 index 0000000..9b426fc Binary files /dev/null and b/misc/missing-menu.png differ