That's a pytorch error, if you google it you will find some suspected causes and possible workarounds.
For anyone wondering, the issue seemed to be that pytorch needs more disk space.
Afte…
I believe you need to install it via pip so it can be used in the python virtual environment. Could be the root cause of your problem.
Greetings.
I found out the issue: ffmpeg was not set…
"[WinError 2] The system cannot find the file specified" is the same error as before, so it looks like the problem is not related to the cloning software but more likely something to do with…
Try running
whisper
from the command line on the .wav file and see if it works.
I did so, literally whisper Flonne.wav
where Flonne wav file was.
It "generated" something that was…
Hmm, it's a valid .wav file... it should be able to convert it from there. Can you try running
whisperx
on (or justwhisper
if that's what you have installed) and see if it throws an…
Please run
ffprobe
on the file and post the results.
Sure.
C:\ffmpeg>ffprobe -loglevel 0 -show_format -show_streams Flonne.wav [STREAM] index=0 codec_name=pcm_s16le codec_long_name=P…
Thank you for answer.
It's the second-to-last message that indicates the root of the problem. It can't find the file, so it can't transcribe anything, so the whisper.json never gets…
Something may have gone wrong with the transcription, please post your console log.
Here it is.
Extra information to replicate my issue:
The voice, Flonne, was obtained from the…