Commit graph

22 commits

Author SHA1 Message Date
Alex Olishevskii 7ab28b6e54
Fix help information for use_deepspeed flag 2024-05-02 00:56:53 +04:00
Jose bde2cc2bff
Removed deepspeed for MPS 2023-08-11 16:39:09 +02:00
manmay-nakhashi 7000b899ec bug fixes and added kv_cache to do_tts 2023-07-30 13:02:50 +05:30
manmay-nakhashi 61e5d993b1 bug fix 2023-07-27 08:34:39 +05:30
manmay nakhashi f13955db54
fix do_tts.py 2023-07-26 08:24:54 +05:30
manmay nakhashi 2175cf07e0
add speaking rate to do_tts.py 2023-07-26 01:39:05 +05:30
manmay-nakhashi 39f8e2c6a0 revert deepspeed version due to crash in do_tts 2023-07-10 00:36:22 +05:30
Kian-Meng Ang 551fe655ff Fix typos
Found via `codespell -S *.json -L splitted,nd,ser,broadcat`
2023-01-06 11:04:36 +08:00
Johan Nordberg a52e3026ba Revive CVVP model 2022-05-25 10:22:50 +00:00
James Betker 7f9f1dbfc3 Fix bug 2022-05-22 05:50:26 -06:00
James Betker e118785aaf Support combining voices in do_tts 2022-05-22 05:28:15 -06:00
James Betker 1a8c9f741a Merge remote-tracking branch 'origin/main'
# Conflicts:
#	tortoise/read.py
2022-05-19 10:34:54 -06:00
Johan Nordberg 20220893af Allow setting models path from environment variable 2022-05-19 21:02:09 +09:00
James Betker 8139afd0e5 Remove CVVP
After training a similar model for a different purpose, I realized that
this model is faulty: the contrastive loss it uses only pays attention
to high-frequency details which do not contribute meaningfully to
output quality. I validated this by comparing a no-CVVP output with
a baseline using tts-scores and found no differences.
2022-05-17 12:21:25 -06:00
James Betker aef86d21bf Add a way to get deterministic behavior from tortoise and add debug states for reporting 2022-05-17 12:11:18 -06:00
James Betker fda5130819 Add support for multiple output candidates in do_tts. 2022-05-12 11:25:35 -06:00
James Betker 14617f8963 Fix default output path 2022-05-02 21:37:39 -06:00
James Betker f499d66493 misc fixes 2022-05-02 18:00:57 -06:00
James Betker 39ec1b0db5 Support totally random voices (and make fixes to previous changes) 2022-05-02 15:40:03 -06:00
James Betker b1fc2b13c9 add support for specifying the model_dir 2022-05-01 17:29:25 -06:00
James Betker 0ffc191408 Add support for extracting and feeding conditioning latents directly into the model
- Adds a new script and API endpoints for doing this
- Reworks autoregressive and diffusion models so that the conditioning is computed separately (which will actually provide a mild performance boost)
- Updates README

This is untested. Need to do the following manual tests (and someday write unit tests for this behemoth before
it becomes a problem..)
1) Does get_conditioning_latents.py work?
2) Can I feed those latents back into the model by creating a new voice?
3) Can I still mix and match voices (both with conditioning latents and normal voices) with read.py?
2022-05-01 17:25:18 -06:00
James Betker f7c8decfdb Move everything into the tortoise/ subdirectory
For eventual packaging.
2022-05-01 16:24:24 -06:00
Renamed from do_tts.py (Browse further)