Results 10 comments of Ziyaad

lower the top_p to about 0.1 I put mine on 0.0 and temperature 2.0 and works flawlessly, for me that is.

Ahh man, not sure. I'm kinda new to this as well. I'm using a GT1050Ti - 4GB ram. **Sorry I can't help you further there.**

Have a look at this: https://github.com/neonbjb/tortoise-tts/blob/main/tortoise/read.py I use it this way: pip install nltk nltk divides the text from the file into per sentence, which is faster for me, instead...

> I have an open pull request to add more high quality voices to tortoise, with many audio clips in each voice. They can also be re-arranged to evoke specific...

If I am correct your using a new alphabet. Search for n_symbols, I changed mine and which had more characters. `Now mine is: n_symbols=178,` I believe it's the number of...

> > If I am correct your using a new alphabet. Search for n_symbols, I changed mine and which had more characters. Now mine is: n_symbols=178, I believe it's the...

Yeah same question.

Could it be caused by this: https://github.com/yl4579/StyleTTS2/blob/2c427fc45291d5a046d4d46eb0c99d97b0cc1606/meldataset.py#L23