Commit Graph

4937 Commits

Author SHA1 Message Date
Enno Hermann adbcba06da refactor(dataset): get audio length with torchaudio
Removes a (GPL) dependency
2024-03-14 20:48:29 +01:00
Enno Hermann e5c6da1c98
Merge pull request #20 from eginhard/return-complex
fix: torch.stft will soon require return_complex=True
2024-03-13 13:50:21 +01:00
Enno Hermann e95f8950eb fix: torch.stft will soon require return_complex=True
Refactor that removes the deprecation warning:
torch.view_as_real(torch.stft(*, return_complex=True)) is equal to
torch.stft(*, return_complex=False)

https://pytorch.org/docs/stable/generated/torch.stft.html
2024-03-13 12:06:27 +01:00
Enno Hermann eaa7283244
Merge pull request #19 from eginhard/fix-vits-comments
docs(tts.models.vits): clarify use of discriminator/generator
2024-03-12 19:01:32 +01:00
Enno Hermann 89a061f1d1 docs(tts.models.vits): clarify use of discriminator/generator
[ci skip]
2024-03-12 18:59:05 +01:00
Enno Hermann 0c6c20f52f
Merge pull request #18 from eginhard/deduplicate
Remove duplicate code
2024-03-12 16:45:36 +01:00
Enno Hermann a7753708fb refactor: remove duplicate methods available in Trainer 2024-03-12 15:06:42 +01:00
Enno Hermann bdbfc23e5c docs(README): fix list format 2024-03-12 14:53:49 +01:00
Enno Hermann 87f699eb7f
Merge pull request #17 from eginhard/update-readme
Update readme
2024-03-11 16:44:25 +01:00
Enno Hermann cb883911c9 docs(README): update badges, links
[ci skip]
2024-03-11 16:43:15 +01:00
Enno Hermann 34e5c7dc59 docs(README): remove obsolete performance results 2024-03-11 16:31:37 +01:00
Enno Hermann aab08a00e3
Merge pull request #16 from eginhard/coverage
ci: combine coverage reports and merge test workflows
2024-03-11 16:26:49 +01:00
Enno Hermann 3453bd960b ci: merge separate test workflows into one matrix 2024-03-11 15:24:11 +01:00
Enno Hermann 31a9201639 ci: combine coverage reports
Based on https://hynek.me/articles/ditch-codecov-python/
2024-03-11 14:26:42 +01:00
Enno Hermann b4fded67d4
Merge pull request #15 from eginhard/server-extra
build: make dependencies for server optional
2024-03-10 21:04:17 +01:00
Enno Hermann 7673f282be build: make dependencies for server optional 2024-03-10 20:16:00 +01:00
Enno Hermann 68680ef508
Merge pull request #14 from eginhard/update-deps
build: update numpy and librosa
2024-03-10 16:17:54 +01:00
Enno Hermann 392b20597d build: update dependencies 2024-03-10 14:55:55 +01:00
Enno Hermann ab14f3c91b
Merge pull request #13 from eginhard/pip-to-uv
ci: switch from pip to uv
2024-03-10 12:16:04 +01:00
Enno Hermann c59f0ca1ce ci: switch from pip to uv 2024-03-10 11:34:35 +01:00
Enno Hermann 8200986870
Merge pull request #12 from eginhard/remove-deps
build: remove unused dependencies
2024-03-10 11:15:33 +01:00
Enno Hermann 24cf471406 build: install aiohttp through fsspec extra 2024-03-10 10:29:09 +01:00
Enno Hermann 26ef3200c7 build: remove unused dependencies 2024-03-10 10:28:41 +01:00
Enno Hermann d80f7f4eba
Fix fairseq (#11)
* fix fairseq mode

* Added line to fix fairseq model issue and made code cleaner.

---------

Co-authored-by: akgupta1337 <akgupta1337@gmail.com>
2024-03-09 16:43:42 +01:00
Enno Hermann 2e8f47a33d
Merge pull request #10 from eginhard/fix-pinyin
fix chinese pinyin phonemes
2024-03-09 16:23:28 +01:00
Enno Hermann ec2346099d
Merge pull request #9 from eginhard/disable-wavegrad-test
test(vocoder): disable wavegrad training test in CI
2024-03-08 19:23:40 +01:00
Enno Hermann dca564a705 test(vocoder): disable wavegrad training test in CI 2024-03-08 17:27:23 +01:00
Enno Hermann f782a65c4c
Merge pull request #8 from eginhard/fix-xtts-manager
fix(xtts_manager): name_to_id() should return dict
2024-03-08 17:06:50 +01:00
Enno Hermann 309f39a45f fix(xtts_manager): name_to_id() should return dict
This is how the other embedding managers work
2024-03-08 14:47:00 +01:00
Enno Hermann 1aef5ff091
Merge pull request #7 from eginhard/pin-black
Pin black for consistent outputs
2024-03-07 17:32:02 +01:00
Enno Hermann ed8740a39b
Merge pull request #6 from eginhard/fix-bark-url
Fix bark model url
2024-03-07 11:50:46 +01:00
Enno Hermann efdafd5a7f style: run black 2024-03-07 11:46:51 +01:00
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