The model newly proposed three significant important methods to become the best practice of AR TTS.
- Although RVQ is used, the actual training employs continuous features, I call it fake discretization.
- All in one model. The model contains gpt, diffusion, vqvae, gan and flowvae all in one. One train one inference.
- Both prefixed spk emb and prompt are used to get benefit from both Valle type inference and Tortoise type training.
Here is the result obtained after the model was trained on 10000 hours of very dirty data. The model can be easily scaled up with many low quality data.
prompt 0
prompt00.mov
generated 0
prompt01.mov
prompt 1
prompt10.mov
generated 1
prompt12.mov
prompt 2
prompt20.mov
generated 2
prompt21.mov
check api.py
Change the path contains audios in script and run
python prepare/0_vad_asr_save_to_jsonl.py
accelerate launch train.py
For fine tuning, change the pretrain model load path.
VQ and VITS from GSV
Diffusion and GPT from tortoise