From eec9d9c04f07010fc8c2ef6bba7efe2ee32839b7 Mon Sep 17 00:00:00 2001 From: gmorks <37320176+gmorks@users.noreply.github.com> Date: Tue, 27 Jan 2026 09:07:45 -0600 Subject: [PATCH] Add ComfyUI-WatchPoint node to custom-node-list (#2541) Watch Point - Multi-monitor preview node Features: - External monitor preview with zoom/pan - Floating in-browser preview - Signal Scout for prompt monitoring - Stable threading (no crashes) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fac73128..83863ebd 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42313,6 +42313,16 @@ "install_type": "unzip", "description": "Various image processing nodes." }, + { + "author": "gmorks", + "title": "ComfyUI-WatchPoint", + "reference": "https://github.com/gmorks/ComfyUI-WatchPoint", + "files": [ + "https://github.com/gmorks/ComfyUI-WatchPoint" + ], + "install_type": "git-clone", + "description": "Multi-monitor preview with external window (zoom, pan, save), floating in-browser preview, and prompt monitoring. Features stable threading, customizable positioning, and Signal Scout for real-time prompt tracking." + }, { "author": "aimingfail", "title": "Image2Halftone Node for ComfyUI",