From 379fad38093e59e2d28ac27aa9ed39c46b829a09 Mon Sep 17 00:00:00 2001 From: loz2754 Date: Thu, 15 Jan 2026 12:33:48 +0000 Subject: [PATCH] Add AUN ComfyUI Nodes to custom node list (#2494) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6219ee31..9f6f7416 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -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",