From 934132e922c3392cddfab739442bc61c865cf8d2 Mon Sep 17 00:00:00 2001 From: Urabewe Date: Sat, 24 Jan 2026 03:38:15 -0600 Subject: [PATCH] Add Audio Enhance and Normalize tools (#2537) * Add Audio Enhance and Normalize tools * Update ComfyUI-AudioTools node details --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8c188c4f..23d39b0c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42270,6 +42270,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Urabewe", + "title": "ComfyUI-AudioTools", + "reference": "https://github.com/Urabewe/ComfyUI-AudioTools", + "files": [ + "https://github.com/Urabewe/ComfyUI-AudioTools" + ], + "install_type": "git-clone", + "description": "Audio normalization and enhancement nodes for ComfyUI (LUFS normalization, audio processing utilities)." } ] }