-
https://git.ecker.tech/ aims to provide a place to share my efforts while maintaining true ownership of my code, as I do not trust GitHub.
XMR: 4B9TQdkAkBFYrbj5ztvTx89e5LpucPeTSPzemCihdDi9EBnx7btn8RDNZTBz2zihWsjMnDkzn5As1LU6gLv3KQy8BLsZ8SG
- Joined on
2022-10-10
That's with the ipa.json from 1a8c5de517 and the existing diffusion model?
Correct.
I tried again, this time with aggressive settings (LR: 0.0001, schedule: [2,4,9], and not…
Tried again, added some missing IPAs and merges; sounds like James Sunderland if he was Fr*nch: https://vocaroo.com/1c9ylHLoNrwU ("You're not Mary." => jʊɹ nɑːt mɛɹi.). Seeing the mapping…
Should be fixed in mrq/tortoise-tts commit e201746eeb.
I'm still not sure how it wasn't erroring out for me.
With the default tokenizer, yea. It just strips out all the accents.
That's because DLAS/tortoise's VoiceBpeTokenizer will preprocess all text:
text = convert_to_ascii(text)
text =…