From 27cf40d392d609d62537cd760579d8d3e2027b02 Mon Sep 17 00:00:00 2001 From: Pigidiy Date: Tue, 3 Jun 2025 07:39:15 +0600 Subject: [PATCH] Add: ComfyUI-LikeSpiderAI-SaveMP3 (save AUDIO to .mp3) (#1894) * 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> --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b2105253..af52b2bf 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27079,7 +27079,19 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "aimingfail", + "title": "ComfyUI-LikeSpiderAI-SaveMP3", + "id": "img2halftone", + "reference": "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3", + "files": [ + "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that saves input AUDIO as .mp3 using ffmpeg." } ] } +