Skip to content

Commit 7676762

Browse files
committed
Add Blender-IO extension
1 parent d28448d commit 7676762

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

custom-node-list.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,6 +2074,17 @@
20742074
"install_type": "git-clone",
20752075
"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"
20762076
},
2077+
{
2078+
"author": "AIGODLIKE",
2079+
"title": "Blender-IO",
2080+
"id": "blender-io",
2081+
"reference": "https://github.com/AIGODLIKE/Blender-IO",
2082+
"files": [
2083+
"https://github.com/AIGODLIKE/Blender-IO"
2084+
],
2085+
"install_type": "git-clone",
2086+
"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."
2087+
},
20772088
{
20782089
"author": "syllebra",
20792090
"title": "BilboX's ComfyUI Custom Nodes",

extension-node-map.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,6 +1552,16 @@
15521552
"title_aux": "ComfyUI-ToonCrafter"
15531553
}
15541554
],
1555+
"https://github.com/AIGODLIKE/Blender-IO": [
1556+
[
1557+
"BlenderInputs",
1558+
"BlenderOutputs",
1559+
"ComfyUIInputs"
1560+
],
1561+
{
1562+
"title_aux": "Blender-IO"
1563+
}
1564+
],
15551565
"https://github.com/AIPOQUE/ComfyUI-APQNodes": [
15561566
[
15571567
"ColorPalette|AIPOQUE"

0 commit comments

Comments
 (0)