diff --git a/custom-node-list.json b/custom-node-list.json index a843219a..be69aaf9 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2074,6 +2074,17 @@ "install_type": "git-clone", "description": "This project is used to enable [a/ToonCrafter](https://github.com/ToonCrafter/ToonCrafter) to be used in ComfyUI.\nYou can use it to achieve generative keyframe animation\nAnd use it in Blender for animation rendering and prediction" }, + { + "author": "AIGODLIKE", + "title": "Blender-IO", + "id": "blender-io", + "reference": "https://github.com/AIGODLIKE/Blender-IO", + "files": [ + "https://github.com/AIGODLIKE/Blender-IO" + ], + "install_type": "git-clone", + "description": "Add data chain operation between blender and comfyui. Provides ComfyUIInputs node for blender to fetching data from ComfyUI, and Blender Inputs/Outputs node for ComfyUI to fetching/sending data with blender." + }, { "author": "syllebra", "title": "BilboX's ComfyUI Custom Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index eec31a06..9f244b68 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1552,6 +1552,16 @@ "title_aux": "ComfyUI-ToonCrafter" } ], + "https://github.com/AIGODLIKE/Blender-IO": [ + [ + "BlenderInputs", + "BlenderOutputs", + "ComfyUIInputs" + ], + { + "title_aux": "Blender-IO" + } + ], "https://github.com/AIPOQUE/ComfyUI-APQNodes": [ [ "ColorPalette|AIPOQUE"