jhj0517 / ComfyUI-faster-whisper

ComfyUI node for faster-whisper transcription
MIT License
4 stars 1 forks source link
comfyui comfyui-nodes faster-whisper

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

workflow

Installation

  1. git clone repository into ComfyUI\custom_nodes\

    https://github.com/jhj0517/ComfyUI-faster-whisper.git
  2. 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

Available Models

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.

Todo 🗓