-
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
Fix wrong references in documentation #3963
base: main
Are you sure you want to change the base?
Conversation
Remove Coqui Studio references
Fix CI (save best model after 0 steps in tests)
* Bug Fix on XTTS load * Bug fix in MP3 length on TTSDataset * Update TTS/tts/datasets/dataset.py Co-authored-by: Aarni Koskela <[email protected]> * Uses mutagen for all audio formats * Add dataloader test wit hall supported audio formats * Use mutagen.File * Update * Fix aux unit tests * Bug fixe on unit tests --------- Co-authored-by: Aarni Koskela <[email protected]>
Handles cases when git branch produces no output or invalid output. Right now, it just crashes with `StopIteration`
Made automatically with: rg "from TTS.utils.io import load_fsspec" --files-with-matches | xargs sed -i 's/from TTS.utils.io import load_fsspec/from trainer.io import load_fsspec/g'
All uses of these methods were replaced with the equivalents from coqui-tts-trainer
Update to coqui-tts-trainer 0.1.4
docs(xtts): fix typo in example
build: move umap-learn into optional notebook dependencies
fix(xtts): load tokenizer file based on config as last resort
* Fix Stream Generator on MacOS * Make it work on mps * Implement custom tensor.isin * Fix for latest TF * Comment out hack for now * Remove unused code * build: increase minimum transformers version * style: fix --------- Co-authored-by: Enno Hermann <[email protected]>
Avoids hard failures when the audio can't be decoded.
Skip audio files that can't be decoded
4.43.* broke XTTS streaming again
Preparations for Numpy 2 support (gruut, soxr, spacy)
|
Thank you for spotting @hykilpikonna ! This repo is not maintained anymore, but feel free to send a PR to our fork where I can merge it. |
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing the code.
I found that some links in the documentation link to the wrong papers.