Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chatTTS Support #8

Open
DDXDB opened this issue Jul 15, 2024 · 4 comments
Open

chatTTS Support #8

DDXDB opened this issue Jul 15, 2024 · 4 comments
Labels
enhancement New feature or request not planned

Comments

@DDXDB
Copy link

DDXDB commented Jul 15, 2024

The following zip file contains the python implementation of ChatTTS(https://github.com/2noise/chattts) and the ChatTTS-UI(https://github.com/jianchang512/ChatTTS-ui) based API implementation.
But it was written for an old version, can it be modified and integrated into a new version?
chatTTS.zip

@t41372
Copy link
Owner

t41372 commented Jul 15, 2024

I looked into chatTTS integration a while ago. It isn't really high on my priority list because it's a very resource-consuming TTS and can hardly run in real-time unless you have a powerful Nvidia GPU. It doesn't seem very difficult, though. I will probably implement it later.

However, I will probably not use the ChatTTS-ui as I don't see why I should use it instead of just using the original chatTTS. The original chatTTS seems fine and contains some code to host an API server.

@t41372 t41372 added the enhancement New feature or request label Jul 15, 2024
@DDXDB
Copy link
Author

DDXDB commented Jul 16, 2024

I looked into chatTTS integration a while ago. It isn't really high on my priority list because it's a very resource-consuming TTS and can hardly run in real-time unless you have a powerful Nvidia GPU. It doesn't seem very difficult, though. I will probably implement it later.

However, I will probably not use the ChatTTS-ui as I don't see why I should use it instead of just using the original chatTTS. The original chatTTS seems fine and contains some code to host an API server.

I was able to run ChatTTS-UI from an intel gpu and use the api to call my hardware.

@t41372
Copy link
Owner

t41372 commented Jul 16, 2024

Does the original ChatTTS not work on intel GPU? Are there any significant advantages to using ChatTTS-UI over the original ChatTTS?
Regarding the version, I think you can open an issue to let ChatTTS-UI bump up their version or have someone else make a pull request. Changes to their repo are better made in their repo rather than me making some modifications here.

@DDXDB
Copy link
Author

DDXDB commented Jul 17, 2024

Does the original ChatTTS not work on intel GPU? Are there any significant advantages to using ChatTTS-UI over the original ChatTTS? Regarding the version, I think you can open an issue to let ChatTTS-UI bump up their version or have someone else make a pull request. Changes to their repo are better made in their repo rather than me making some modifications here.

I think there is more flexibility to connect through the API, even with a self-built back end like mine, the api is exactly the same, I have verified this in the older version of llm-vtuber and it works fine.

@t41372 t41372 self-assigned this Jul 21, 2024
@t41372 t41372 moved this to thoughts in Open-LLM-VTuber Sep 18, 2024
@t41372 t41372 removed their assignment Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request not planned
Projects
Status: thoughts
Development

No branches or pull requests

2 participants