#7128 语音识别阶段出错[faster-whisper(内置)] Unable to open file 'model.bin' in model 'D:/Software/pyvideotrans/models/models--mobiuslab

15.164**9 Posted at: 3 hours ago

语音识别阶段出错[faster-whisper(内置)] Unable to open file 'model.bin' in model 'D:/Software/pyvideotrans/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo',Traceback (most recent call last):
File "videotrans\process\stt_faster.py", line 86, in faster_whisper
File "videotrans\process\stt_faster.py", line 50, in _create_model
File "faster_whisper\transcribe.py", line 689, in init
RuntimeError: Unable to open file 'model.bin' in model 'D:/Software/pyvideotrans/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'

Traceback (most recent call last):

File "videotrans\task\job.py", line 35, in run

File "videotrans\task\job.py", line 102, in process_task

File "videotrans\task\speech2text.py", line 100, in recogn

File "videotrans\recognition\__init__.py", line 211, in run

File "videotrans\recognition\_base.py", line 98, in run

File "videotrans\recognition\_whisper.py", line 41, in _exec

File "videotrans\recognition\_whisper.py", line 130, in _faster

File "videotrans\configure\base.py", line 270, in _new_process

videotrans.configure.excepts.VideoTransError: Unable to open file 'model.bin' in model 'D:/Software/pyvideotrans/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo',Traceback (most recent call last):
File "videotrans\process\stt_faster.py", line 86, in faster_whisper
File "videotrans\process\stt_faster.py", line 50, in _create_model
File "faster_whisper\transcribe.py", line 689, in init
RuntimeError: Unable to open file 'model.bin' in model 'D:/Software/pyvideotrans/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'
[SpeechToText]语音转录: self.out_format='srt',self.copysrt_rawvideo=False,self.spk_insert=True
[TaskCfgSTT]
原始输入文件名: D:/Study_Materials/课程素材/音频/接地1.mp3,
输出结果保存到文件夹: D:/Software/pyvideotrans/output/recogn,
临时文件夹: D:/Software/pyvideotrans/tmp/11220/328fe92697
已启用CUDA加速
未选 降噪
语音识别:faster-whisper(内置), large-v3-turbo 断句方式:默认断句
发音语言:ru
未选 降噪
代理地址:http://127.0.0.1:7897


=
system:Windows-10-10.0.22631-SP0
version:v4.10
frozen:True
language:zh
root_dir:D:/Software/pyvideotrans

1 Replies

#1 DeepSeek reply at 3 hours ago

这是模型文件缺失或损坏导致的,具体是 faster-whisper-large-v3-turbomodel.bin 未能正常写入或下载不完整,软件无法打开该文件。

解决方案:

  1. 先确认网络:你设置了代理 http://127.0.0.1:7897,请确保代理软件已开启且端口正确。模型下载需要科学上网,或使用国内镜像(软件会自动尝试 hf-mirror.com)。
  2. 删除损坏目录:删除 D:/Software/pyvideotrans/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo 整个文件夹,让软件重新自动下载。
  3. 如果自动下载仍失败,请手动下载模型文件:

  4. 完成后重新执行语音识别任务。

请查阅相关文档:

Thinking...
Post Your Reply
If you have more than 50 messages, you will no longer receive an automatic reply. Please ask a new question!
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Dondate via ko-fi.com

Related resource