diff --git a/custom-node-list.json b/custom-node-list.json index eb42efc3..164f1692 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1542,6 +1542,16 @@ "install_type": "git-clone", "description": "Nodes: Load Image (Base64), Load Mask (Base64), Send Image (WebSocket), Crop Image, Apply Mask to Image. Provides nodes geared towards using ComfyUI as a backend for external tools." }, + { + "author": "TRI3D-LC", + "title": "tri3d-comfyui-nodes", + "reference": "https://github.com/TRI3D-LC/tri3d-comfyui-nodes", + "files": [ + "https://github.com/TRI3D-LC/tri3d-comfyui-nodes" + ], + "install_type": "git-clone", + "description": "Nodes: tri3d-extract-hand." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 919f7cce..3908f050 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -923,6 +923,14 @@ "title_aux": "ComfyWarp" } ], + "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [ + [ + "tri3d-extract-hand" + ], + { + "title_aux": "tri3d-comfyui-nodes" + } + ], "https://github.com/TeaCrab/ComfyUI-TeaNodes": [ [ "TC_ColorFill", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 55253e6b..e2ccd2a7 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "TRI3D-LC", + "title": "tri3d-comfyui-nodes", + "reference": "https://github.com/TRI3D-LC/tri3d-comfyui-nodes", + "files": [ + "https://github.com/TRI3D-LC/tri3d-comfyui-nodes" + ], + "install_type": "git-clone", + "description": "Nodes: tri3d-extract-hand." + }, { "author": "Acly", "title": "ComfyUI Nodes for External Tooling", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 919f7cce..3908f050 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -923,6 +923,14 @@ "title_aux": "ComfyWarp" } ], + "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [ + [ + "tri3d-extract-hand" + ], + { + "title_aux": "tri3d-comfyui-nodes" + } + ], "https://github.com/TeaCrab/ComfyUI-TeaNodes": [ [ "TC_ColorFill",