#7199 Unable to open file 'model.bin' in model 'D:/software/pyvideotrans/win-pyvideotrans-v4.12-0908/models/models--mobiuslabs

46.151**1 Posted at: 2 hours ago

Unable to open file 'model.bin' in model 'D:/software/pyvideotrans/win-pyvideotrans-v4.12-0908/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:/software/pyvideotrans/win-pyvideotrans-v4.12-0908/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:/software/pyvideotrans/win-pyvideotrans-v4.12-0908/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:/software/pyvideotrans/win-pyvideotrans-v4.12-0908/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'

cfg=[TaskCfgVTT]当前工作模式: 翻译视频 单视频模式
原始输入文件名: D:/Program/video/control/01-2.mp4,
输出结果保存到文件夹: D:/Program/video/control/_video_out/01-2-mp4,
临时文件夹: D:/software/pyvideotrans/win-pyvideotrans-v4.12-0908/tmp/30476/a33402b960
已选 清理已存在
已启用CUDA加速
未选 降噪
语音识别:faster-whisper(内置), large-v3-turbo, 发音语言: 韩语, 断句方式:默认断句
翻译渠道:DeepSeek,原始语言:韩语,目标语言:简体中文, 已选 发送完整字幕
未选 配音角色,不进行配音
字幕: 嵌入硬字幕
代理地址:http://127.0.0.1:10808


=
system:Windows-10-10.0.26200-SP0
version:v4.12
frozen:True
language:zh_CN
root_dir:D:/software/pyvideotrans/win-pyvideotrans-v4.12-0908

1 Replies

#1 DeepSeek reply at 2 hours ago

核心原因是 faster-whisper 的 large-v3-turbo 模型文件(model.bin)下载失败或不完整,导致模型无法加载。

解决方法:

  1. 删除不完整的模型目录
    删除 D:/software/pyvideotrans/win-pyvideotrans-v4.12-0908/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo 整个文件夹。
  2. 手动下载模型文件
    打开 https://huggingface.co/mobiuslabsgmbh/faster-whisper-large-v3-turbo/tree/main ,下载该页面内所有文件(重点是 model.bin)。

  3. 放置到正确位置
    将下载的全部文件放入 D:/software/pyvideotrans/win-pyvideotrans-v4.12-0908/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo 目录内。

    • 注意:若浏览器对同名文件自动加了后缀(如 model(2).bin),必须改回原名 model.bin
  4. 重新执行任务
    完成后重新运行翻译即可。
若下载实在困难,可临时将语音识别模型改为体积更小的 mediumsmall 模型,以便先跑通流程。

请查阅相关文档:

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