diff --git a/custom-node-list.json b/custom-node-list.json index e9a47deb..44a210eb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -44672,6 +44672,17 @@ "install_type": "git-clone", "description": "Save images without embedding workflow or prompt metadata" }, + { + "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." + }, @@ -45063,15 +45074,6 @@ ], "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." } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index a394f4a2..93316fa2 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,27 @@ { "custom_nodes": [ + { + "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": "Dangocan", + "title": "ComfyUI GLM-OCR", + "id": "comfyui-glm-ocr", + "reference": "https://github.com/Dangocan/comfyui_glm_ocr", + "files": [ + "https://github.com/Dangocan/comfyui_glm_ocr" + ], + "install_type": "git-clone", + "description": "Load and run GLM-OCR (zai-org/GLM-OCR) locally in ComfyUI. Supports text recognition, formula recognition, table extraction, and general image description. Picks up models from any ComfyUI checkpoint directory." + }, { "author": "George Jiang", "title": "ComfyUI Save Image Without Metadata",