generated from mozilla-ai/Blueprint-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [WIP] Add bark and parler multi support * Add config files for other models to easily test across models * Use model loading wrapper function for download_models.py * Make sure transformers>4.31.0 (required for bark model) * Add parler dependency * Use TTSModelWrapper for demo code * Use TTSModelWrapper for cli * Add outetts_language attribute * Add TTSModelWrapper * Update text_to_speech.py * Pass model-specific variables as **kwargs * Rename TTSModelWrapper to TTSInterface * Update language argument to kwargs * Remove parler from dependencies Co-authored-by: David de la Iglesia Castro <[email protected]> * Separate inference from TTSModel * Make sure config model is properly registered * Decouple loading & inference of TTS model * Decouple loading & inference of TTS model * Enable user to exit podcast generation gracefully * Add Q2 Oute version to TTS_LOADERS * Add comment for support in TTS_INFERENCE * Update test_model_loaders.py * Update test_text_to_speech.py * Remove extra "use case" examples * Add bark to readme & note about multilingual support * Reference a repo that showcases multilingual use cases * Change default model to 500M * Remove support for bark and parler models * Update docs * Remove unused code * Remove parler dep from tests * Update docs * Lint * Lint * Lint * Remove transformers dependency * Remove parler reference from docs --------- Co-authored-by: David de la Iglesia Castro <[email protected]>
- Loading branch information
1 parent
8809feb
commit 528bb24
Showing
15 changed files
with
152 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.