-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
v0.16.3 #2870
Commits on Jul 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b041f9 - Browse repository at this point
Copy the full SHA 9b041f9View commit details
Commits on Jul 3, 2023
-
Merge pull request #2733 from coqui-ai/update_docs
Update docs and credits
Configuration menu - View commit details
-
Copy full SHA for 453d048 - Browse repository at this point
Copy the full SHA 453d048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 505ac1a - Browse repository at this point
Copy the full SHA 505ac1aView commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8957799 - Browse repository at this point
Copy the full SHA 8957799View commit details -
Update compute_embeddings.py (#2668)
* [Typo] Fix variable name. More readable description. Update train_yourtts.py Reformat. Reformat using black again. * Add `old_append`. Fix bool argparse. * Reformat.
Configuration menu - View commit details
-
Copy full SHA for 630327c - Browse repository at this point
Copy the full SHA 630327cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5f16d7 - Browse repository at this point
Copy the full SHA d5f16d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d611067 - Browse repository at this point
Copy the full SHA d611067View commit details -
Configuration menu - View commit details
-
Copy full SHA for 229cfbd - Browse repository at this point
Copy the full SHA 229cfbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e42a72e - Browse repository at this point
Copy the full SHA e42a72eView commit details
Commits on Jul 5, 2023
-
Squashed commit of the following:
commit dd612fd Author: JiangCheng <[email protected]> Date: Mon Jun 5 16:04:54 2023 +0800 Failed to download the file and need to delete the created file path
Configuration menu - View commit details
-
Copy full SHA for 53938e2 - Browse repository at this point
Copy the full SHA 53938e2View commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 08bc758 - Browse repository at this point
Copy the full SHA 08bc758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b5c842 - Browse repository at this point
Copy the full SHA 7b5c842View commit details
Commits on Jul 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a2984fb - Browse repository at this point
Copy the full SHA a2984fbView commit details
Commits on Jul 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b5cd644 - Browse repository at this point
Copy the full SHA b5cd644View commit details -
Configuration menu - View commit details
-
Copy full SHA for 672ec3b - Browse repository at this point
Copy the full SHA 672ec3bView commit details
Commits on Jul 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e5fb0d9 - Browse repository at this point
Copy the full SHA e5fb0d9View commit details
Commits on Jul 24, 2023
-
Make Japanese-specific dependencies optional (#2776)
* Don't install MeCab by default * Add optional [ja] deps, like [dev] etc * Add JA requirements file * Add JA requirements to requirements_all This should help the tests run.
Configuration menu - View commit details
-
Copy full SHA for c0aabb8 - Browse repository at this point
Copy the full SHA c0aabb8View commit details -
* Separate API tests and only run when uplifted * Make style
Configuration menu - View commit details
-
Copy full SHA for 0de12ec - Browse repository at this point
Copy the full SHA 0de12ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1652598 - Browse repository at this point
Copy the full SHA 1652598View commit details -
Configuration menu - View commit details
-
Copy full SHA for f24c5e0 - Browse repository at this point
Copy the full SHA f24c5e0View commit details -
Add Delightful-TTS implementation (#2095)
* add configs * Update config file * Add model configs * Add model layers * Add layer files * Add layer modules * change config names * Add emotion manager * fIX missing ap bug * Fix missing ap bug * Add base TTS e2e class * Fix wrong variable name in load_tts_samples * Add training script * Remove range predictor and gaussian upsampling * Add helper function * Add vctk recipe * Add conformer docs * Fix linting in conformer.py * Add Docs * remove duplicate import * refactor args * Fix bugs * Removew emotion embedding * remove unused arg * Remove emotion embedding arg * Remove emotion embedding arg * fix style issues * Fix bugs * Fix bugs * Add unittests * make style * fix formatter bug * fix test * Add pyworld compute pitch func * Update requirments.txt * Fix dataset Bug * Chnge layer norm to instance norm * Add missing import * Remove emotions.py * remove ssim loss * Add init layers func to aligner * refactor model layers * remove audio_config arg * Rename loss func * Rename to delightful-tts * Rename loss func * Remove unused modules * refactor imports * replace audio config with audio processor * Add change sample rate option * remove broken resample func * update recipe * fix style, add config docs * fix tests and multispeaker embd dim * remove pyworld * Make style and fix inference * Split tts tests * Fixup * Fixup * Fixup * Add argument names * Set "random" speaker in the model Tortoise/Bark * Use a diff f0_cache path for delightfull tts * Fix delightful speaker handling * Fix lint * Make style --------- Co-authored-by: loganhart420 <[email protected]> Co-authored-by: Eren Gölge <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fdb88f - Browse repository at this point
Copy the full SHA 6fdb88fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3472a7 - Browse repository at this point
Copy the full SHA b3472a7View commit details -
* Remove key prunning in tortoise * Make lint
Configuration menu - View commit details
-
Copy full SHA for 8aacb81 - Browse repository at this point
Copy the full SHA 8aacb81View commit details -
Configuration menu - View commit details
-
Copy full SHA for b739326 - Browse repository at this point
Copy the full SHA b739326View commit details
Commits on Jul 31, 2023
-
Adds multi-language support for VITS onnx, fixes onnx inference error…
… when speaker_id is None or not passed, fixes onnx exporting for models with init_discriminator=false (#2816)
Configuration menu - View commit details
-
Copy full SHA for c140df5 - Browse repository at this point
Copy the full SHA c140df5View commit details -
Recipe for Belarusian TTS (#2756)
* Changes from jhlfrfufyfn <[email protected]> * Recipe for Belarusian TTS --------- Co-authored-by: jhlfrfufyfn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d124f78 - Browse repository at this point
Copy the full SHA d124f78View commit details -
Delightful TTS VCTK recipe fixes (#2808)
* fix: wrong import class * fix: formatter name missing * feat: get rid of clearml
Configuration menu - View commit details
-
Copy full SHA for 9e74b51 - Browse repository at this point
Copy the full SHA 9e74b51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 483888b - Browse repository at this point
Copy the full SHA 483888bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f080e - Browse repository at this point
Copy the full SHA 69f080eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ddd65 - Browse repository at this point
Copy the full SHA 17ddd65View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc04baa - Browse repository at this point
Copy the full SHA dc04baaView commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 52a528c - Browse repository at this point
Copy the full SHA 52a528cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e7f8cd - Browse repository at this point
Copy the full SHA 4e7f8cdView commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 48f8133 - Browse repository at this point
Copy the full SHA 48f8133View commit details -
Handle missing JA phonemizer (#2843)
* Handle missing JA phonemizer * Make style
Configuration menu - View commit details
-
Copy full SHA for 4186f42 - Browse repository at this point
Copy the full SHA 4186f42View commit details -
Configuration menu - View commit details
-
Copy full SHA for c87377b - Browse repository at this point
Copy the full SHA c87377bView commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9a8352b - Browse repository at this point
Copy the full SHA 9a8352bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37b558c - Browse repository at this point
Copy the full SHA 37b558cView commit details
Commits on Aug 13, 2023
-
Update Studio API for XTTS (#2861)
* Update Studio API for XTTS * Update the docs * Update README.md * Update README.md Update README
Configuration menu - View commit details
-
Copy full SHA for 3a104d5 - Browse repository at this point
Copy the full SHA 3a104d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f9d600 - Browse repository at this point
Copy the full SHA 1f9d600View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e5eff - Browse repository at this point
Copy the full SHA c4e5effView commit details