-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Dev v0.0.10 #2
Merged
Dev v0.0.10 #2
Conversation
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
Added info if model already downloaded in --list_models
this should fixe the device mismatch as seen here mozilla/TTS#622 (comment)
fix device mismatch wavegrad training
Set out_path to be required param in compute_statistics.py.
Fix for circleci error mentioned in PR mozilla/TTS#637
Ups. Added missing ,
@r-dh would you mind sending your Dutch model PR here? And what vocoder did you use for this model ? |
eginhard
referenced
this pull request
in idiap/coqui-ai-TTS
Apr 2, 2024
CI: remove unused check_skip steps
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🐸 v0.0.10
🐞Bug Fixes
synthesizer.py
saving the output audio with the vocoder sampling rate. It is necessary if there is sampling rates of the tts and the vocoder models are different and interpolation is applied to the tts model output before running the vocoder. Practically, it fixes generated Spanish and French voices bytts
ortts-server
on the terminal.--continue_training
. It was loading the best_model regardless.💾 Code updates
symbols.py
. This might require you to set your character set inconfig.json
if you like to use this version with your models trained with the previous version.compute_statistics.py
tts
andtts-server
entry points. (thanks @thorstenMueller ).models.json
.tts
andtts-server
entry points use the default vocoder if the user does not specify.find_unique_chars.py
to find all the unique characters in a dataset.🚶♀️ Operational Updates
🏅 Model implementations
🚀 New Pre-Trained Model Releases
.models.json
. (huge THX!! to @nmstoker)