Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AIFSH/ComfyUI-WhisperX
/ types & classes
Types & classes
27 in github.com/AIFSH/ComfyUI-WhisperX
⨍
Functions
94
◇
Types & classes
27
↓ 4 callers
Class
Segment
whisperx/diarize.py:70
↓ 2 callers
Class
Segment
whisperx/alignment.py:422
↓ 1 callers
Class
Binarize
Binarize detection scores using hysteresis thresholding, with min-cut operation to ensure not segments are longer than max_duration. Paramete
whisperx/vad.py:57
↓ 1 callers
Class
DiarizationPipeline
whisperx/diarize.py:10
↓ 1 callers
Class
FasterWhisperPipeline
Huggingface Pipeline wrapper for FasterWhisperModel.
whisperx/asr.py:88
↓ 1 callers
Class
Point
whisperx/alignment.py:379
↓ 1 callers
Class
VoiceActivitySegmentation
whisperx/vad.py:194
↓ 1 callers
Class
WhisperModel
FasterWhisperModel provides batched inference for faster-whisper. Currently only works in non-timestamp mode and fixed prompt for all samples
whisperx/asr.py:25
Class
AlignedTranscriptionResult
A list of segments and word segments of a speech.
whisperx/types.py:53
Class
LoadAudioPath
nodes.py:166
Class
PreViewSRT
nodes.py:14
Class
ResultWriter
whisperx/utils.py:192
Class
SRTToString
nodes.py:37
Class
SingleAlignedSegment
A single segment (up to multiple sentences) of a speech with word alignment.
whisperx/types.py:33
Class
SingleCharSegment
A single char of a speech.
whisperx/types.py:13
Class
SingleSegment
A single segment (up to multiple sentences) of a speech.
whisperx/types.py:23
Class
SingleWordSegment
A single word of a speech.
whisperx/types.py:4
Class
SubtitlesProcessor
whisperx/SubtitlesProcessor.py:34
Class
SubtitlesWriter
whisperx/utils.py:220
Class
TranscriptionResult
A list of segments and word segments of a speech.
whisperx/types.py:45
Class
WhisperX
nodes.py:57
Class
WriteAudacity
Write a transcript to a text file that audacity can import as labels. The extension used is "aud" to distinguish it from the txt file produce
whisperx/utils.py:376
Class
WriteJSON
whisperx/utils.py:399
Class
WriteSRT
whisperx/utils.py:345
Class
WriteTSV
Write a transcript to a file in TSV (tab-separated values) format containing lines like: <start time in integer milliseconds>\t<end time in i
whisperx/utils.py:357
Class
WriteTXT
whisperx/utils.py:212
Class
WriteVTT
whisperx/utils.py:334