AIFSH / ComfyUI-WhisperX

a comfyui cuatom node for audio subtitling based on whisperX and translators
Other
31 stars 6 forks source link

Error occurred when executing WhisperX: #4

Open Fox-pix opened 5 months ago

Fox-pix commented 5 months ago

Error occurred when executing WhisperX:

TranscriptionOptions.new() missing 1 required positional argument: 'hotwords'

Fox-pix commented 5 months ago

asr.py default_asr_options['hotwords'] = default_asr_options.get('hotwords', []) default_asr_options = faster_whisper.transcribe.TranscriptionOptions(**default_asr_options)

default_asr_options = faster_whisper.transcribe.TranscriptionOptions(**default_asr_options)