From b2e9838b051bfd4421fbbd2b6fe3a12ab4e16139 Mon Sep 17 00:00:00 2001 From: Yuvraj Seegolam Date: Sat, 27 Jan 2024 20:15:47 +0400 Subject: [PATCH] Add ComfyUI Whisper Custom Node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 34a4c636..a00eeeeb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4974,6 +4974,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "yuvraj108c", + "title": "ComfyUI Whisper", + "reference": "https://github.com/yuvraj108c/ComfyUI-Whisper", + "files": [ + "https://github.com/yuvraj108c/ComfyUI-Whisper" + ], + "install_type": "git-clone", + "description": "Transcribe audio and add subtitles to videos using Whisper in ComfyUI" } ] }