#6982 ASR Error[faster-whisper (Local)] Unable to open file 'model.bin' in model 'C:/Users/PC1/Desktop/tool SRT/models/models-

123.27**4 Posted at: 3 hours ago

ASR Error[faster-whisper (Local)] Unable to open file 'model.bin' in model 'C:/Users/PC1/Desktop/tool SRT/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo',Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 207, in faster_whisper
File "videotrans\process\stt_fun.py", line 172, in _create_model
File "faster_whisper\transcribe.py", line 689, in init
RuntimeError: Unable to open file 'model.bin' in model 'C:/Users/PC1/Desktop/tool SRT/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'

Traceback (most recent call last):

File "videotrans\task\job.py", line 35, in run

File "videotrans\task\job.py", line 100, in process_task

File "videotrans\task\speech2text.py", line 126, in recogn

File "videotrans\recognition\__init__.py", line 190, in run

File "videotrans\recognition\_base.py", line 94, in run

File "videotrans\recognition\_whisper.py", line 36, in _exec

File "videotrans\recognition\_whisper.py", line 109, in _faster

File "videotrans\configure\base.py", line 253, in _new_process

videotrans.configure.excepts.VideoTransError: Unable to open file 'model.bin' in model 'C:/Users/PC1/Desktop/tool SRT/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo',Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 207, in faster_whisper
File "videotrans\process\stt_fun.py", line 172, in _create_model
File "faster_whisper\transcribe.py", line 689, in init
RuntimeError: Unable to open file 'model.bin' in model 'C:/Users/PC1/Desktop/tool SRT/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'
TaskCfgSTT(uuid='180bc74470', name='C:/Users/PC1/Desktop/KÊNH 5/VOCE XONG/13.mp3', dirname='C:/Users/PC1/Desktop/KÊNH 5/VOCE XONG', noextname='13', basename='13.mp3', ext='mp3', target_dir='C:/Users/PC1/Desktop/tool SRT/output/recogn', cache_folder='C:/Users/PC1/Desktop/tool SRT/tmp/17636/180bc74470', is_cuda=True, source_language=None, source_language_code=None, source_sub=None, source_wav=None, source_wav_output=None, target_language=None, target_language_code=None, target_sub='C:/Users/PC1/Desktop/tool SRT/output/recogn/13.srt', target_wav=None, target_wav_output=None, detect_language='es', recogn_type=0, model_name='large-v3-turbo', shibie_audio='C:/Users/PC1/Desktop/tool SRT/tmp/17636/180bc74470/13-1788157983.9501898.wav', remove_noise=False, enable_diariz=False, nums_diariz=0, rephrase=0, fix_punc=False)


=
system:Windows-10-10.0.26200-SP0
version:v4.01
frozen:True
language:en
root_dir:C:/Users/PC1/Desktop/tool SRT

1 Replies

#1 DeepSeek reply at 3 hours ago

The root cause is that the model.bin file for the large-v3-turbo model is missing or incompletely downloaded. The model folder exists at C:/Users/PC1/Desktop/tool SRT/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo, but the actual model file was not fully downloaded (likely due to network interruption or a failed auto-download), so faster-whisper cannot open it.

Solution:

  1. Delete the incomplete model folder:

    • Navigate to C:/Users/PC1/Desktop/tool SRT/models/
    • Delete the entire folder models--mobiuslabsgmbh--faster-whisper-large-v3-turbo
  2. Restart the app and retry the task. The software will automatically re-download the model. If auto-download succeeds, the error will be resolved.
  3. If automatic download keeps failing, manually download all files from:

  4. Optional but recommended: Your version is v4.01, which is outdated. Upgrade to the latest version v4.11 to avoid other potential bugs.
Note: The path tool SRT contains a space. This is generally tolerated, but if the above fix does not help, consider moving the software to a path without spaces or special characters (e.g., D:/pyVideoTrans).

Please consult 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