From c30dd182d368cddeeb4d5cc780fa4aa76c61e467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Zs=C3=B6g=C3=B6n?= <10298071+andreszs@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:01:57 -0300 Subject: [PATCH] Add OpenPose Studio and Ultralytics Studio to Manager custom node list --- custom-node-list.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 461d3117..9064523d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46255,6 +46255,26 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "andreszs", + "title": "ComfyUI-OpenPose-Studio", + "reference": "https://github.com/andreszs/ComfyUI-OpenPose-Studio", + "files": [ + "https://github.com/andreszs/ComfyUI-OpenPose-Studio" + ], + "install_type": "git-clone", + "description": "Modern OpenPose pose editor for ComfyUI with collections, JSON import/export, background image support, and compatibility with legacy pose JSON." + }, + { + "author": "andreszs", + "title": "ComfyUI-Ultralytics-Studio", + "reference": "https://github.com/andreszs/ComfyUI-Ultralytics-Studio", + "files": [ + "https://github.com/andreszs/ComfyUI-Ultralytics-Studio" + ], + "install_type": "git-clone", + "description": "Ultralytics workflow and editor tools for ComfyUI with enhanced preview and UI integration." } ] }