StyleTTS2
StyleTTS2 copied to clipboard
๐ ๐ค Pip installable package for StyleTTS 2 human-level text-to-speech and voice cloning
Not sure why but i've been getting a bunch of pauses especially when doing longer form generation -- i tried swapping out the text splitter but it doesn't seem to...
Add a speed option to the infer function https://github.com/sidharthrajaram/StyleTTS2/blob/350b8889d75a52c2c695dafa7ba4682386be0b96/src/styletts2/tts.py#L186-L195 Have tested with dividing the predicted duration by a value https://github.com/sidharthrajaram/StyleTTS2/blob/350b8889d75a52c2c695dafa7ba4682386be0b96/src/styletts2/tts.py#L267-L267 Adding `speed=1` to the function and `/ speed` to the...
Hi, Nice package! Would you mind adding the LJSpeech model? There's a separate LJSpeech model that is single-speaker. Currently, it looks like you're using the LibriTTS model to clone the...
First of all thanks a lot for providing this package! I was doing some tests for large inputs and found that when trying to send a large string (i.e. len...
#repeat- more so feature request- Add a loading bar for when you give it a very large chunk of text At the moment I'm testing out how it performs when...
Try to transcribe something with the phrase, "In the 1950's" and the numbers are stripped. It appears that numerals are being improperly stripped from text
I am trying to use TTS for devanagari script but I'm getting an error Traceback (most recent call last): File "C:\StyleTTS2\tts.py", line 7, in other_tts.inference("เคเฅเคธเฅ เคนเฅ เคเคช", output_wav_file="another_test.wav") File "C:\StyleTTS2\virt\lib\site-packages\styletts2\tts.py",...
Hi! is it possible to create a new release with the updates done? thank you :)
There are many issues opened on a missing speed parameter, like this one #6 and https://github.com/yl4579/StyleTTS/issues/3 The implementation is rather simple and many dubbing projects will benefit from this minor...
As for a high-severity [CVE in NLTK 3.8.1](https://github.com/advisories/ghsa-cgvx-9447-vcch) it is highly recommended to upgrade to at least 3.8.2 (also see [this discussion](https://github.com/nltk/nltk/issues/3266#issuecomment-2284001819)). This also introduces a breaking change as users...