#7395 Unable to open file 'model.bin' in model 'D://models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo',Traceback (m

156.232**7 Posted at: 1 hour ago

Unable to open file 'model.bin' in model 'D://models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo',Traceback (most recent call last):
File "videotrans\process\stt_faster.py", line 85, in faster_whisper
File "videotrans\process\stt_faster.py", line 55, in _create_model
File "faster_whisper\transcribe.py", line 689, in init
RuntimeError: Unable to open file 'model.bin' in model 'D://models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'

Traceback (most recent call last):
File "videotrans\task\only_one.py", line 70, in run
File "videotrans\task\_stage_recogn.py", line 65, in recogn
File "videotrans\recognition\__init__.py", line 233, in run
File "videotrans\recognition\_base.py", line 99, 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 264, in _new_process
videotrans.configure.excepts.VideoTransError: Unable to open file 'model.bin' in model 'D://models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo',Traceback (most recent call last):
File "videotrans\process\stt_faster.py", line 85, in faster_whisper
File "videotrans\process\stt_faster.py", line 55, in _create_model
File "faster_whisper\transcribe.py", line 689, in init
RuntimeError: Unable to open file 'model.bin' in model 'D://models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'

cfg=[TaskCfgVTT]当前工作模式: 翻译视频 单视频模式
原始输入文件名: C:/Users/Administrator/Desktop/抖音-记录美好生活.mp4,
输出结果保存到文件夹: C:/Users/Administrator/Desktop/_video_out/抖音-记录美好生活-mp4,
临时文件夹: D://tmp/19432/c5a8a7f983
已选 清理已存在
未启用CUDA加速
未选 降噪
语音识别:faster-whisper(内置), large-v3-turbo, 发音语言: 简体中文, 断句方式:默认断句
翻译渠道:M2M100(内置),原始语言:简体中文,目标语言:泰国语, 已选 发送完整字幕
未选 配音角色,不进行配音
字幕: 嵌入软字幕
video_duration_ms=196370


=
system:Windows-10-10.0.19045-SP0
version:v4.12
frozen:True
language:zh_CN
root_dir:D:/

1 Replies

#1 DeepSeek reply at 1 hour ago

核心原因:faster-whisper 模型 large-v3-turbo 文件不完整或下载损坏。错误信息 Unable to open file 'model.bin' 表示模型目录中缺少 model.bin 或该文件不完整/已损坏。根据你的日志,模型路径为 D://models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo,但正常情况下 faster-whisper 模型应放在 软件目录/models/ 下。

注意:从日志看 root_dir:D:/,即软件根目录是 D:\,所以模型应放在 D:\models\models--mobiuslabsgmbh--faster-whisper-large-v3-turbo。请先确认你实际存放的路径与软件读取路径是否一致(不是 D://models 这种双斜杠写法,正确的相对根目录应为 D:\models)。

解决方案:

  1. 确认模型目录完整:进入 D:\models\models--mobiuslabsgmbh--faster-whisper-large-v3-turbo,检查是否包含以下文件(缺一不可):

    • model.bin
    • config.json
    • tokenizer.json
    • vocabulary.txt(或 vocabulary.json
    • preprocessor_config.json
  2. 手动重新下载:该模型自动下载常因网络问题失败或文件不完整。手动从 HuggingFace 下载全部文件:

  3. 删除后重下:若目录中文件看似存在但仍报错,极可能是下载不完整(例如仅有部分文件)。请彻底删除整个 models--mobiuslabsgmbh--faster-whisper-large-v3-turbo 文件夹,再重新下载放入。
  4. 备选方案:若急用,可在主界面语音识别将模型改为其他已下载成功的模型(如 small / medium),或点击 启用CUDA加速 使部分模型走 GPU 路径(但此错误与 CUDA 无关,仍须先修复模型文件)。
  5. 修复后,若之前勾选了 清理已生成,重新运行即可。

请查阅相关文档:

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