From 8012eb8c72ded1dddbb16581a86975dd55011f41 Mon Sep 17 00:00:00 2001 From: Urabewe Date: Thu, 22 Jan 2026 21:20:31 -0600 Subject: [PATCH] Add Audio Enhance and Normalize tools --- custom-node-list.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 191a4c06..d4806d89 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42228,6 +42228,19 @@ ], "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://raw.githubusercontent.com/Urabewe/ComfyUI-AudioTools/main/__init__.py", + "https://raw.githubusercontent.com/Urabewe/ComfyUI-AudioTools/main/audio_normalize.py", + "https://raw.githubusercontent.com/Urabewe/ComfyUI-AudioTools/main/audio_enhance.py", + "https://raw.githubusercontent.com/Urabewe/ComfyUI-AudioTools/main/requirements.txt" + ], + "install_type": "copy", + "description": "Audio normalization and enhancement nodes for ComfyUI (LUFS normalization, audio processing utilities)." } ] }