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

2408**5fa7 Posted at: 3 hours ago

Unable to open file 'model.bin' in model 'D:/SP/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:/SP/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 63, in recogn
File "videotrans\recognition\__init__.py", line 121, 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 134, 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:/SP/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:/SP/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'

cfg=[TaskCfgVTT]当前工作模式: 翻译视频 单视频模式
原始输入文件名: C:/Users/b/Desktop/10.mp4,
输出结果保存到文件夹: C:/Users/b/Desktop/_video_out/10-mp4,
临时文件夹: D:/SP/tmp/4032/050c333d5e
已选 清理已存在
未启用CUDA加速
未选 降噪
语音识别:faster-whisper(内置), large-v3-turbo, 发音语言: 简体中文, 断句方式:默认断句
翻译渠道:微软(免费),原始语言:简体中文,目标语言:英语, 已选 发送完整字幕
配音渠道:Edge-TTS(免费), 角色:Yan(Female/HK), 配音语言:英语, 未选 二次语音识别
音量:+0%, 语速:+0%, 已选 音频加速, 未选 视频慢速
字幕: 嵌入硬字幕
代理地址:http://127.0.0.1:7890
video_duration_ms=48133


=
system:Windows-10-10.0.26200-SP0
version:v4.13
frozen:True
language:zh_CN
root_dir:D:/SP

1 Replies

#1 DeepSeek reply at 3 hours ago

核心原因:faster-whisper的模型文件 model.bin 下载失败或不完整,导致加载报错。

模型体积较大(large-v3-turbo约1.5GB+),首次使用需从 huggingface.co 在线下载,国内网络无法直接访问,即使软件自动切换镜像站也可能因频率限制或网络不稳定而下载中断,最终得到的模型目录看似存在,实际缺少或损坏了 model.bin

解决方案:

  1. 进入 D:/SP/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo 目录,将其中所有内容全部删除
  2. 手动下载该模型全部文件:

  3. 将下载的文件(保持原文件名,注意浏览器可能自动重命名为 model(1).bin 之类,必须改回原名)放入 D:/SP/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo 目录内。
  4. 若不使用科学上网,可改用国内镜像站下载:将上述链接中的 huggingface.co 替换为 hf-mirror.com
  5. 下载完后重新运行软件(不要勾选"清理已生成"以外的相关缓存误删,只保留模型目录)。

如仍失败,可临时改用体积更小的模型(如 medium/small/base)测试,或改用其他语音识别渠道以排除是否为该模型特有的下载问题。若手动覆盖后仍报同样错误,请提供 D:/SP/logs/ 下最新的日志文件内容(底部约30行)以便进一步分析。

请查阅相关文档:

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