From ee980e1caf7221176b6b5667d8bfa664f2467d6e Mon Sep 17 00:00:00 2001 From: dehypnotic <86615943+Dehypnotic@users.noreply.github.com> Date: Tue, 16 Sep 2025 23:39:29 +0200 Subject: [PATCH] Update custom-node-list.json (#2153) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index dcaa93d0..b7c75eea 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -19837,6 +19837,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",