From 8b234c99cf6a14a8978fabb67ea0b0875fea65d1 Mon Sep 17 00:00:00 2001 From: obvirm <123351870+obvirm@users.noreply.github.com> Date: Fri, 28 Nov 2025 05:59:25 +0700 Subject: [PATCH] Add ComfyUI-WhisperXX custom node entry (#2314) * Add ComfyUI-WhisperXX custom node entry Added a new custom node entry for ComfyUI-WhisperXX with details. * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 94cf7957..7f672f6a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37571,6 +37571,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "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." + } ] }