SyntheticVoices closed issue mrq/ai-voice-cloning#406 2023-10-12 23:01:43 +00:00
selected index k out of range when attempting to gen more than 2 candidates
SyntheticVoices opened issue mrq/ai-voice-cloning#406 2023-10-10 10:20:31 +00:00
selected index k out of range when attempting to gen more than 2 candidates
SyntheticVoices opened issue mrq/ai-voice-cloning#401 2023-10-05 21:45:30 +00:00
Elevens Labs Adam Premade voice T-TTS/RVC model weights
SyntheticVoices commented on issue mrq/ai-voice-cloning#386 2023-09-17 20:48:20 +00:00
Implementing XTTS by coqui?

How strange, I did do some tests with XTTS's tokenizer but I didn't notice anything different. However, I did trigger some assertions when using [{lang}] Text, as it was trying to do redaction…

SyntheticVoices commented on issue mrq/ai-voice-cloning#386 2023-09-16 14:07:25 +00:00
Implementing XTTS by coqui?

Make sure you've updated tortoise-tts with:

cd .\modules\tortoise-tts\
git pull

Yep it updated and I screwed up by not by downloading the Tokenizer correctly initally.…

SyntheticVoices commented on issue mrq/ai-voice-cloning#386 2023-09-16 13:21:25 +00:00
Implementing XTTS by coqui?
Stored autoregressive model to settings: ./models/tortoise/autoregressive.pth
Loading autoregressive model: ./models/tortoise/autoregressive.pth
Traceback (most recent call last):
  File…
SyntheticVoices commented on issue mrq/ai-voice-cloning#386 2023-09-16 12:48:38 +00:00
Implementing XTTS by coqui?

Alrighty, I've converted the weights over and did some small tweaks to load it in TorToiSe. When it's uploaded, it'll be under https://huggingface.co/ecker/coqui-xtts.

Samples (using…

SyntheticVoices commented on issue mrq/ai-voice-cloning#359 2023-08-30 17:23:41 +00:00
Are YouTube rips entirely unusable for finetuning?

I use youtube all the time to train models. IMO if there is no background music don't bother with UVR.

SyntheticVoices opened issue mrq/ai-voice-cloning#342 2023-08-24 10:16:54 +00:00
German Tokenizer
SyntheticVoices closed issue mrq/ai-voice-cloning#326 2023-08-19 10:37:59 +00:00
WhisperX models (Large issue)
SyntheticVoices commented on issue mrq/ai-voice-cloning#326 2023-08-15 20:08:42 +00:00
WhisperX models (Large issue)

\ai-voice-cloning\venv\lib\site-packages\faster_whisper\utils.py - I edited this file and just added a large on line 22 and that seems to have work. Just to check this was the correct thing to do?

SyntheticVoices opened issue mrq/ai-voice-cloning#326 2023-08-15 19:56:38 +00:00
WhisperX models (Large issue)
SyntheticVoices commented on issue mrq/ai-voice-cloning#319 2023-08-02 09:04:51 +00:00
Transcription and diarization (speaker identification) - Easy dataset building?

Did you successfully get a transcript from it? If not, do so, so you have a baseline for the output to expect. If so than simply replace primarySpeaker with your desired speaker when its looping…

SyntheticVoices commented on issue mrq/ai-voice-cloning#319 2023-08-01 19:41:01 +00:00
Transcription and diarization (speaker identification) - Easy dataset building?

Long story short, I seem to have an issue with diarization not working that i need to sort out first

I've been considering releasing a full dataset preparation pipeline for…

SyntheticVoices commented on issue mrq/ai-voice-cloning#319 2023-08-01 08:37:49 +00:00
Transcription and diarization (speaker identification) - Easy dataset building?

Long story short, I seem to have an issue with diarization not working that i need to sort out first

I've been considering releasing a full dataset preparation pipeline for tortoise but…

SyntheticVoices commented on issue mrq/ai-voice-cloning#319 2023-07-31 21:01:02 +00:00
Transcription and diarization (speaker identification) - Easy dataset building?

Long story short, I seem to have an issue with diarization not working that i need to sort out first

SyntheticVoices commented on issue mrq/ai-voice-cloning#319 2023-07-31 20:03:52 +00:00
Transcription and diarization (speaker identification) - Easy dataset building?

`import whisperx import torch import soundfile as sf import numpy as np

def move_to_device(obj, device): if isinstance(obj, dict): return {key: move_to_device(value, device)…

SyntheticVoices commented on issue mrq/ai-voice-cloning#319 2023-07-31 19:53:22 +00:00
Transcription and diarization (speaker identification) - Easy dataset building?

It's supported by whisperx, see notes on Speaker Diarization in the README.

Thanks, but as far I can…

SyntheticVoices commented on issue mrq/ai-voice-cloning#319 2023-07-30 23:14:56 +00:00
Transcription and diarization (speaker identification) - Easy dataset building?

It's supported by whisperx, see notes on Speaker Diarization in the README.

Thanks, but as far I can understand…

SyntheticVoices commented on issue mrq/ai-voice-cloning#296 2023-07-30 16:00:22 +00:00
Audio artifacts/repetitive words after training

repetitive words are usually the audio and train.txt not matching...which happens a lot even with WhisperX