diff --git a/README.md b/README.md index 2e8c29c5..e306642f 100644 --- a/README.md +++ b/README.md @@ -190,15 +190,13 @@ NODE_CLASS_MAPPINGS.update({ ## Roadmap -- [x] category/keyword filter -- [x] Automatic recognition of missing custom nodes -- [x] Automatic installation suggestion of missing custom nodes -- [x] 3rd party repository -> channels -- [x] Specification of custom nodes -- [x] Specification scanner -- [x] workflow download -> workflow gallery -- [x] Search extension by node name -> [ltdrdata.github.io](https://ltdrdata.github.io) -- [x] installation from git url +- [ ] System displaying information about failed custom nodes import. +- [ ] Guide for missing nodes in ComfyUI vanilla nodes. +- [ ] Auto migration for nodes with changed structures. +- [ ] Version control feature for nodes. +- [ ] List of currently used custom nodes. +- [ ] Template sharing system. +- [ ] 3rd party API system. # Disclaimer diff --git a/extension-node-map.json b/extension-node-map.json index 3505fc33..dc29c8b0 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3863,6 +3863,7 @@ "AspectRatioSelector", "BLIPCaption", "BLIPLoader", + "BooleanPrimitive", "ColorBlend", "ColorCorrect", "DeepDanbooruCaption", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 3505fc33..dc29c8b0 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3863,6 +3863,7 @@ "AspectRatioSelector", "BLIPCaption", "BLIPLoader", + "BooleanPrimitive", "ColorBlend", "ColorCorrect", "DeepDanbooruCaption",