diff --git a/custom-node-list.json b/custom-node-list.json index c34be8a8..69536574 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2134,6 +2134,16 @@ "install_type": "git-clone", "description": "A custom nodes module for creating real-time interactive avatars powered by blender bpy mesh api + Avatech Shape Flow runtime." }, + { + "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, tri3d-fuzzification, tri3d-position-hands, tri3d-atr-parse." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 722099ae..9b5c053f 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1176,6 +1176,17 @@ "title_aux": "TGu Utilities" } ], + "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [ + [ + "tri3d-atr-parse", + "tri3d-extract-hand", + "tri3d-fuzzification", + "tri3d-position-hands" + ], + { + "title_aux": "tri3d-comfyui-nodes" + } + ], "https://github.com/TeaCrab/ComfyUI-TeaNodes": [ [ "TC_ColorFill", @@ -3147,6 +3158,7 @@ "AV_ParametersPipeToCheckpointModels", "AV_ParametersPipeToPrompts", "AV_PromptsToParametersPipe", + "AV_SAMLoader", "AV_UploadImage", "AV_VAELoader", "AspectRatioSelector", diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 5eec6b35..9c0b33b6 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -80,16 +80,6 @@ ], "install_type": "copy", "description": "This node provides functionality corresponding to Reference only in Controlnet.
It is recommended to use the integrated custom nodes in the default channel for update support rather than installing individual 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. NOTE: This repository is closed." } ] } \ No newline at end of file diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 722099ae..9b5c053f 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1176,6 +1176,17 @@ "title_aux": "TGu Utilities" } ], + "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": [ + [ + "tri3d-atr-parse", + "tri3d-extract-hand", + "tri3d-fuzzification", + "tri3d-position-hands" + ], + { + "title_aux": "tri3d-comfyui-nodes" + } + ], "https://github.com/TeaCrab/ComfyUI-TeaNodes": [ [ "TC_ColorFill", @@ -3147,6 +3158,7 @@ "AV_ParametersPipeToCheckpointModels", "AV_ParametersPipeToPrompts", "AV_PromptsToParametersPipe", + "AV_SAMLoader", "AV_UploadImage", "AV_VAELoader", "AspectRatioSelector",