From b5f9b5bfeb364375314ef7b777ccbc28ba324f93 Mon Sep 17 00:00:00 2001 From: dehypnotic <86615943+Dehypnotic@users.noreply.github.com> Date: Mon, 15 Sep 2025 12:37:51 +0200 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8a1ae211..fb48f011 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -19848,6 +19848,16 @@ ], "install_type": "git-clone", "description": "A node for ComfyUI that takes an input image and clips the color channels independently to increase contrast and alter color cast. This is a reinterpretation of PhotoShop's 'Auto Tone' algorithm." + }, + { + "author": "Dehypnotic", + "title": "Save MP3", + "reference": "https://github.com/Dehypnotic/comfyui-save-mp3", + "files": [ + "https://github.com/Dehypnotic/comfyui-save-mp3" + ], + "install_type": "git-clone", + "description": "A node for saving audio in MP3-format with selected bitrate mode and quality to an output subfolder or absolute path on any drive." }, { "author": "SparknightLLC",