From c5685436717a5dc903120f8756de364f7bd41a41 Mon Sep 17 00:00:00 2001 From: Pigidiy Date: Sun, 1 Jun 2025 23:02:52 +0600 Subject: [PATCH] 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 --- custom-node-list.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 39b5088d..28b4c098 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27069,7 +27069,12 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "name": "ComfyUI-LikeSpiderAI-SaveMP3", + "url": "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3" } ] } +