#7089 Unable to open file 'model.bin' in model 'D:/pyvideotrans-v4.12/models/models--mobiuslabsgmbh--faster-whisper-large-v3-t

43.212**9 Posted at: 3 hours ago

Unable to open file 'model.bin' in model 'D:/pyvideotrans-v4.12/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:/pyvideotrans-v4.12/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 228, in run
File "videotrans\recognition\_base.py", line 97, 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:/pyvideotrans-v4.12/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:/pyvideotrans-v4.12/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'

cfg=[TaskCfgVTT]当前工作模式: 翻译视频 单视频模式
原始输入文件名: D:/8964/测试8个.mp4,
输出结果保存到文件夹: D:/8964/_video_out/测试8个-mp4,
临时文件夹: D:/pyvideotrans-v4.12/tmp/27572/4e13752bdd
已选 清理已存在
已启用CUDA加速
未选 降噪
已选 识别说话人,最大说话人数量不限制
语音识别:faster-whisper(内置), large-v3-turbo, 发音语言: 繁体中文, 断句方式:默认断句
翻译渠道:Google(免费),原始语言:繁体中文,目标语言:简体中文, 已选 发送完整字幕
配音渠道:小米AI, 角色:白桦, 配音语言:简体中文, 未选 二次语音识别
音量:+0%, 语速:+0%, 已选 音频加速, 未选 视频慢速
字幕: 嵌入硬字幕
已选 分离人声与背景声, 已选 重新嵌入背景声, 背景音量0.8, 背景声音时长 短于 视频时长时: 拉长(降速播放),存在分离后的纯净人声文件,存在分离后的背景声音文件
代理地址:http://127.0.0.1:10808


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

1 Replies

#1 DeepSeek reply at 3 hours ago

错误原因是 faster-whisper large-v3-turbo 模型的 model.bin 文件缺失或下载不完整,导致模型无法加载。

解决方案:

  1. 删除损坏的模型目录
    关闭软件后,删除整个文件夹:
    D:/pyvideotrans-v4.12/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo
  2. 重新获取模型

    • 重新打开软件执行任务,软件会自动重新下载模型;
    • 若自动下载反复失败(国内网络无法直连 HuggingFace),请手动从以下地址下载所有文件
      https://huggingface.co/mobiuslabsgmbh/faster-whisper-large-v3-turbo/tree/main
    • 将下载好的所有文件(含 model.binconfig.jsontokenizer.json 等)放入上述已删除的文件夹路径中,注意文件名不可被浏览器重命名(如 model(2).bin 必须改回 model.bin)。
  3. 检查代理稳定性
    你当前配置了代理 http://127.0.0.1:10808,若代理网络不稳定,大文件下载容易中断导致文件不完整。建议改用稳定代理后重试。
  4. 验证文件完整性
    确保 model.bin 文件大于 1GB(large-v3-turbo 模型约 1.6GB),若文件很小则说明下载不完整,需重新下载。
相关文档:手动下载模型
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