#7636 Unable to open file 'model.bin' in model 'C:/pyTrans/models/models--Systran--faster-whisper-medium',Traceback (most rece

190.103**2 Posted at: 1 hour ago

Unable to open file 'model.bin' in model 'C:/pyTrans/models/models--Systran--faster-whisper-medium',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:/pyTrans/models/models--Systran--faster-whisper-medium'

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 233, 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:/pyTrans/models/models--Systran--faster-whisper-medium',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:/pyTrans/models/models--Systran--faster-whisper-medium'

cfg=[TaskCfgVTT]当前工作模式: 翻译视频 单视频模式
原始输入文件名: C:/Users/Pc/Videos/video_2026-09-26_10-48-12.mp4,
输出结果保存到文件夹: C:/Users/Pc/Videos/_video_out/Hes a Dangerous LIAR-mp4/video_2026-09-26_10-48-12-mp4,
临时文件夹: C:/pyTrans/tmp/10972/6cbbb425b9
已选 清理已存在
已启用CUDA加速
未选 降噪
STT Service:faster-whisper(Built-in), medium, 发音语言: English, 断句方式:默认断句
TranslateSrt:Microsoft Translate (Free),原始语言:English,目标语言:Khmer, 已选 SendSRT
TTS Service:Edge-TTS (Free), 角色:Sreymom(Female/KH), 配音语言:Khmer, 未选 二次语音识别
音量:+0%, 语速:+0%, 未选 音频加速, 已选 视频慢速
字幕: Hard Subtitles
已选 仅输出mp4
video_duration_ms=148448


=
system:Windows-10-10.0.26200-SP0
version:v4.12
frozen:True
language:en_US
root_dir:C:/pyTrans

1 Replies

#1 DeepSeek reply at 1 hour ago

Your faster-whisper-medium model download is incomplete/corrupted — the required model.bin file is missing from C:/pyTrans/models/models--Systran--faster-whisper-medium.

The error Unable to open file 'model.bin' means the model folder exists but its core weight file was not fully downloaded (network interruption during auto-download is the usual cause, since these models come from huggingface.co which is unstable in many regions).

Fix (manual download):

  1. Delete the entire folder: C:/pyTrans/models/models--Systran--faster-whisper-medium
  2. Download all files from: https://huggingface.co/Systran/faster-whisper-medium/tree/main

  3. Create a new folder named exactly models--Systran--faster-whisper-medium under C:/pyTrans/models/, and place all downloaded files inside it (make sure model.bin and the tokenizer/config files are present and use their original names — browsers sometimes rename duplicates to model(2).bin, which must be renamed back).
  4. Retry the task with Clear Output checked.

Alternatives if download keeps failing:

  • Switch to a smaller model (e.g.

    small or base) in Advanced Options → ASR Settings → faster-whisper model list, or in the STT model selector.
  • Consider using Qwen-ASR(Built-in) or another channel whose model downloads more reliably for you.

Note on your settings: Your target is Khmer with Microsoft Translate (Free).

Khmer is a low-resource language; per the knowledge base, traditional channels (Microsoft/Google) may not properly support it and can error out.

For Khmer, use an AI LLM translation channel (e.g.

DeepSeek / OpenAI / Gemini) to avoid failures.

Please refer to the relevant 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