erew123 / alltalk_tts

AllTalk is based on the Coqui TTS engine, similar to the Coqui_tts extension for Text generation webUI, however supports a variety of advanced features, such as a settings page, low VRAM support, DeepSpeed, narrator, model finetuning, custom models, wav file maintenance. It can also be used with 3rd Party software via JSON calls.
GNU Affero General Public License v3.0
1.14k stars 118 forks source link

Mistake with letters #337

Closed Mubumbutu closed 2 months ago

Mubumbutu commented 2 months ago

Hi, I wanted to use alltalk to easily add voice to videos with the “Subtitles Edit” program. After many hours of installing and configuring, I was able to do everything.

And like a thunder out of the clear sky I encountered an insurmountable problem for me. Alltalk tts automatically removes letters from my native language like ą, ę, ś, ć, ł, ń on the “http://127.0.0.1:7851/static/tts_generator/tts_generator.html” page.

On the “main page” of http://127.0.0.1:7851/ there is an option “Demo/Test TTS” and there everything works fine, but the program “Subtitles Edit” apparently uses this version with the letters cut off.

Is there any way for it to generate the voice in my language, since it is in the options?

Zrzut ekranu 2024-09-10 215657 Zrzut ekranu 2024-09-10 215835 Zrzut ekranu 2024-09-10 215946 Zrzut ekranu 2024-09-10 220521

erew123 commented 2 months ago

I would suggest upgrading to AllTalk V2 https://github.com/erew123/alltalk_tts?tab=readme-ov-file#alltalk-version-2-beta-availability-how-to-get-version-2

In there you have full control over all character sets passing though in the Gradio interface under the API Defaults:

image

and natively, those will pass through without any issues:

image

Thanks

Mubumbutu commented 2 months ago

I have to thank you from the bottom of my heart. After installing it, the situation turned around – on the main page (demo?), it doesn’t see them, but in the generator, it works correctly, and thanks to that, the Subtitles Edit program reads them properly.