Updated custom-node-list.json with comfyui-outline custom node

This commit is contained in:
Dennis Vink 2026-02-06 01:37:50 +01:00
parent 544ab8328c
commit 639065d11c

View File

@ -43304,6 +43304,17 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "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 semitransparent edge pixels and removing stray islands."
} }
] ]
} }