accountts
  • Joined on Feb 10, 2023

accountts commented on issue mrq/ai-voice-cloning#113

Generated voices from training data always garbled.... but works fine using tortoise-tts-fast ... (?)

> The biggest problem I'm having when it comes to transcription, even when using WhisperX, is the transcribed text having a full sentence, but the audio having the first or last word or two cut…

2023-03-11 11:41:14 +07:00

accountts commented on issue mrq/ai-voice-cloning#100

! POSSIBLE NEW ISSUES !

I don't know if it's related, but it's now 4 times "slower" for each preset (for instance, ultra used to set 16 samples that amounted to 4 autoregressive steps, now it sets 16 samples and 16…

2023-03-09 23:19:58 +07:00

accountts commented on issue mrq/ai-voice-cloning#103

! RETRAIN YOUR MODELS !

Unless I'm mistaken you did not implement the same way, you set -sub where he set sub `return text_logits[:, :sub]` vs `return text_logits[:, :-sub]` Is this intended ? I still don't…

2023-03-09 22:18:23 +07:00

accountts commented on issue mrq/ai-voice-cloning#60

Share your models

> Where do you place the models , I am a bit confused about where finetuned models go and where just models go Place your custom models here './training/finetunes/{voice}.pth' https://git.eck…

2023-03-07 10:46:21 +07:00

accountts commented on issue mrq/ai-voice-cloning#81

Train.py Traceback Error

That line tries to load your training yaml file. I assume you're launching train.bat You have to pass the yaml file to train.bat like this `train.bat "./training/yourvoice/train.yaml"`

2023-03-07 10:41:57 +07:00

accountts commented on issue mrq/tortoise-tts#9

Keeping gradio from phoning home

I'm still getting attempts at some outside connections ``` Exception in callback _ProactorBasePipeTransport._call_connection_lost(None) handle: <Handle _ProactorBasePipeTransport._call_connec…

2023-02-27 01:02:34 +07:00

accountts commented on issue mrq/ai-voice-cloning#25

Discussion About BitsAndBytes Integration

Hi I had the same error. `copy .\dlas\bitsandbytes_windows\* .\venv\Lib\site-packages\bitsandbytes\. /Y` didn't overwrite for me, I still had to copy manually. Now it's training fine on…

2023-02-24 12:44:11 +07:00

accountts commented on issue mrq/ai-voice-cloning#11

Cuda out of memory

I had better results by regenerating voice latents after switching the model to the trained one. Are voice latents tied to the model maybe ?

2023-02-20 00:38:32 +07:00

accountts commented on issue mrq/ai-voice-cloning#8

"IndexError: list index out of range" at the first step of training in ./dlas/codes/trainer/steps.py", line 214, in do_forward_backward

Same result as you here. This particular issue seems fixed but I still can't get it to run on 8GB VRAM, always OOM. Maybe the model is too big to be trained on 8GB.

2023-02-19 23:34:44 +07:00

accountts closed issue mrq/ai-voice-cloning#9

Can't get finetuned model to load using the UI

2023-02-19 16:46:42 +07:00

accountts commented on issue mrq/ai-voice-cloning#9

Can't get finetuned model to load using the UI

yep, that fixed it.

2023-02-19 16:46:25 +07:00

accountts opened issue mrq/ai-voice-cloning#9

Can't get finetuned model to load using the UI

2023-02-19 16:07:17 +07:00

accountts commented on issue mrq/ai-voice-cloning#8

"IndexError: list index out of range" at the first step of training in ./dlas/codes/trainer/steps.py", line 214, in do_forward_backward

I set 50 iterations just to try to get it going on my GPU. I ended up training on tts-fast colab and stopped it at 600 this is the yaml that colab created https://pastebin.com/E9wNJYmt then…

2023-02-19 15:52:02 +07:00

accountts opened issue mrq/ai-voice-cloning#8

"IndexError: list index out of range" at the first step of training in ./dlas/codes/trainer/steps.py", line 214, in do_forward_backward

2023-02-19 10:20:27 +07:00

accountts closed issue mrq/tortoise-tts#36

Result files still don't increment properly for me

2023-02-16 01:33:28 +07:00

accountts commented on issue mrq/tortoise-tts#36

Result files still don't increment properly for me

Thanks that fixed it. Cheers

2023-02-16 01:33:25 +07:00

accountts commented on issue mrq/tortoise-tts#36

Result files still don't increment properly for me

Welp, still the same for me. Emptied the result directory for this voice, generated 3 times, and ended up with only files 00000 and 00001, with second attempt overwritten. Only thing suspicious…

2023-02-16 00:41:16 +07:00

accountts opened issue mrq/tortoise-tts#36

Result files still don't increment properly for me

2023-02-15 20:16:33 +07:00

accountts opened issue mrq/tortoise-tts#15

Shouldn't Cuda have priority over DML ?

2023-02-10 12:08:02 +07:00