#7474 Model has been downloaded but the SHA256 checksum does not not match. Please retry loading the model.:Traceback (most re

51.68**3 Posted at: 1 hour ago

Model has been downloaded but the SHA256 checksum does not not match. Please retry loading the model.:Traceback (most recent call last):
File "videotrans\process\stt_openai.py", line 55, in openai_whisper
File "whisper\__init__.py", line 137, in load_model
File "whisper\__init__.py", line 91, in _download
RuntimeError: Model has been downloaded but the SHA256 checksum does not not match. Please retry loading the model.

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 39, in _exec
File "videotrans\recognition\_whisper.py", line 81, in _openai
File "videotrans\configure\base.py", line 264, in _new_process
videotrans.configure.excepts.VideoTransError: Model has been downloaded but the SHA256 checksum does not not match. Please retry loading the model.:Traceback (most recent call last):
File "videotrans\process\stt_openai.py", line 55, in openai_whisper
File "whisper\__init__.py", line 137, in load_model
File "whisper\__init__.py", line 91, in _download
RuntimeError: Model has been downloaded but the SHA256 checksum does not not match. Please retry loading the model.

cfg=[TaskCfgVTT]当前工作模式: 翻译视频 单视频模式
原始输入文件名: C:/Users/g1347/Desktop/LABVIEW教程/01 - Writing Your First NI LabVIEW Program.mp4,
输出结果保存到文件夹: C:/Users/g1347/Desktop/LABVIEW教程/_video_out/01 - Writing Your First NI LabVIEW Program-mp4,
临时文件夹: C:/Users/g1347/Downloads/win-pyvideotrans-v4.12-0913/tmp/42764/2b2e619a82
已选 清理已存在
已启用CUDA加速
未选 降噪
语音识别:openai-whisper(内置), large-v3-turbo, 发音语言: 英语, 断句方式:默认断句
翻译渠道:MiniMax AI,原始语言:英语,目标语言:简体中文, 已选 发送完整字幕
配音渠道:Edge-TTS(免费), 角色:Yunyang(Male/CN), 配音语言:简体中文, 未选 二次语音识别
音量:+0%, 语速:+0%, 已选 音频加速, 未选 视频慢速
字幕: 嵌入软字幕(双) 目标语言在上双字幕
代理地址:http://127.0.0.1:7890
video_duration_ms=201326


=
system:Windows-10-10.0.26200-SP0
version:v4.12
frozen:True
language:zh_CN
root_dir:C:/Users/g1347/Downloads/win-pyvideotrans-v4.12-0913

1 Replies

#1 DeepSeek reply at 1 hour ago

您使用的是 openai-whisper(内置) 渠道,其模型文件为 .pt 格式(存储于 软件目录/models/ 下)。该报错说明模型文件虽已下载,但文件损坏或不完整,导致 SHA256 校验失败。

解决方案:

  1. 进入软件目录下的 models 文件夹(路径为 C:/Users/g1347/Downloads/win-pyvideotrans-v4.12-0913/models)。
  2. 找到并删除已损坏的模型文件:large-v3-turbo.pt
  3. 手动重新下载该模型文件(因自动下载易失败),下载地址:
    https://openaipublic.azureedge.net/main/whisper/models/aff26ae408abcba5fbf8813c21e62b0941638c5f6eebfb145be0c9839262a19a/large-v3-turbo.pt
  4. 将下载完成的 large-v3-turbo.pt 直接放入上述 models 文件夹内(不要改文件名)。
  5. 建议可临时切换为 faster-whisper(内置) 渠道并选择 large-v3-turbo 模型,该渠道模型为 HuggingFace 目录结构,配合国内镜像一般下载更稳定。
注意:模型下载对网络稳定性要求较高,建议使用稳定的网络环境或代理下载。

请查阅相关文档:

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