Add AUN ComfyUI Nodes to custom node list (#2494)

This commit is contained in:
loz2754 2026-01-15 12:33:48 +00:00 committed by GitHub
parent bb0ef5bdc3
commit 379fad3809
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -239,6 +239,17 @@
],
"install_type": "copy",
"description": "The CLIPSeg node generates a binary mask for a given input image and text prompt.\nNOTE:This custom node is a forked custom node with hotfixes applied from the [a/original repository](https://github.com/biegert/ComfyUI-CLIPSeg), which is no longer maintained."
},
{
"author": "loz2754",
"title": "AUN ComfyUI Nodes",
"id": "aun-comfyui-nodes",
"reference": "https://github.com/loz2754/AUN-ComfyUI-Nodes",
"files": [
"https://github.com/loz2754/AUN-ComfyUI-Nodes"
],
"install_type": "git-clone",
"description": "A collection of workflow helper nodes focused on organization + control (bypass/mute/collapse/group control), prompt/text utilities, file/path helpers, and image/video save helpers (optional VHS integration)."
},
{
"author": "BlenderNeko",