Sharrnah / whispering-ui

Native UI for the Whispering Tiger project - https://github.com/Sharrnah/whispering (live transcription / translation)
https://whispering-tiger.github.io/
MIT License
187 stars 11 forks source link

filehash check fails #13

Closed drmbt closed 2 months ago

drmbt commented 7 months ago

when trying any of the other models besides the tiny default, the download fails the filehash check, and then tries again, never clearing that point

Sharrnah commented 7 months ago

Hello. Sorry to hear that you have issues.

Are you starting it using "Original Whisper" or "Faster Whisper"? grafik

Sharrnah commented 7 months ago

i just tested it with the Small Faster Whisper model (float32 and float16) and had no issue with filehash validation.

So my best guess is currently that somehow the file does not get downloaded completely, is modified on download or something along this line.

Are you using some form of Proxy Server that might do things like that?

Can you try the alternative way of downloading? You can disable the UI downloading option under Settings -> Experimental Options -> Start downloads using the UI. grafik

and see if that solves the issue, as that is using the Python integrated downloader. But you can only see if it finishes in the Logs this way, as the UI has no way of knowing the download progress.

ghost commented 6 months ago

Same on my end with faster whisper large distilled v2

Sharrnah commented 6 months ago

Sorry. I cannot reproduce the issue.

The file on the server has the same hash as the application expects.

grafik grafik

My only guess is some form of proxy, antivirus etc. modifying the file? Not sure why it would do something like that though.

Can you maybe check if you can download the file manually?

All model links for faster whisper can be found here: https://github.com/Sharrnah/whispering/blob/main/Models/STT/faster_whisper.py#L8

Sharrnah commented 4 months ago

There might be an issue with the S3 Hoster that i encountered today as well.

It delivered an outdated file which of course results in the wrong checksum.

I am in contact with the hoster.

Sharrnah commented 2 months ago

Issue with the S3 link delivering an outdated file is solved for some time now and i haven't heard any new issue with it.

So i will close this for now. Please let me know if this is still an issue.