From c8dd2d5cadf1bc28281add15b530c74e9c702ded Mon Sep 17 00:00:00 2001 From: HALXP <30446630+HAL-XP@users.noreply.github.com> Date: Sat, 6 Dec 2025 23:22:18 +0100 Subject: [PATCH] Added new file to existing HALXP-Comfy custom node (#2341) * Added HALXP-Comfy to the custom node lists * Update custom-node-list.json * Added new file (HALXP Monitor) to current custom node HALXP Monitor lets you run a custom script on workflow Success or Error * Added one new file to the custom tools (runmonitor) Lets you run custom scripts on workflow success or error * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b725de4f..bba425a8 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38104,6 +38104,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "HAL-XP", + "title": "HALXP-Comfy", + "reference": "https://github.com/hal-xp/halxp-comfy", + "files": [ + "https://github.com/HAL-XP/halxp-comfy" + ], + "install_type": "git-clone", + "description": "A UI suite for ComfyUI including Focus mode and layout enhancements." } ] }