#7288 Unable to open file 'model.bin' in model 'C:/Users/enesg/Downloads/win-PatchUpdate-v4.12-0912/models/models--mobiuslabsg

85.99**2 Posted at: 1 hour ago

Unable to open file 'model.bin' in model 'C:/Users/enesg/Downloads/win-PatchUpdate-v4.12-0912/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 'C:/Users/enesg/Downloads/win-PatchUpdate-v4.12-0912/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 232, in run
File "videotrans\recognition\_base.py", line 99, 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 'C:/Users/enesg/Downloads/win-PatchUpdate-v4.12-0912/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 'C:/Users/enesg/Downloads/win-PatchUpdate-v4.12-0912/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'

cfg=[TaskCfgVTT]当前工作模式: 翻译视频 单视频模式
原始输入文件名: C:/Users/enesg/OneDrive/Desktop/Çeviri Videolar/Sürec/Bizimle uğraşan güçler.MOV,
输出结果保存到文件夹: C:/Users/enesg/OneDrive/Desktop/Çeviri Videolar/Sürec/_video_out/Bizimle uğraşan güçler-mov,
临时文件夹: C:/Users/enesg/Downloads/win-PatchUpdate-v4.12-0912/tmp/12620/ec1a241262
已选 清理已存在
未启用CUDA加速
未选 降噪
STT Service:faster-whisper(Built-in), large-v3-turbo, 发音语言: Turkish, 断句方式:默认断句
TranslateSrt:Microsoft Translate (Free),原始语言:Turkish,目标语言:German, 已选 SendSRT
未选 配音角色,不进行配音
字幕: Soft Subtitles
video_duration_ms=81700


=
system:Windows-10-10.0.26200-SP0
version:v4.12
frozen:True
language:en_US
root_dir:C:/Users/enesg/Downloads/win-PatchUpdate-v4.12-0912

1 Replies

#1 DeepSeek reply at 1 hour ago

The error Unable to open file 'model.bin' indicates that the faster-whisper large-v3-turbo model file was not fully or correctly downloaded — the model directory exists but model.bin is missing or incomplete.

Additional issue: your software is installed at C:/Users/enesg/Downloads/win-PatchUpdate-v4.12-0912, which by its name suggests it is a patch/update package (typically ~260MB), not the full package. Patch packages do not contain complete runtime and model handling; they must be overlaid onto a full installation. Also, running from a Downloads path with non-ASCII characters in the video path (Çeviri Videolar) is not recommended.

Recommended steps:

  1. Verify you have the full package installed. A patch package alone cannot run correctly. Download the full package (~2.7GB) from the official site, extract it to a simple English path (e.g. D:\pyVideoTrans), then apply the patch on top.
  2. Move the software to a simple pure-English path. C:/Users/enesg/Downloads/win-PatchUpdate-v4.12-0912 is not ideal. Extract/relocate to something like D:\pyVideoTrans.
  3. Rename the video and its folder to plain ASCII. Çeviri Videolar/Sürec/Bizimle uğraşan güçler.MOV contains non-ASCII characters and spaces, which can cause issues. Rename to e.g. D:/videos/video1.mov.
  4. Delete and re-download the broken model. Delete the incomplete folder:
    软件目录/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo
    Then let the software download it automatically, or manually download from:
    https://huggingface.co/mobiuslabsgmbh/faster-whisper-large-v3-turbo/tree/main
    and place all files (including model.bin) into 软件目录/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo.
    Note: model downloads frequently fail due to network issues; huggingface.co is blocked in mainland China. Use a VPN/proxy or a mirror.
  5. In the meantime, switch to a smaller model (e.g. small or base) in the ASR settings to confirm the pipeline works, then re-download the turbo model.

请查阅相关文档:

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