tegnike / aituber-kit

AITuber Kit
https://aituber-kit.vercel.app
MIT License
259 stars 54 forks source link

add TTS local for other languages #15

Closed zeak6464 closed 5 months ago

zeak6464 commented 5 months ago

Wanting to use TTS local instead of using TTS cloud, would that be possible ?

tegnike commented 5 months ago

Now we can use VOICEVOX, but actually it's just for Japanese.
Do you know good local TTS services of other languages??

zeak6464 commented 5 months ago

on windows you could do this

https://github.com/c4collins/local-tts

and use the command "main.exe --message "AI MESSAGE HERE" --voice 0 --rate 150"

tegnike commented 5 months ago

Thanks, I'll check it 👍

yelban commented 5 months ago

GPT-SoVITSもおすすめです。基本モデルは日本語、英語、そして中国語をサポートしています。 API方式での推論エンドポイントも提供しており、ストリームもサポートしています。 https://github.com/RVC-Boss/GPT-SoVITS

http://localhost:9883/tts_stream/?text=推論するためのメッセージ内容

tegnike commented 5 months ago

@yelban ありがとうございます! こちらのほうが最近も更新されていて良い感じですね。検討します!!

zeak6464 commented 5 months ago

GPT-SoVITSもおすすめです。基本モデルは日本語、英語、そして中国語をサポートしています。 API方式での推論エンドポイントも提供しており、ストリームもサポートしています。 https://github.com/RVC-Boss/GPT-SoVITS

http://localhost:9883/tts_stream/?text=推論するためのメッセージ内容

how do i set this up with the AI ?

tegnike commented 5 months ago

@zeak6464

I added Style-Bert-VITS2 for multi-language TTS. Please check it👍

21