coqui-tts/TTS
Enno Hermann 4b6da4e7ba refactor(stream_generator): update special tokens for transformers>=4.41.1
Fixes #31. The handling of special tokens in `transformers` was changed in
https://github.com/huggingface/transformers/pull/30624 and
https://github.com/huggingface/transformers/pull/30746. This updates the XTTS
streaming code accordingly.
2024-06-17 09:52:35 +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 refactor(stream_generator): update special tokens for transformers>=4.41.1 2024-06-17 09:52:35 +02:00
utils fix(utils.generic_utils): correctly call now() 2024-05-31 08:39:32 +02:00
vc build: add numpy2 support 2024-06-16 22:10:33 +02:00
vocoder build: add numpy2 support 2024-06-16 22:10:33 +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