#7139 Unable to open file 'model.bin' in model 'C:/Users/yudd/Downloads/Compressed/New folder (2)/models/models--mobiuslabsgmb

2402**f492 Posted at: 1 hour ago

Unable to open file 'model.bin' in model 'C:/Users/yudd/Downloads/Compressed/New folder (2)/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/yudd/Downloads/Compressed/New folder (2)/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 'C:/Users/yudd/Downloads/Compressed/New folder (2)/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/yudd/Downloads/Compressed/New folder (2)/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'

cfg=[TaskCfgVTT]当前工作模式: 翻译视频 单视频模式
原始输入文件名: C:/Users/yudd/Downloads/Video/Ketika Veteran Perang Dunia II Main Game FPS.mp4,
输出结果保存到文件夹: C:/Users/yudd/Downloads/Video/_video_out/Ketika Veteran Perang Dunia II Main Game FPS-mp4,
临时文件夹: C:/Users/yudd/Downloads/Compressed/New folder (2)/tmp/10248/53c995560d
已选 清理已存在
未启用CUDA加速
未选 降噪
STT Service:faster-whisper(Built-in), large-v3-turbo, 发音语言: Indonesian, 断句方式:默认断句
TranslateSrt:Google Translate (Free),原始语言:Indonesian,目标语言:English, 已选 SendSRT
TTS Service:Edge-TTS (Free), 角色:Yan(Female/HK), 配音语言:English, 未选 二次语音识别
音量:+0%, 语速:+0%, 已选 音频加速, 未选 视频慢速
字幕: Hard Subtitles


=
system:Windows-10-10.0.26100-SP0
version:v4.12
frozen:True
language:en_US
root_dir:C:/Users/yudd/Downloads/Compressed/New folder (2)

1 Replies

#1 DeepSeek reply at 1 hour ago

The error "Unable to open file 'model.bin'" means the model files for faster-whisper-large-v3-turbo are either missing or incompletely downloaded (a partial download often leaves folder contents looking present but actually corrupt/incomplete).

Solution

  1. Close pyVideoTrans completely.
  2. Delete the incomplete model folder:

    C:/Users/yudd/Downloads/Compressed/New folder (2)/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo

    Delete the entire models--mobiuslabsgmbh--faster-whisper-large-v3-turbo folder.

  3. Manually download the model (since automatic download often fails on these large files):

    • Go to: https://huggingface.co/mobiuslabsgmbh/faster-whisper-large-v3-turbo/tree/main
    • Download all files from that page (config.json, model.bin, tokenizer.json, vocabulary.json, etc.)
    • Place them into a newly created folder:

      C:/Users/yudd/Downloads/Compressed/New folder (2)/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo
    • Important: Make sure the files are not renamed by the browser (e.g., model(2).bin). They must be named exactly as on the site.
  4. Restart pyVideoTrans and try again.

Additional Recommendation

Your software is installed in a path with spaces and parentheses:

C:/Users/yudd/Downloads/Compressed/New folder (2)/

This is not recommended and can cause various FFmpeg / model-loading issues. Move the entire software folder to a simple English path, e.g.:

D:\pyVideoTrans

Then re-do step 3 (place the model into D:\pyVideoTrans\models\models--mobiuslabsgmbh--faster-whisper-large-v3-turbo).


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