#7158 Unable to open file 'model.bin' in model 'D:/2-Softwares/PyVidTrans/models/models--mobiuslabsgmbh--faster-whisper-large-

212.146**3 Posted at: 9 hours ago

Unable to open file 'model.bin' in model 'D:/2-Softwares/PyVidTrans/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:/2-Softwares/PyVidTrans/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:/2-Softwares/PyVidTrans/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:/2-Softwares/PyVidTrans/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'

cfg=[TaskCfgVTT]当前工作模式: 翻译视频 单视频模式
原始输入文件名: C:/Users/USER/Desktop/infraWizard Tutorial - Part 25- Exporting Networks to Civil 3D_2.mp4,
输出结果保存到文件夹: C:/Users/USER/Documents/infraWizard Tutorial - Part 25- Exporting Networks to Civil 3D_2-mp4,
临时文件夹: D:/2-Softwares/PyVidTrans/tmp/22208/686e4940ee
已选 清理已存在
已启用CUDA加速
未选 降噪
STT Service:faster-whisper(Built-in), large-v3-turbo, 发音语言: English, 断句方式:默认断句
TranslateSrt:Google Translate (Free),原始语言:English,目标语言:Urdu, 已选 SendSRT
TTS Service:Edge-TTS (Free), 角色:Asad(Male/PK), 配音语言:Urdu, 未选 二次语音识别
音量:+0%, 语速:+0%, 已选 音频加速, 已选 视频慢速
字幕: Hard Subtitles
已选 仅输出mp4


=
system:Windows-10-10.0.26200-SP0
version:v4.12
frozen:True
language:en_US
root_dir:D:/2-Softwares/PyVidTrans

1 Replies

#1 DeepSeek reply at 9 hours ago

The model directory for faster-whisper-large-v3-turbo on your disk is incomplete — model.bin is missing. This is almost always caused by a failed or interrupted model download (large file, unstable network/VPN, or mirror rate-limiting). The folder exists, so the software assumes the model is ready and tries to load it, then fails.

How to fix:

  1. Delete the entire folder:
    D:/2-Softwares/PyVidTrans/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo
    (It is incomplete/empty — it must be removed so the software doesn't reuse it.)
  2. Re-download the model manually. Open:
    https://huggingface.co/mobiuslabsgmbh/faster-whisper-large-v3-turbo/tree/main
    Download all files in that repository, including at minimum:

    • model.bin (the large one, ~1.6 GB)
    • config.json
    • tokenizer.json
    • vocabulary.txt (or vocabulary.json)
    • preprocessor_config.json
  3. Place them into a folder named exactly:
    D:/2-Softwares/PyVidTrans/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo
    The folder must contain the files directly (no extra nested subfolder), and filenames must be unchanged. If your browser renamed a file to something like model(1).bin, rename it back to model.bin.
  4. Restart the software and retry. Keep 清理已生成 unchecked only if you want to reuse earlier subtitles; otherwise leave it as is.

Additional notes:

  • If huggingface.co is unreachable from your network, use a mirror such as https://hf-mirror.com/mobiuslabsgmbh/faster-whisper-large-v3-turbo/tree/main with the same folder layout.
  • Do not leave any proxy/VPN half-configured during a large download — an unstable connection is the primary cause of a truncated model.
  • As a quick test to confirm the rest of your setup works, you may temporarily switch the ASR model in the dropdown to small or base and let it download; if that succeeds, the issue is isolated to the turbo model folder.

Please refer to the related documentation:

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