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

[Feature request] faster load at startup #3841

Open
kalle07 opened this issue Jul 29, 2024 · 1 comment
Open

[Feature request] faster load at startup #3841

kalle07 opened this issue Jul 29, 2024 · 1 comment
Labels
feature request feature requests for making TTS better. wontfix This will not be worked on but feel free to help.

Comments

@kalle07
Copy link

kalle07 commented Jul 29, 2024

🚀 Feature Description
faster laod at startup
12sec and i use an NVSSD with 2GB/sec

Solution
leave unnessesary compling , checking, hash generation, save for next session ?!?

Additional context
Not sure to be honest, take a look through the xtts loader and all its imports:
https://github.com/coqui-ai/TTS/blob/dev/TTS/tts/models/xtts.py

and the config loader and all its imports:
https://github.com/coqui-ai/TTS/blob/dev/TTS/tts/configs/xtts_config.py

To get to exactly whats going on.
Obviously there is interactions with Huggingface transformers too, so not sure what specifically where the pre-calcuations come in e.g. it may be specifically in the calls made within huggingface transformers, which would require hugggingface to look at that, however, I

@kalle07 kalle07 added the feature request feature requests for making TTS better. label Jul 29, 2024
Copy link

stale bot commented Sep 18, 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 Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request feature requests for making TTS better. wontfix This will not be worked on but feel free to help.
Projects
None yet
Development

No branches or pull requests

1 participant