Open sjperry01 opened 11 months ago
Maybe your download model file is corrupted.
Have you tried to re-download it?
Can you try another model? e.g. tiny
I have tried the download multiple times and with tiny and medium-en models as well as large-v2. Same error each time.
We tried on a different machine (desktop with a discrete GPU) and it works fine.
Seems the error comes from WhisperX. I searched the issues and there are few that have the same thing but also have workarounds. -> https://github.com/m-bain/whisperX/issues?q=SHA256+checksum
What i found so far:
float16
. ->You can change it in UltraSinger with --whisper_compute_type Change to "int8" if low on GPU mem (may reduce accuracy) >> ((default) is "float16" for cuda devices, "int8" for cpu)
Getting the below error after running this command:
py UltraSinger.py -i https://www.youtube.com/watch?v=XzOvgu3GPwY
This time I used the default large-v2 model but had tried it previously with medium - same result. This is on a Lenovo Windows 11 laptop and plenty of free disk space. Any thoughts?