#6958 Unable to open file 'model.bin' in model 'C:/Users/AZHAR/Documents/pyVdeoTrans/win-pyvideotrans-v4.11/win-pyvideotrans-v

212.102**9 Posted at: 8 hours ago

Unable to open file 'model.bin' in model 'C:/Users/AZHAR/Documents/pyVdeoTrans/win-pyvideotrans-v4.11/win-pyvideotrans-v4.11/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo',Traceback (most recent call last):
File "videotrans\process\stt_faster.py", line 86, in faster_whisper
File "videotrans\process\stt_faster.py", line 50, in _create_model
File "faster_whisper\transcribe.py", line 689, in init
RuntimeError: Unable to open file 'model.bin' in model 'C:/Users/AZHAR/Documents/pyVdeoTrans/win-pyvideotrans-v4.11/win-pyvideotrans-v4.11/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 63, in recogn
File "videotrans\recognition\__init__.py", line 211, in run
File "videotrans\recognition\_base.py", line 98, 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 270, in _new_process
videotrans.configure.excepts.VideoTransError: Unable to open file 'model.bin' in model 'C:/Users/AZHAR/Documents/pyVdeoTrans/win-pyvideotrans-v4.11/win-pyvideotrans-v4.11/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo',Traceback (most recent call last):
File "videotrans\process\stt_faster.py", line 86, in faster_whisper
File "videotrans\process\stt_faster.py", line 50, in _create_model
File "faster_whisper\transcribe.py", line 689, in init
RuntimeError: Unable to open file 'model.bin' in model 'C:/Users/AZHAR/Documents/pyVdeoTrans/win-pyvideotrans-v4.11/win-pyvideotrans-v4.11/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'

cfg=[TaskCfgVTT]当前工作模式: 翻译视频 单视频模式
原始输入文件名: G:/YT Melayu/Video 2.mp4,
输出结果保存到文件夹: G:/YT Melayu/_video_out/Video 2-mp4,
临时文件夹: C:/Users/AZHAR/Documents/pyVdeoTrans/win-pyvideotrans-v4.11/win-pyvideotrans-v4.11/tmp/7292/f119d65272
已选 清理已存在
未启用CUDA加速
未选 降噪
STT Service:faster-whisper(Built-in), large-v3-turbo, 发音语言: Arabic, 断句方式:默认断句
TranslateSrt:Microsoft Translate (Free),原始语言:Arabic,目标语言:Malay, 已选 SendSRT
TTS Service:Edge-TTS (Free), 角色:Osman(Male/MY), 配音语言:Malay, 已选 二次语音识别
音量:+0%, 语速:+0%, 已选 音频加速, 已选 视频慢速
字幕: Soft Subtitles
已选 仅输出mp4


=
system:Windows-10-10.0.19045-SP0
version:v4.11
frozen:True
language:en
root_dir:C:/Users/AZHAR/Documents/pyVdeoTrans/win-pyvideotrans-v4.11/win-pyvideotrans-v4.11

1 Replies

#1 DeepSeek reply at 8 hours ago

The error Unable to open file 'model.bin' means the faster-whisper large-v3-turbo model files are either missing or corrupted in your local model folder. The automatic download likely failed (due to network restrictions) or was interrupted, leaving the folder incomplete.

Solution

  1. Delete the broken model folder:

    C:/Users/AZHAR/Documents/pyVdeoTrans/win-pyvideotrans-v4.11/win-pyvideotrans-v4.11/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo
  2. Re-download the model using one of these methods:

    • Method A (auto): Restart the software, reselect large-v3-turbo, and let it download again. Ensure your network can access huggingface.co (or the software will auto-switch to the mirror hf-mirror.com). If using a proxy, fill it in the "Network Proxy" box on the main interface.
    • Method B (manual, recommended if auto keeps failing): Download all files from:

      https://huggingface.co/mobiuslabsgmbh/faster-whisper-large-v3-turbo/tree/main

      Place the downloaded files directly into the folder:

      ...\models\models--mobiuslabsgmbh--faster-whisper-large-v3-turbo\

      Make sure model.bin (and config.json, tokenizer.json, vocabulary.txt, etc.) are all present. Do not rename files — browsers sometimes add "(2)" to duplicate names; remove those.

  3. If the folder still fails, also check:

    • Your software path contains spaces and is under Documents. While not the direct cause, moving the entire software to a simpler path (e.g. D:\pyVideoTrans) can prevent other FFmpeg/whisper path-related issues.
    • Delete tmp/translate_cache if you suspect stale cache, though it's not the cause here.
  4. After replacing the model, restart sp.exe and try again.
Note: The large-v3-turbo model is ~1.6GB. Ensure you have sufficient disk space and a stable connection.

请查阅相关文档:

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