From e79f6c4471e3ede4f231937f32490a074b7a74b9 Mon Sep 17 00:00:00 2001 From: Devin Garner Date: Wed, 19 Nov 2025 06:37:20 -0700 Subject: [PATCH] Add new node for ComfyUI_Make-It-Animatable (#2292) * Add new node for ComfyUI_Make-It-Animatable * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ea0cac09..edfb0ee7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37174,6 +37174,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Devin Garner", + "title": "ComfyUI_Make-It-Animatable", + "reference": "https://github.com/speige/ComfyUI_Make-It-Animatable", + "files": [ + "https://github.com/speige/ComfyUI_Make-It-Animatable" + ], + "install_type": "git-clone", + "description": "Auto-Rigging humanoid 3D meshes for Mixamo animations" } ] }