mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
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
This commit is contained in:
parent
3c6b5300e5
commit
a6b2d2c722
@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user