#7394 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/Downloads/TikTokShop.mp4,
输出结果保存到文件夹: C:/Users/Administrator/Downloads/_video_out/TikTokShop-mp4,
临时文件夹: D://tmp/18808/a326ccf45b
已选 清理已存在
未启用CUDA加速
未选 降噪
语音识别:faster-whisper(内置), large-v3-turbo, 发音语言: 泰国语, 断句方式:默认断句
翻译渠道:M2M100(内置),原始语言:泰国语,目标语言:简体中文, 已选 发送完整字幕
未选 配音角色,不进行配音
字幕: 嵌入软字幕
video_duration_ms=110292


=
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

model.bin 缺失或模型文件不完整。Unable to open file 'model.bin' 表示 large-v3-turbo 模型下载失败/中断,目录里缺少核心权重文件(或文件被浏览器重命名、未放在正确位置)。

一、确认模型存放位置是否正确

你当前的路径写的是 D://models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo

注意:知识库要求的位置是 软件目录 下的 models,即 sp.exe 所在的文件夹内的 models,而不是磁盘根目录 D:/models

  1. 找到 sp.exe 所在目录(例如 D:\pyVideoTrans)。
  2. 确认模型实际应放在:D:\pyVideoTrans\models\models--mobiuslabsgmbh--faster-whisper-large-v3-turbo
  3. 如果模型目前放在 D:/models/...,请整体移动到上述 models 目录内。

二、重新手动下载该模型

自动下载失败很常见(模型体积大、需科学上网、镜像有限流)。请手动下载:

操作步骤:

  1. 彻底删除原来不完整的 models--mobiuslabsgmbh--faster-whisper-large-v3-turbo 文件夹(重点:下载中断会残留看起来存在但实际不完整的文件)。
  2. 打开上面地址,下载该模型所有文件(重点确认包含 model.binconfig.jsontokenizer.jsonvocabulary.txt 等)。
  3. 若浏览器把重复文件自动重命名为 model(2).bin 之类,必须改回原名(如 model.bin),否则软件识别不到。
  4. 将全部文件放入 软件目录/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo
  5. 重启软件,重新执行。

三、若仍反复下载失败(兜底方案)

可临时改用体积更小、下载成功率更高的模型:

  • 在语音识别模型下拉框中把 large-v3-turbo 换成 smallmedium,先保证任务能跑通。

请查阅相关文档:

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