#3333 RuntimeError: Unable to open file 'model.bin' in model 'C:/Users/House Dev/Downloads/PyVideo/models/models--mobiuslabsgm

2804:14c* Posted at: 3 days ago 👁30

Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 181, in faster_whisper
File "faster_whisper\transcribe.py", line 689, in init
RuntimeError: Unable to open file 'model.bin' in model 'C:/Users/House Dev/Downloads/PyVideo/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'


=
system:Windows-10-10.0.26200-SP0
version:v3.97
frozen:True
language:en
root_dir:C:/Users/House Dev/Downloads/PyVideo

1 Replies

This error occurs because the faster-whisper model file (model.bin) is missing from the specified directory. The model download from HuggingFace likely failed or was incomplete.

Solution Steps:

  1. Manually download the model: Go to the HuggingFace model page (e.g., for mobiuslabsgmbh/faster-whisper-large-v3-turbo) and download the model.bin file.
  2. Place the file correctly: Copy the downloaded model.bin file into the folder C:/Users/House Dev/Downloads/PyVideo/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo.
  3. Alternative - Use a different model: In the software settings, try switching to a different faster-whisper model that you have already downloaded (e.g., large-v2 or large-v3 from Systran).
  4. Check network proxy: If you frequently encounter model download failures, configure a "Network Proxy" in the software's settings to access HuggingFace.

Important Note: Ensure your software installation path does not contain spaces. Your current path C:/Users/House Dev/... contains a space in "House Dev". This can cause various issues. It is strongly recommended to move the entire PyVideo folder to a path without spaces or special characters, such as D:\pyVideoTrans.

Please refer to the relevant documentation:

Post Your Reply
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.

Related resource

Similar issues already exist