From 1f0103594133f1ad2b6e640eecbc50f5bfe14487 Mon Sep 17 00:00:00 2001 From: Devin Garner Date: Tue, 18 Nov 2025 04:26:15 -0700 Subject: [PATCH] Add new node for ComfyUI_Make-It-Animatable --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 1e612808..6ab6c5f5 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37009,6 +37009,17 @@ ], "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", + "id": "manager", + "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" } ] }