From 8ab58efc1a6eac89e41b33e56bf236667c873564 Mon Sep 17 00:00:00 2001 From: hmwl <402245847@qq.com> Date: Mon, 26 May 2025 00:12:18 +0800 Subject: [PATCH] Add ComfyUI-TaskMonitor node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c6701e39..4b854423 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -21439,6 +21439,16 @@ "install_type": "git-clone", "description": "ComfyUI zip package image processing" }, + { + "author": "hmwl", + "title": "ComfyUI-TaskMonitor", + "reference": "https://github.com/hmwl/ComfyUI-TaskMonitor", + "files": [ + "https://github.com/hmwl/ComfyUI-TaskMonitor" + ], + "install_type": "git-clone", + "description": "A powerful task monitoring extension for ComfyUI that provides real-time progress tracking, workflow statistics, and execution monitoring." + }, { "author": "nisimjoseph", "title": "ComfyUI OpenAI Prompter",