ComfyUI reference implementation for faster-whisper. Workflow that generates subtitles is included.
Subtitle generation workflow is included in workflows directory
git clone repository into ComfyUI\custom_nodes\
https://github.com/jhj0517/ComfyUI-faster-whisper.git
Go to ComfyUI\custom_nodes\ComfyUI-faster-whisper
and 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
This repo uses Systran's faster-whisper models.
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
.