From 4669d4bca93f9a8fbe97dcbcbc87d6f2a3778888 Mon Sep 17 00:00:00 2001 From: ketle-man <152043204+ketle-man@users.noreply.github.com> Date: Tue, 31 Mar 2026 01:44:48 +0900 Subject: [PATCH] feat: add ComfyUI VRM Pose Editor 3D (#2744) * Add ComfyUI 2D Pose Editor node * feat: add ComfyUI VRM Pose Editor 3D Interactive 3D pose editor node supporting VRM/GLB/GLTF models. All Three.js dependencies are bundled locally (no CDN required). Co-Authored-By: Claude Sonnet 4.6 --------- Co-authored-by: Claude Sonnet 4.6 --- custom-node-list.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7ea6ef54..933115f4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45550,6 +45550,24 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "ketle-man", + "title": "ComfyUI 2D Pose Editor", + "id": "comfyui-2dpose-editor", + "reference": "https://github.com/ketle-man/comfyui-2dpose-editor", + "files": ["https://github.com/ketle-man/comfyui-2dpose-editor"], + "install_type": "git-clone", + "description": "Interactive 2D rigging pose editor embedded inside a ComfyUI node. Drag joints to pose a figure, control eye direction, and export as IMAGE." + }, + { + "author": "ketle-man", + "title": "ComfyUI VRM Pose Editor 3D", + "id": "comfyui-vrm-pose-editor", + "reference": "https://github.com/ketle-man/comfyui-vrm-pose-editor", + "files": ["https://github.com/ketle-man/comfyui-vrm-pose-editor"], + "install_type": "git-clone", + "description": "Interactive 3D pose editor inside ComfyUI. Load VRM/GLB/GLTF models, drag bones to pose, control shape keys/expressions, and capture as IMAGE. All Three.js dependencies are bundled locally (no CDN required)." } ] }