#7450 Unable to open file 'model.bin' in model 'D:/xinsujian/4.10/Windows/models/models--Systran--faster-whisper-large-v3',Tra

223.90**9 Posted at: 1 hour ago

Unable to open file 'model.bin' in model 'D:/xinsujian/4.10/Windows/models/models--Systran--faster-whisper-large-v3',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:/xinsujian/4.10/Windows/models/models--Systran--faster-whisper-large-v3'

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:/xinsujian/4.10/Windows/models/models--Systran--faster-whisper-large-v3',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:/xinsujian/4.10/Windows/models/models--Systran--faster-whisper-large-v3'

cfg=[TaskCfgVTT]当前工作模式: 翻译视频 单视频模式
原始输入文件名: C:/Users/Administrator/Desktop/字幕/888.mp4,
输出结果保存到文件夹: C:/Users/Administrator/Desktop/888-mp4,
临时文件夹: D:/xinsujian/4.10/Windows/tmp/3148/2cc6873cd1
已选 清理已存在
已启用CUDA加速
未选 降噪
语音识别:faster-whisper(内置), large-v3, 发音语言: 英语, 断句方式:LLM重新断句
翻译渠道:DeepSeek,原始语言:英语,目标语言:日语, 已选 发送完整字幕
配音渠道:自定义TTS API, 角色:Keita(Male/JP), 配音语言:日语, 未选 二次语音识别
音量:+0%, 语速:+0%, 已选 音频加速, 未选 视频慢速
字幕: 嵌入软字幕
代理地址:http://127.0.0.1:7897


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

1 Replies

#1 DeepSeek reply at 1 hour ago

这是因为 faster-whisper 的 large-v3 模型文件(model.bin)下载不完整或下载失败导致的,软件无法在指定目录找到可用的模型文件。模型体积较大(约 3GB),从 huggingface.co 下载时国内网络不稳定,非常容易出现只下载了一部分或直接失败的情况。

解决方法(按顺序操作):

  1. 删除已损坏的模型目录
    彻底删除 D:/xinsujian/4.10/Windows/models/models--Systran--faster-whisper-large-v3 整个文件夹。
  2. 手动下载模型(推荐,最稳妥)

    • 打开下载地址:https://huggingface.co/Systran/faster-whisper-large-v3/tree/main
    • 下载该页面内的全部文件(包括 model.binconfig.jsontokenizer.jsonvocabulary.txt 等)。
    • 若无法访问,可改用镜像站:https://hf-mirror.com/Systran/faster-whisper-large-v3/tree/main
    • 将下载的所有文件放入新建目录:
      D:/xinsujian/4.10/Windows/models/models--Systran--faster-whisper-large-v3
    • 注意:下载时若有同名文件被浏览器自动重命名(如 model(1).bin),必须改回原名 model.bin
  3. 重启软件后重新执行任务。

补充建议:

  • 若只是临时想先跑通流程,可先将语音识别模型改为 smallmedium,体积更小、下载成功率更高。
  • 也可改用 large-v3-turbo 模型,速度更快、体积更小,下载地址:https://huggingface.co/mobiuslabsgmbh/faster-whisper-large-v3-turbo/tree/main,存放位置为 D:/xinsujian/4.10/Windows/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo

请查阅相关文档:

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