From c5947a13be16eb9b5f4ccbde510a6ecdd0e64386 Mon Sep 17 00:00:00 2001 From: obvirm <123351870+obvirm@users.noreply.github.com> Date: Thu, 27 Nov 2025 17:26:14 +0700 Subject: [PATCH] Add ComfyUI-WhisperXX custom node entry Added a new custom node entry for ComfyUI-WhisperXX with details. --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fb7ae405..04db2dbc 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "obvirm", + "title": "ComfyUI-WhisperXX", + "reference": "https://github.com/obvirm/ComfyUI-WhisperXX", + "files": [ + "https://github.com/obvirm/ComfyUI-WhisperXX" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that provides advanced transcription, alignment, and diarization capabilities using the WhisperX library.", + "id": "ComfyUI-WhisperXX" { "author": "Dr.Lt.Data", "title": "ComfyUI-Manager",