coqui-tts/TTS
Enno Hermann 77722cb0dd fix(bin.synthesize): correctly handle boolean arguments
Previously, e.g. `--use_cuda false` would actually set use_cuda=True:
https://github.com/coqui-ai/TTS/discussions/3762
2024-05-31 08:39:32 +02:00
..
bin fix(bin.synthesize): correctly handle boolean arguments 2024-05-31 08:39:32 +02:00
config Run `make style` 2023-12-13 14:56:41 +02:00
demos/xtts_ft_demo style: run pre-commit 2024-05-08 12:17:47 +02:00
encoder fix(bin.synthesize): correctly handle boolean arguments 2024-05-31 08:39:32 +02:00
server fix(bin.synthesize): correctly handle boolean arguments 2024-05-31 08:39:32 +02:00
tts fix(espeak_wrapper): read phonemize() input from file 2024-05-29 10:10:05 +02:00
utils fix(utils.manage): remove bare except, improve messages 2024-04-03 15:19:45 +02:00
vc style: run pre-commit 2024-05-08 12:17:47 +02:00
vocoder refactor: remove verbose arguments 2024-04-03 15:19:45 +02:00
.models.json Fix bark model 2024-01-08 14:45:04 +10:30
__init__.py fix: restore TTS.__version__ attribute 2024-05-28 09:35:55 +02:00
api.py refactor: remove verbose arguments 2024-04-03 15:19:45 +02:00
model.py Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00