From a6b2d2c7224acf009a18c772640c25b7354707e9 Mon Sep 17 00:00:00 2001 From: Pigidiy Date: Sat, 7 Jun 2025 09:31:47 +0600 Subject: [PATCH] Add ComfyUI-LikeSpiderAI-UI (UI Framework for Node Creators) (#1907) This PR adds a declarative UI framework for ComfyUI nodes: ComfyUI-LikeSpiderAI-UI. Highlights: - Minimalistic base class: LikeSpiderUINode - Built-in input schema with auto-generated UI - Example node: AudioExport (supports mp3/wav/flac + bitrate/filename) - Designed for extensibility and clean UX Author: Pigidiy --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 7951cecb..1353e0e2 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27508,7 +27508,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, +{ + "author": "Pigidiy", + "title": "ComfyUI-LikeSpiderAI-UI", + "id": "like_spider_ui", + "reference": "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI", + "files": [ + "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI" + ], + "install_type": "git-clone", + "description": "Declarative UI Framework for ComfyUI Nodes. Minimalistic base class for creating UI-based audio/text/image nodes." +} ] }