From 1f0a4233e8f775be22a8086459bcc726d997a2ac Mon Sep 17 00:00:00 2001 From: blackmagic42 Date: Mon, 27 Apr 2026 12:42:09 +0200 Subject: [PATCH] Add ComfyUI Workflow Manager --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e853e50a..7f640641 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46437,6 +46437,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "blackmagic42", + "title": "ComfyUI Workflow Manager", + "reference": "https://github.com/blackmagic42/comfyui-workflow-manager", + "files": [ + "https://github.com/blackmagic42/comfyui-workflow-manager" + ], + "install_type": "git-clone", + "description": "Sidebar panel for ComfyUI: live workflow analysis, missing-model detection, and one-click downloads (HuggingFace + ComfyUI-Manager index lookup). Inherits ComfyUI's PrimeVue theme, no restart needed." } ] }