From 12057afd1e22fb11466454661facb1f4e17cb52b Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Fri, 28 Nov 2025 07:59:14 +0900 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 04db2dbc..2754f39a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,15 +1,5 @@ { "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", @@ -37570,6 +37560,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." + } ] }