From 00282eab7b6ce7ac064fe6b2e2cc21c63e08c046 Mon Sep 17 00:00:00 2001 From: Edgerunner Date: Thu, 23 Oct 2025 12:40:11 +0100 Subject: [PATCH] Added ComfyUI Queue Manager node (#2235) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 5d2fc2f7..e7736671 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -35281,6 +35281,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "QuietNoise", + "title": "ComfyUI Queue Manager", + "reference": "https://github.com/QuietNoise/comfyui_queue_manager", + "files": [ + "https://github.com/QuietNoise/comfyui_queue_manager" + ], + "install_type": "git-clone", + "description": "An extension supporting more streamlined prompt queue management." } ] }