From 10c676e67e50d3ddd55d4896d7a76f35fabb14ad Mon Sep 17 00:00:00 2001 From: HAL-XP Date: Fri, 28 Nov 2025 17:38:58 +0100 Subject: [PATCH] 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." } ] }