Add ComfyUI Whisper Custom Node

This commit is contained in:
Yuvraj Seegolam 2024-01-27 20:15:47 +04:00 committed by GitHub
parent 1a6805a5fa
commit b2e9838b05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4974,6 +4974,16 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "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"
} }
] ]
} }