Commit Graph

4543 Commits (add_lang_code)

Author SHA1 Message Date
Edresson Casanova 4c3c11c958
Tortoise inference fix and fix zoo unit tests (#3010) 2023-09-29 13:40:57 +02:00
Eren Gölge bb05dcb9b4
Merge pull request #2922 from coqui-ai/be_tts
Adding Belarusian TTS model
2023-09-27 09:48:28 +02:00
Eren Gölge 8cba47191f
Merge pull request #2993 from akx/tts-readme
Ensure `tts` CLI tool readme and usage is in sync
2023-09-27 09:46:54 +02:00
Eren Gölge e39da6147f
Merge pull request #2999 from akx/remove-unnecessary-black-config
Remove unnecessary black exclude config
2023-09-27 09:43:06 +02:00
Eren Gölge 536a12b045
Merge pull request #3001 from akx/fix-deps-again
Loosen dependency pins
2023-09-27 09:42:27 +02:00
Eren Gölge ea51a7ffcc
Merge pull request #3003 from akx/duplicate-code-removal
Duplicate code removal
2023-09-27 09:41:35 +02:00
Aarni Koskela 0dbe7cbcc4 Remove duplicate convert_pad_shape 2023-09-27 01:10:48 +03:00
Aarni Koskela 33a7c722f6 Merge duplicate on_train_step_start functions in delightful_tts 2023-09-27 01:10:44 +03:00
Aarni Koskela 861c68b0b8 Rename misnamed setter 2023-09-27 01:09:59 +03:00
Aarni Koskela 09e14e68db Remove duplicate get_named_beta_schedules 2023-09-27 01:09:59 +03:00
Aarni Koskela 59f85a7122 Remove duplicate code from xtts.tokenizer 2023-09-27 01:09:59 +03:00
Aarni Koskela 6277f09c5f requirements.txt: loosen pandas pin (1.4 would need to be compiled from source on macs) 2023-09-26 20:43:59 +03:00
Aarni Koskela 8bb2d652ca pyproject.toml: loosen dependencies to avoid building from source 2023-09-26 20:41:26 +03:00
Aarni Koskela 94c5fd0765 Remove unnecessary black exclude config
It seems to have been copy-pasted from the Black docs.
2023-09-26 16:02:55 +03:00
Aarni Koskela 0a82f063cc Late-import main TTS libraries in `tts` CLI 2023-09-26 15:38:56 +03:00
Aarni Koskela 5c047cf304 Ensure `tts` CLI tool readme and usage help is in sync 2023-09-26 15:38:56 +03:00
Eren Gölge 0b95b88f13
Bum up to v0.17.5 2023-09-25 18:16:45 +02:00
Eren Gölge 359755cca0
Merge pull request #2990 from coqui-ai/fix-TTS-install
fix package versions
2023-09-25 18:10:29 +02:00
WeberJulian 089ad66df2 Lower the versions constraints 2023-09-25 17:00:41 +02:00
WeberJulian bbfdfbffdf Update transformers to latest 2023-09-25 11:46:38 +02:00
WeberJulian f1c1d14c54 Add back umap 2023-09-25 11:12:01 +02:00
WeberJulian a2a15392e0 fix package versions 2023-09-25 11:01:36 +02:00
VLT Media dd73910651
Bug: self.model_name needed to be initialized.
Bug: self.model_name needed to be initialize to get around a bug that automatically crashes when the user provides the model paths but no model_name when initializing the TTS object.
2023-09-23 01:41:35 -04:00
loupzeur da8b6bbce1
fix: xtts not taking into account device flag (#2951)
* fix: xtts not taking into account device flag

* Style changes

---------

Co-authored-by: Julian Weber <julian.weber@hotmail.fr>
2023-09-20 09:57:02 +02:00
Omar Sanseviero 335ae63e01
Add coqui blog post (#2949)
* Update README.md

* Update README.md

---------

Co-authored-by: Edresson Casanova <edresson1@gmail.com>
2023-09-19 19:57:09 -03:00
Julian Weber 6916aa37ab
Fix fsspec requirement (#2970)
* Fix requirment for fsspec

* Use the right version this time
2023-09-19 15:54:12 -03:00
Reuben Morais f829bf50f8
Bump version to v0.17.4 (really) 2023-09-15 16:40:34 +02:00
Eren G??lge aa8fa4756e Bump up to v0.17.4 2023-09-14 17:52:44 +02:00
Eren G??lge 9d0b76ce23 Check env var for COQUI_TOS_AGREED 2023-09-14 17:51:40 +02:00
Eren G??lge 13dd7c4c9e Bump up to v0.17.2 2023-09-14 15:24:05 +02:00
Eren G??lge ded7fd4fb2 Make style 2023-09-14 15:23:37 +02:00
Eren G??lge 44b61d2b92 Fixup 2023-09-14 15:22:54 +02:00
Eren Gölge 623ea41634
Fix model tests (#2943) 2023-09-14 15:21:48 +02:00
Eren G??lge af62613c86 Bump up to v0.17.1 2023-09-13 18:23:39 +02:00
Eren G??lge ee7cee0e35 Fixup 2023-09-13 18:21:44 +02:00
Eren G??lge 5dcf9ae311 Bump up v0.17.0 2023-09-13 18:04:26 +02:00
Eren Gölge 4033db5f4b 🔥 XTTS implementation 2023-09-13 17:51:24 +02:00
Edresson Casanova 4d3f23b5d3
Add CML-TTS dataset YourTTS training recipe (#2934) 2023-09-12 11:49:14 +02:00
Eren Gölge 9533f8656c Make style 2023-09-04 13:58:37 +02:00
Eren Gölge 562a9509f2 Add BE model 2023-09-04 13:57:03 +02:00
Eren Gölge b4c82685a7 Add model entries 2023-09-04 13:04:58 +02:00
T145 cdc971ff74
Fixed spectrogram checking on librosa 0.10.x (#2899) 2023-09-04 12:58:27 +02:00
Cohee b3b1555d82
Fix exception handling in manage.py (#2912) 2023-09-04 12:54:30 +02:00
Eren G??lge 40b527345f Bump up to v0.16.6 2023-09-04 12:51:53 +02:00
Eren Gölge d1d95707bd
Update docs (#2919) 2023-09-04 12:28:36 +02:00
Unik 32b8ebb633
Updated scipy version (#2914) 2023-09-04 11:39:19 +02:00
Aleś Bułojčyk fead04f779
Add phonemizer for Belarusian language (#2856) 2023-08-28 11:20:45 +02:00
Jake Tae b79b6f0762
feature: add device flag to tts cli (#2875) 2023-08-28 11:20:12 +02:00
Jake Tae fa0cbd78fe
Update README with new device API (#2876)
* docs: update readme w/ .to(device) api

* docs: add .to(device) in python quickstart

* docs: move section header out of comment

* chore: use device instead of hard-coded string

* docs: update inference.md
2023-08-28 11:19:00 +02:00
Eren Gölge c0b5e61749
Bump up to v0.16.5 2023-08-26 12:00:25 +02:00