Merge pull request #368 from yuvraj108c/patch-1

Add ComfyUI Whisper Custom Node
This commit is contained in:
Dr.Lt.Data 2024-01-28 08:06:39 +09:00 committed by GitHub
commit 266df6e1d4
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"
} }
] ]
} }