From 639065d11cf7d24dfda7fe43e0d82576f6404d64 Mon Sep 17 00:00:00 2001 From: Dennis Vink Date: Fri, 6 Feb 2026 01:37:50 +0100 Subject: [PATCH] Updated custom-node-list.json with comfyui-outline custom node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8fc61df8..80add32f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43304,6 +43304,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "dennisvink", + "title": "Outline Alpha Snap Node for ComfyUI", + "id": "outlinealphasnap", + "reference": "https://github.com/dennisvink/comfyui-outline", + "files": [ + "https://raw.githubusercontent.com/dennisvink/comfyui-outline/refs/heads/main/nodes.py" + ], + "install_type": "copy", + "description": "This node adds an outside-only outline around the opaque region of an image while cleaning up semi‑transparent edge pixels and removing stray islands." } ] }