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

Added support for coqui local tts server #91

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

flukexp
Copy link
Contributor

@flukexp flukexp commented Apr 11, 2024

No description provided.

Copy link

vercel bot commented Apr 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
amica ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 25, 2024 2:39am

/>
<li className="py-4">
<FormRow label={t("Voice ID")}>
<TextInput
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do I know wich voice Ids are valid
Is there any possibility to load voiceId list and show dropdown of correct options?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do I know wich voice Ids are valid Is there any possibility to load voiceId list and show dropdown of correct options?

I am working on it.

Copy link
Contributor Author

@flukexp flukexp Apr 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do I know wich voice Ids are valid Is there any possibility to load voiceId list and show dropdown of correct options?

run this command in coqui.ai local server
tts --model_name tts_models/en/vctk/vits --list_speaker_idxs

Screen Shot 2567-04-13 at 00 53 45

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay, can we retreat this list programmatically and show dropdown of those options to the user, so no wrong settings could be selected?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that you've done hard coded list of voiceIds
That's an okay option if we have no way to retrieve most current available voiceId list programmatically

Copy link
Contributor Author

@flukexp flukexp Apr 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay, can we retreat this list programmatically and show dropdown of those options to the user, so no wrong settings could be selected?

This problem has been fixed. But users must first open the coqui.ai tts server to see the available options.

@slowsynapse
Copy link
Collaborator

Looks good. Please remove Coqui from settings as Coqui is shut down now. Thanks! Hope to merge this soon.

@slowsynapse
Copy link
Collaborator

This PR delayed, until we can get clear instructions for users on how to link Coqui running locally for users on public deployment.

@flukexp flukexp changed the title added support for coqui local tts server Added support for coqui local tts server Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants