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

Indicate whether TTS model supports voice cloning #3293

Closed
eginhard opened this issue Nov 23, 2023 · 4 comments
Closed

Indicate whether TTS model supports voice cloning #3293

eginhard opened this issue Nov 23, 2023 · 4 comments
Labels
wontfix This will not be worked on but feel free to help.

Comments

@eginhard
Copy link
Contributor

eginhard commented Nov 23, 2023

It would be useful to check in tts_with_vc() whether the underlying model supports voice cloning directly and direct users to tts_to_file(..., speaker_wav="...") in that case to avoid issues like in #3067. Is there some way to check this easily?

most of the models needs speaker_manager if they voice clone but I don't think it applies them all. We should probably attribute them in the model classes.

Originally posted by @erogol in #3275 (comment)

@DrewThomasson
Copy link

DrewThomasson commented Nov 27, 2023

I thought it was if the model has multi-dataset in the name of the model when you make it print out all of the tts models?

#Python

print(TTS().list_models())

Or I may be thinking of something else

@eginhard
Copy link
Contributor Author

I thought it was if the model has multi-dataset in the name of the model when you make it print out all of the tts models?

How many datasets a model was trained on is unrelated to whether it supports voice cloning, it's just a coincidence if that heuristic works for the currently available pre-trained models.

@DrewThomasson
Copy link

hm, In that case I'm all for the feature your requesting

Copy link

stale bot commented Jan 2, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.

@stale stale bot added the wontfix This will not be worked on but feel free to help. label Jan 2, 2024
@stale stale bot closed this as completed Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on but feel free to help.
Projects
None yet
Development

No branches or pull requests

2 participants