mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-19 03:13:01 +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,6 +27508,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": "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…
Reference in New Issue
Block a user