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
* Fix: correct author & ID for ComfyUI-LikeSpiderAI-SaveMP3
This PR corrects the metadata for the ComfyUI-LikeSpiderAI-SaveMP3 node:
Changes author from aimingfail → Pigidiy
Adds missing version field: v1.0.0
Updates id from img2halftone → likeSpiderMP3
The previous metadata was mistakenly duplicated from another node.
Project repo: https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3
* Update custom-node-list.json
---------
Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
* Add: ComfyUI-LikeSpiderAI-SaveMP3 (save AUDIO to .mp3)
Adds a node that saves AUDIO output to .mp3 format via ffmpeg.
Repo: https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3
* Update custom-node-list.json
---------
Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
* set channel=default, mode=cache for git clone
* fix(manager_util): use normalized_name of package in fix_broken
Signed-off-by: bigcat88 <bigcat88@icloud.com>
---------
Signed-off-by: bigcat88 <bigcat88@icloud.com>
Splitting the Level Pixel node package into two separate packages:
https://github.com/LevelPixel/ComfyUI-LevelPixelhttps://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced
Adding information about the new ComfyUI-LevelPixel-Advanced node package to custom-node-list.json.
The new ComfyUI-LevelPixel-Advanced node package is needed to separate the complex to install and use LLM and VLM node package from the rest of the main nodes of Level Pixel.
Conflicting nodes will be removed from ComfyUI-LevelPixel later.