From 10c676e67e50d3ddd55d4896d7a76f35fabb14ad Mon Sep 17 00:00:00 2001 From: HAL-XP Date: Fri, 28 Nov 2025 17:38:58 +0100 Subject: [PATCH 1/5] Added HALXP-Comfy to the custom node lists --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 457e06ee..decdf4cc 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37722,6 +37722,17 @@ ], "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/blob/main/__init__.py", + "https://github.com/HAL-XP/halxp-comfy/blob/main/js/halxp-focus.js" + ], + "install_type": "git-clone", + "description": "A UI suite for ComfyUI including Focus mode and layout enhancements." } ] } From 86fc56a131e33b55a4011d82315b1bd81a10b52b Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Wed, 3 Dec 2025 01:17:45 +0900 Subject: [PATCH 2/5] Update custom-node-list.json --- custom-node-list.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index decdf4cc..7dbdd8a1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37728,8 +37728,7 @@ "title": "HALXP-Comfy", "reference": "https://github.com/hal-xp/halxp-comfy", "files": [ - "https://github.com/HAL-XP/halxp-comfy/blob/main/__init__.py", - "https://github.com/HAL-XP/halxp-comfy/blob/main/js/halxp-focus.js" + "https://github.com/hal-xp/halxp-comfy", ], "install_type": "git-clone", "description": "A UI suite for ComfyUI including Focus mode and layout enhancements." From 07193ae396b0ed70221e0b71b6f52b3fcc437983 Mon Sep 17 00:00:00 2001 From: HAL-XP Date: Wed, 3 Dec 2025 13:24:08 +0100 Subject: [PATCH 3/5] Added new file (HALXP Monitor) to current custom node HALXP Monitor lets you run a custom script on workflow Success or Error --- custom-node-list.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom-node-list.json b/custom-node-list.json index decdf4cc..88ccc41a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37730,6 +37730,7 @@ "files": [ "https://github.com/HAL-XP/halxp-comfy/blob/main/__init__.py", "https://github.com/HAL-XP/halxp-comfy/blob/main/js/halxp-focus.js" + "https://github.com/HAL-XP/halxp-comfy/blob/main/js/halxp-runmonitor.js" ], "install_type": "git-clone", "description": "A UI suite for ComfyUI including Focus mode and layout enhancements." From ea82c67302499b10aecc5217253f2ea1f27474b0 Mon Sep 17 00:00:00 2001 From: HAL-XP Date: Wed, 3 Dec 2025 13:28:48 +0100 Subject: [PATCH 4/5] Added one new file to the custom tools (runmonitor) Lets you run custom scripts on workflow success or error --- custom-node-list.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom-node-list.json b/custom-node-list.json index decdf4cc..88ccc41a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37730,6 +37730,7 @@ "files": [ "https://github.com/HAL-XP/halxp-comfy/blob/main/__init__.py", "https://github.com/HAL-XP/halxp-comfy/blob/main/js/halxp-focus.js" + "https://github.com/HAL-XP/halxp-comfy/blob/main/js/halxp-runmonitor.js" ], "install_type": "git-clone", "description": "A UI suite for ComfyUI including Focus mode and layout enhancements." From 63e39b9cb6a47b520e450993ce847395ba927c80 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Fri, 5 Dec 2025 12:55:26 +0900 Subject: [PATCH 5/5] Update custom-node-list.json --- custom-node-list.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index cc476ce6..14628a23 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37800,9 +37800,7 @@ "title": "HALXP-Comfy", "reference": "https://github.com/hal-xp/halxp-comfy", "files": [ - "https://github.com/HAL-XP/halxp-comfy/blob/main/__init__.py", - "https://github.com/HAL-XP/halxp-comfy/blob/main/js/halxp-focus.js" - "https://github.com/HAL-XP/halxp-comfy/blob/main/js/halxp-runmonitor.js" + "https://github.com/HAL-XP/halxp-comfy" ], "install_type": "git-clone", "description": "A UI suite for ComfyUI including Focus mode and layout enhancements."