#3367 RuntimeError: File model.bin is incomplete: failed to read a buffer of size 13107200 at position 564565422

70.173* Posted at: 1 day ago 👁15

Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 174, in faster_whisper
File "faster_whisper\transcribe.py", line 689, in init
RuntimeError: File model.bin is incomplete: failed to read a buffer of size 13107200 at position 564565422


=
system:Windows-10-10.0.26200-SP0
version:v3.97
frozen:True
language:zh
root_dir:F:/win-pyvideotrans-v3.97-225

1 Replies

这是由于从 HuggingFace 下载的 faster-whisper 模型文件不完整或已损坏导致的。

解决方案:

  1. 手动下载模型:从 HuggingFace 镜像站(如 hf-mirror.com)下载完整的 faster-whisper 模型文件。
  2. 放置模型:将下载的模型文件夹(例如 models--Systran--faster-whisper-large-v3)完整放入软件根目录下的 models/ 文件夹内。
  3. 重启软件:关闭并重新启动 pyVideoTrans,软件将自动使用本地模型文件。

详细步骤参考:

Post Your Reply