Commit Graph

4905 Commits

Author SHA1 Message Date
Enno Hermann c86cf9b2ef ci: pin black for consistent output 2024-03-07 11:46:07 +01:00
Enno Hermann f6464d7682
Merge pull request #5 from eginhard/fix-list-models
Fix TTS().list_models()
2024-03-07 08:01:29 +01:00
Enno Hermann 7f83dea000
Merge pull request #4 from eginhard/fix-is-multilingual
fix(api): handle missing attribute in is_multi_lingual
2024-03-07 07:59:02 +01:00
Greer 02d88b5dec Fix TTS().list_models() 2024-03-06 23:24:02 +01:00
Enno Hermann 017c84d005 style: make style && make lint 2024-03-06 22:45:35 +01:00
Enno Hermann 4e183c61df fix(api): handle missing attribute in is_multilingual 2024-03-06 22:41:32 +01:00
Enno Hermann f24f7c1237
Merge pull request #3 from eginhard/remove-pandas
Remove pandas
2024-03-06 22:07:32 +01:00
Enno Hermann e4b1b0f73e build: move pandas to notebook requirements 2024-03-06 16:21:36 +01:00
Enno Hermann e05243c4c8 refactor: read/write csv files with standard library 2024-03-06 16:18:09 +01:00
Enno Hermann 4eec70680e chore: remove obsolete numba requirement for python<3.9
The repository requires Python>=3.9, so this is obsolete.
2024-03-06 16:17:42 +01:00
Enno Hermann 24298da5fc
Merge pull request #1 from eginhard/lint-overhaul
Lint overhaul (pylint to ruff)
2024-03-06 16:10:26 +01:00
Enno Hermann f055a8aef7
Merge pull request #2 from eginhard/remove-check-skip
CI: remove unused check_skip steps
2024-03-06 14:17:49 +01:00
Aarni Koskela d7633e4106 CI: remove unused check_skip steps
There is nothing in the repo that would refer to them

[ci skip]
2024-03-06 14:08:14 +01:00
Enno Hermann 1961687a18 build: update to ruff 0.3.0 2024-03-06 13:40:56 +01:00
Enno Hermann 39149ef564 build: remove isort
Import sorting now handled by ruff.
2024-03-06 13:37:45 +01:00
Enno Hermann 04d8d4b09a chore: remove unused imports 2024-03-06 13:27:43 +01:00
Nick Potafiy dbf1a08a0d
Update generic_utils.py (#3561)
Handles cases when git branch produces no output or invalid output. Right now, it just crashes with `StopIteration`
2024-02-10 11:20:58 -03:00
wangjie b184e9f0fe fix chinese pinyin phonemes 2024-01-12 09:11:56 +08:00
Ivan Peevski 08e00e4b49
Fix bark model 2024-01-08 14:45:04 +10:30
Edresson Casanova 5dcc16d193
Bug fix in MP3 and FLAC compute length on TTSDataset (#3092)
* Bug Fix on XTTS load

* Bug fix in MP3 length on TTSDataset

* Update TTS/tts/datasets/dataset.py

Co-authored-by: Aarni Koskela <akx@iki.fi>

* 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 <akx@iki.fi>
2023-12-27 13:23:43 -03:00
Eren Gölge 55c7063724
Merge pull request #3423 from idiap/fix-aux-tests
Fix CI (save best model after 0 steps in tests)
2023-12-14 18:00:30 +01:00
Enno Hermann 99fee6f5ad build: use Trainer>=0.0.36 2023-12-14 14:26:31 +01:00
Aarni Koskela d6ea806469 Run `make style` 2023-12-13 14:56:41 +02:00
Aarni Koskela bd172dabbf xtts/stream_generator: remove duplicate import + code 2023-12-13 14:56:41 +02:00
Aarni Koskela 32abb1a7c4 xtts/perceiver_encoder: Delete duplicate exists() 2023-12-13 14:56:41 +02:00
Aarni Koskela aa549e9028 Fix trailing whitespace 2023-12-13 14:56:41 +02:00
Aarni Koskela 4584ef6580 Simplify branch in TTS/bin/synthesize.py 2023-12-13 14:56:41 +02:00
Aarni Koskela 08fa5d4098 Fix implicitly concatenated docstring 2023-12-13 14:56:41 +02:00
Aarni Koskela 027a797305 CI: re-enable `make lint` 2023-12-13 14:56:41 +02:00
Aarni Koskela 33b69c6c09 Add some noqa directives (for now) 2023-12-13 14:56:41 +02:00
Aarni Koskela 00f8f4892a Ruff autofix unnecessary passes 2023-12-13 14:56:41 +02:00
Aarni Koskela bc2cf296a3 Ruff autofix PLW3301 2023-12-13 14:56:41 +02:00
Aarni Koskela 64bb41f4fa Ruff autofix C41 2023-12-13 14:56:41 +02:00
Aarni Koskela 449820ec7d Ruff autofix E71* 2023-12-13 14:56:41 +02:00
Aarni Koskela 90991e89b4 Ruff autofix unused imports and import order 2023-12-13 14:56:41 +02:00
Aarni Koskela 4f859824ac Document ruff 2023-12-13 14:56:41 +02:00
Aarni Koskela 8e95c3e436 Convert pylint configuration to ruff
With https://github.com/akx/pylint-to-ruff
2023-12-13 14:56:41 +02:00
Aarni Koskela 72ac2bfa09 Get rid of some star imports 2023-12-13 14:56:41 +02:00
Aarni Koskela 859283a734 Remove isort for pyi (there are no pyi files here) 2023-12-13 14:56:41 +02:00
Aarni Koskela 81160b089c Update pre-commit tools to more compatible versions 2023-12-13 14:56:41 +02:00
Aarni Koskela b3d58db15d Remove abandoned .cardboardlint.yml 2023-12-13 14:46:39 +02:00
Eren Gölge 186cafb34c
Merge pull request #3412 from coqui-ai/reuben/docs-studio-refs
Remove Coqui Studio references
2023-12-13 08:54:57 +01:00
Eren Gölge 3991d83b2c
Merge branch 'dev' into reuben/docs-studio-refs 2023-12-13 08:53:43 +01:00
Eren Gölge fa28f99f15
Update to v0.22.0 2023-12-12 16:10:46 +01:00
Eren Gölge 8c1a8b522b
Merge pull request #3405 from coqui-ai/studio_speakers
Add studio speakers to open source XTTS!
2023-12-12 16:10:09 +01:00
Reuben Morais 0859e9f252
Remove Coqui Studio references 2023-12-12 16:09:57 +01:00
Enno Hermann 9f325b1f6c fixup! Fix aux unit tests 2023-12-12 16:07:16 +01:00
Edresson Casanova fc099218df Fix aux unit tests 2023-12-12 16:07:16 +01:00
Eren Gölge 934b87bbd1
Merge pull request #3391 from aaron-lii/multi-gpu
support multiple GPU training for XTTS
2023-12-12 13:51:26 +01:00
Eren Gölge b0fe0e678d
Merge pull request #3392 from joelhoward0/fix_contributing_typo
fixes a typo
2023-12-12 13:50:59 +01:00