ComfyUI Extension
ComfyUI-faster-whisper
ComfyUI node for faster-whisper transcription
ai-joe-git/ComfyUI-faster-whisper
Nodes7
On cloudLocal install
CategoryFasterWhisper, FASTERWHISPER
Stars0
Updated6 months ago
Nodes (7)
Readme
ComfyUI-faster-whisper
ComfyUI reference implementation for faster-whisper. Workflow that generates subtitles is included.
Example Workflows
Subtitle generation workflow is included in workflows directory

Installation
- git clone repository into
ComfyUI\custom_nodes\
https://github.com/jhj0517/ComfyUI-faster-whisper.git
- Go to
ComfyUI\custom_nodes\ComfyUI-faster-whisperand run
pip install -r requirements.txt
If you are using the portable version of ComfyUI, do this:
python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-faster-whisper\requirements.txt
Available Models
This repo uses Systran's faster-whisper models.<br>
Running the workflow will automatically download the model into ComfyUI\models\faster-whisper.
If you want to place it manually, download the model from Systran's faster-whisper models and place it in ComfyUI\models\faster-whisper.
Todo 🗓
- [ ] Better version of input file path node with upload file button