From bacda189c71885ac402dd31545c7a0796c6a2cb3 Mon Sep 17 00:00:00 2001 From: gmorks <37320176+gmorks@users.noreply.github.com> Date: Sat, 24 Jan 2026 22:21:17 -0600 Subject: [PATCH] Add ComfyUI-WatchPoint node to custom-node-list 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 22d57dbe..4d09ff72 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42271,6 +42271,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",