vall-e icon indicating copy to clipboard operation
vall-e copied to clipboard

PyTorch implementation of VALL-E(Zero-Shot Text-To-Speech), Reproduced Demo https://lifeiteng.github.io/valle/index.html

Results 32 vall-e issues
Sort by recently updated
recently updated
newest added

Valle model is taking very long time to generate voices. is there any ongoing issues or PR being raised to work on it. Has there been any discussion how to...

Do I need to install the specific versions? Are the dependency versions upto date?

I am new for coder, Could anyone help to guide for train for a for particular minor languages? Will a small particular minor languages will be faster than a huge...

Hi. When training LibriTTS VALL-E with prefix mode 4, it causes pickle-load issue. Can you solve this problem? The error is in the below. I think the error is caused...

Hello! I was wondering if there was a way to train using [Libri-light](https://github.com/facebookresearch/libri-light/blob/main/data_preparation/README.md) (with transcriptions) without having to completely rewrite the data-loaders? I have never use `lhotse` but see that...

Just ran into this midst of training. I assume maybe the epoch ended and it tried to save something to disk, which is only few MB in size however. ```...

When running prepare.sh for preparing the libritts dataset I got lots of warnings like this: > _2023-04-30 21:15:25,842 WARNING [words_mismatch.py:88] words count mismatch on 100.0% of the lines (1/1) >...

This PR provides an end-to-end preparation script for Mozilla CommonVoice. I built it by copying over the Scripts from AIShell and combining it with the preparation scripts for commonvoice found...

Hi, Are you planning on releasing a pretrained model anytime? Thanks