• Joined on 2023-06-24
Atoli opened issue mrq/ai-voice-cloning#466 2024-01-08 21:49:42 +00:00
"Unsupported audio format provided: .pth"
Atoli closed issue mrq/ai-voice-cloning#284 2023-06-27 14:07:06 +00:00
Unable to complete training.
Atoli commented on issue mrq/ai-voice-cloning#284 2023-06-27 14:07:01 +00:00
Unable to complete training.

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…

Atoli opened issue mrq/ai-voice-cloning#284 2023-06-26 21:43:22 +00:00
Unable to complete training.
Atoli commented on issue mrq/ai-voice-cloning#279 2023-06-26 14:55:28 +00:00
Missing dataset: whisper.json.

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…

Atoli closed issue mrq/ai-voice-cloning#279 2023-06-26 14:55:28 +00:00
Missing dataset: whisper.json.
Atoli commented on issue mrq/ai-voice-cloning#279 2023-06-25 20:58:02 +00:00
Missing dataset: whisper.json.

"[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…

Atoli commented on issue mrq/ai-voice-cloning#279 2023-06-25 19:32:24 +00:00
Missing dataset: whisper.json.

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…

Atoli commented on issue mrq/ai-voice-cloning#279 2023-06-25 03:11:35 +00:00
Missing dataset: whisper.json.

Hmm, it's a valid .wav file... it should be able to convert it from there. Can you try running whisperx on (or just whisper if that's what you have installed) and see if it throws an…

Atoli commented on issue mrq/ai-voice-cloning#279 2023-06-25 00:39:49 +00:00
Missing dataset: whisper.json.

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…

Atoli commented on issue mrq/ai-voice-cloning#279 2023-06-24 20:10:32 +00:00
Missing dataset: whisper.json.

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…

Atoli commented on issue mrq/ai-voice-cloning#279 2023-06-24 13:13:48 +00:00
Missing dataset: whisper.json.

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…

Atoli opened issue mrq/ai-voice-cloning#279 2023-06-24 00:09:38 +00:00
Missing dataset: whisper.json.