From d3072f1d8119d5421e954ddd7fff561058c73854 Mon Sep 17 00:00:00 2001 From: QuietNoise Date: Mon, 20 Oct 2025 07:56:03 +0100 Subject: [PATCH] Added ComfyUI Queue Manager node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 29e1aae5..72fed2ba 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -35056,6 +35056,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." } ] }