Commit Graph

  • 33c95daa55 fix cache config error cocktailpeanut 2023-11-03 15:41:36 -0400
  • 4cfc3e5779 Run `make style` & re-enable it in CI Aarni Koskela 2023-10-31 17:07:24 +0200
  • 5ae369d629 Move FreeVCConfig to TTS.vc.configs (like all other config classes) Aarni Koskela 2023-10-31 16:56:25 +0200
  • 9e8da1a07e refactor(utils.manage): address lint issues, fix typos Enno Hermann 2023-10-18 11:48:09 +0200
  • b87fb64deb fix(utils.manage): remove hard-coded model_type variable Enno Hermann 2023-10-18 11:47:22 +0200
  • 94020aa836 build: move pandas to notebook requirements Enno Hermann 2023-10-31 14:18:25 +0100
  • 5ed88ffc9c refactor: read/write csv files with standard library Enno Hermann 2023-10-31 14:16:46 +0100
  • 871b1ce6be chore: remove obsolete numba requirement for python<3.9 Enno Hermann 2023-10-31 13:34:21 +0100
  • 6fef4f9067
    Bump up to v0.19.1 v0.19.1 Eren Gölge 2023-10-30 10:37:28 +0100
  • 8077b631a1
    Merge branch 'coqui-ai:main' into main Jindrich Matousek 2023-10-28 10:46:48 +0200
  • 8716bf855b
    Merge pull request #3115 from coqui-ai/dev Eren Gölge 2023-10-28 10:40:43 +0200
  • eccc94be9b
    Merge pull request #2983 from vltmedia/dev Eren Gölge 2023-10-28 10:39:25 +0200
  • 2d6bd716ef
    Merge pull request #3109 from coqui-ai/tts_3067 Eren Gölge 2023-10-28 10:37:52 +0200
  • 788959d720
    Merge pull request #3103 from coqui-ai/fix_xttsv1.1_again Eren Gölge 2023-10-28 10:33:19 +0200
  • 1c98821359 Remove unused load_audio function WeberJulian 2023-10-27 22:27:18 +0200
  • 041b4b6723 fix for issue 3067 Aya Jafari 2023-10-26 13:06:01 -0300
  • d4e08c8d6c Add features to get_conditioning_latents WeberJulian 2023-10-25 09:34:08 +0200
  • c1133724a1 Move lang token add to tokenizer WeberJulian 2023-10-24 11:00:56 +0200
  • 6fa46d197d Fix get_conditioning_latents when using only ne WeberJulian 2023-10-24 10:57:15 +0200
  • b6a02ab657 fixed tts issue 3067 Aya Jafari 2023-10-25 23:20:45 -0300
  • 9c68992ccc
    Merge pull request #3105 from coqui-ai/dev Eren Gölge 2023-10-25 14:27:49 +0200
  • edd3a28723
    Bump up to v0.19.0 v0.19.0 Eren Gölge 2023-10-25 13:29:38 +0200
  • 16ba377f61
    Merge pull request #3086 from coqui-ai/xtts_trainer Eren Gölge 2023-10-25 13:28:47 +0200
  • 01839af926 Bug fix on XTTS masking training Edresson Casanova 2023-10-24 18:30:14 -0300
  • 8af3d2dbcd Add a dedicated workflow for XTTS tests Edresson Casanova 2023-10-24 09:52:44 -0300
  • 818aa0eb7e
    Merge branch 'coqui-ai:dev' into dev VLT Media 2023-10-23 23:36:33 -0400
  • de1d521c8a Update XTTS docs Edresson Casanova 2023-10-23 13:35:15 -0300
  • 0f96abb5ec Add FT inference example on XTTS docs Edresson Casanova 2023-10-23 13:23:30 -0300
  • 67ca70aff4 Fix Delightful TTS layers unit test Edresson Casanova 2023-10-23 11:47:10 -0300
  • 37b7945474 Update XTTS train not implemented error to point to the XTTS docs Edresson Casanova 2023-10-23 11:39:17 -0300
  • 1ee8096799 Update XTTS docs Edresson Casanova 2023-10-23 11:13:09 -0300
  • 6fefc36e5a Update XTTS docs Edresson Casanova 2023-10-23 11:03:57 -0300
  • 8853e1c3ec Update XTTS recipe to only download checkpoint if it is needed Edresson Casanova 2023-10-23 10:45:41 -0300
  • 653f2e75ef Update xtts trainer recipe Edresson Casanova 2023-10-23 09:58:16 -0300
  • aa9dbca939
    Merge branch 'coqui-ai:main' into main Jindrich Matousek 2023-10-23 14:52:33 +0200
  • e8a1a50273 Remove unused vars in Delightful TTS layers tests Edresson Casanova 2023-10-23 09:26:36 -0300
  • ec7f54768a Rebase bug fix and update recipe Edresson Casanova 2023-10-21 17:37:51 -0300
  • affaf11148 Add XTTS training unit test Edresson Casanova 2023-10-18 15:33:05 -0300
  • 1f92741d6a Fix issue #2971 Edresson Casanova 2023-10-18 15:14:26 -0300
  • 94dcf84979 Rename XTTS recipe Edresson Casanova 2023-10-18 10:53:12 -0300
  • 5f98dbeec9 Update Ljspeech XTTS recipe Edresson Casanova 2023-10-18 10:34:40 -0300
  • 469d624615 Update LJspeech XTTS recipe Edresson Casanova 2023-10-18 10:16:14 -0300
  • 9e3598c3b7 Bug Fix on inference using XTTS trainer checkpoint Edresson Casanova 2023-10-18 09:42:00 -0300
  • c4ceaabe2c Add test sentences during the training Edresson Casanova 2023-10-16 15:32:00 -0300
  • 2f868dd5c2 Bug fix on reproducible evaluation Edresson Casanova 2023-10-16 09:28:32 -0300
  • bafab049c2 Add prompting masking Edresson Casanova 2023-10-16 09:06:59 -0300
  • 47d613df3a Add reproducible evaluation Edresson Casanova 2023-10-13 15:49:37 -0300
  • 40a4e631ea Update mel spectrogram for the style encoder Edresson Casanova 2023-10-11 19:04:18 -0300
  • a32961bcb4 Add XTTS base training code Edresson Casanova 2023-10-11 16:09:51 -0300
  • a0d530e082
    Merge pull request #3094 from coqui-ai/dev Eren Gölge 2023-10-21 17:33:50 +0200
  • 1e152692ed
    Bump up to v0.18.2 v0.18.2 Eren Gölge 2023-10-21 17:29:53 +0200
  • 420a90ed63
    Merge pull request #3096 from coqui-ai/fix-xtts-v1.1 Eren Gölge 2023-10-21 17:28:58 +0200
  • dad6a7b0b6
    Preserve [ja] token of the text processing Julian Weber 2023-10-21 11:26:03 +0200
  • c7a16042e3
    Remove global cutlet import Julian Weber 2023-10-21 11:18:58 +0200
  • 414f0de0a1
    Bump up to v0.18.1 v0.18.1 Edresson Casanova 2023-10-20 17:30:58 -0300
  • 59576fc0ec
    Bug fix on XTTS v1.1 inference (#3093) Edresson Casanova 2023-10-20 17:29:43 -0300
  • 3d2f937c0c
    Update .models.json fix_xtts_v1.1_ Julian Weber 2023-10-20 22:10:20 +0200
  • a430360c1b Bug fix on XTTS v1.1 inference Edresson Casanova 2023-10-20 16:47:10 -0300
  • 4ac821ab82
    Merge pull request #3090 from coqui-ai/dev Eren Gölge 2023-10-20 16:04:18 +0200
  • 85e7323739
    Bump up to v0.18.0 v0.18.0 Eren Gölge 2023-10-20 16:03:24 +0200
  • cf97116185
    XTTS v1.1 (#3089) Julian Weber 2023-10-20 16:02:08 +0200
  • 202d7477cb Add get_number_tokens WeberJulian 2023-10-20 09:26:07 -0300
  • 478fe0b28d Add model hash check WeberJulian 2023-10-20 09:25:51 -0300
  • 5e7cba22bd Add xtts to zoo test exception WeberJulian 2023-10-20 06:15:22 -0300
  • d07b37b19c Enhance text_normalization WeberJulian 2023-10-20 06:03:01 -0300
  • e18d6ada2f Fix model loading WeberJulian 2023-10-19 17:37:56 -0300
  • 34329d7d52 Update hash WeberJulian 2023-10-19 17:23:19 -0300
  • 82910a632e Update model.json WeberJulian 2023-10-19 17:22:39 -0300
  • f3a773991e Add support for ne_hifigan WeberJulian 2023-10-19 17:19:13 -0300
  • 098d56fa15
    Merge pull request #3082 from coqui-ai/dev Eren Gölge 2023-10-19 15:09:25 +0200
  • 312f5fa2d9
    Merge branch 'coqui-ai:dev' into dev Jindrich Matousek 2023-10-19 12:01:18 +0200
  • 747f688dc3
    Bump up to v0.17.10 v0.17.10 Eren Gölge 2023-10-19 12:00:15 +0200
  • 93e6961bb5
    Update .models.json Eren Gölge 2023-10-19 11:59:49 +0200
  • f0faed962d
    Merge pull request #3081 from coqui-ai/dev Eren Gölge 2023-10-19 11:23:55 +0200
  • bf68848f38
    Bump up to v0.17.9 v0.17.9 Eren Gölge 2023-10-19 11:22:42 +0200
  • c3b011217d
    Update .models.json Eren Gölge 2023-10-19 11:21:21 +0200
  • a235ef3a0f
    Merge branch 'coqui-ai:dev' into dev Jindrich Matousek 2023-10-18 07:35:01 +0200
  • d21f15cc85
    fix readme (#3071) Julian Weber 2023-10-17 10:27:11 +0200
  • 3037bd0fef fix inference.md WeberJulian 2023-10-16 13:02:08 +0200
  • 850b6fbd2f fix readme WeberJulian 2023-10-16 12:57:06 +0200
  • dcce1644b7
    Fix doc dataset (#3070) Julian Weber 2023-10-16 12:29:52 +0200
  • 5a0220bac1 fix autocomplete fix_doc_dataset WeberJulian 2023-10-16 12:19:35 +0200
  • 91603cff25 fix formatting dataset doc WeberJulian 2023-10-16 12:17:54 +0200
  • a151d70242
    Add stdout option (#3027) David Garvey 2023-10-16 05:07:21 -0500
  • cae185fd16
    Update README.md Eren Gölge 2023-10-16 12:00:59 +0200
  • b4666bb75e
    fixed typo of /docs (#3065) Subash-Lamichhane 2023-10-16 15:42:15 +0545
  • 3d146422c2
    fixed typo of docs\source\implementing_a_new_model.md (#3066) Subash-Lamichhane 2023-10-16 15:42:04 +0545
  • 13cd076a7f
    Synthesizer skips over embeddings file if model only has one speaker (#2587) Dusty Hagstrom 2023-10-16 02:55:45 -0700
  • e4b8d71f2b
    Update AnalyzeDataset.ipynb (#2783) Meryem Sakin 2023-10-16 12:52:37 +0300
  • a45dfd6266 Add syntacc training recipe yourtts_adaptive_weight Edresson Casanova 2023-10-14 16:41:05 -0300
  • b25d96ecee
    Merge pull request #3058 from coqui-ai/spkr_enc_3020 Eren Gölge 2023-10-14 11:40:31 +0200
  • ffddf10458 unit test fix Aya Jafari 2023-10-13 10:56:47 -0300
  • 15b03e2380 fixed typo of docs\source\implementing_a_new_model.md Subash-Lamichhane 2023-10-13 19:00:15 +0545
  • 3c775d10ea fixed typo of /docs Subash-Lamichhane 2023-10-13 18:54:36 +0545
  • 2401f855ba
    Update data_tests.yml khagen 2023-10-13 14:49:16 +0200
  • 00432073e4
    refactoring_api W1ll1am32 2023-10-12 23:22:50 +0300
  • 2bdc7a5675 Add text encoder based on adaptive Weight Edresson Casanova 2023-10-12 15:08:15 -0300
  • 403b3047cb xtts: allow loading custom autoregressive model Emmanuel Schmidbauer 2023-10-12 12:57:19 -0400
  • df2422eb72
    Merge pull request #3057 from coqui-ai/dev Eren Gölge 2023-10-11 15:06:20 +0200
  • 6eaecab0ca fixed bugs in fastpitch tts synthesis Aya Jafari 2023-10-10 23:02:31 -0300