From 83e07578fd9e1eace55740bff3e2d3466f1f69dc Mon Sep 17 00:00:00 2001 From: ketle-man <152043204+ketle-man@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:59:45 +0900 Subject: [PATCH] Add ComfyUI 2D Pose Editor node (#2691) --- custom-node-list.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e1e98587..e9a47deb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45063,6 +45063,15 @@ ], "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." } ] }