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

Improve the TTS model loading process #22

Conversation

Kostis-S-Z
Copy link
Contributor

@Kostis-S-Z Kostis-S-Z commented Nov 27, 2024

What's changing

In PR #19 , we load the model every time we call text_to_speech which is quite inefficient. This PR makes model loading outside text_to_speech. But this has some unwanted implications....

@Kostis-S-Z Kostis-S-Z changed the base branch from main to 6-audio-generation-component November 27, 2024 16:07
@Kostis-S-Z Kostis-S-Z mentioned this pull request Nov 28, 2024
@Kostis-S-Z Kostis-S-Z marked this pull request as ready for review November 28, 2024 11:20
@Kostis-S-Z Kostis-S-Z merged commit 9d03672 into 6-audio-generation-component Nov 28, 2024
1 check passed
@Kostis-S-Z Kostis-S-Z deleted the 6-audio-generation-component-improve-model-load branch November 28, 2024 11:21
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.

1 participant