Extensions/ComfyUI-faster-whisper
ComfyUI Extension

ComfyUI-faster-whisper

ComfyUI node for faster-whisper transcription

By ai-joe-git·Created 6 months ago·Updated 6 months ago· 0
ai-joe-git/ComfyUI-faster-whisper
Nodes7
On cloudLocal install
CategoryFasterWhisper, FASTERWHISPER
Stars0
Updated6 months ago
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

workflow

Installation

  1. git clone repository into ComfyUI\custom_nodes\
https://github.com/jhj0517/ComfyUI-faster-whisper.git
  1. 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.<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