ComfyUI-faster-whisper
ComfyUI node for faster-whisper transcription
Nodes (5)
FasterWhisper To Subtitle
FasterWhisper Transcription in ComfyUI
The Annoying Little Node Every FasterWhisper Workflow Starts With
The Loader That Downloads Its Own Weights
Getting Your Caption File Out of ComfyUI
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