Commit Graph

104 Commits

Author SHA1 Message Date
Enno Hermann 020a72434e ci(readthedocs): build docs with uv
Based on:
7c5143848f/docs/user/build-customization.rst (install-dependencies-with-uv)
2024-11-06 10:53:04 +01:00
Azalea 233dfb54ae
docs(tacotron): fix wrong paper links (#74) 2024-08-25 12:27:27 +02:00
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
Enno Hermann 7df4c2fa47 fix: restore TTS.__version__ attribute
This is used by the TTS/bin/collect_env_info.py script with which users print
version information for bug reports. We restore the TTS.__version__ attribute so
that old versions of the script still work.
2024-05-28 09:35:55 +02:00
Enno Hermann e3fed5cf70 build: create separate makefile target for development install 2024-05-08 12:40:11 +02:00
Enno Hermann ec50006855 style: run pre-commit
Automatic changes from: pre-commit run --all-files
2024-05-08 12:17:47 +02:00
Enno Hermann 259d8fc40b build: store version in pyproject.toml 2024-05-07 18:27:55 +02:00
Enno Hermann 8b1ed020ff build: add python 3.12 support 2024-04-22 16:53:49 +02:00
Enno Hermann d41686502e feat(xtts): support hindi for sentence-splitting and fine-tuning
The XTTS model itself already supports Hindi, it was just in these components.
2024-04-08 15:57:56 +02:00
Enno Hermann aa40fd277b docs: update links 2024-04-04 18:21:57 +02:00
Enno Hermann d772724125 fix: update repository links, package names, metadata 2024-04-03 12:02:44 +02:00
Enno Hermann 7673f282be build: make dependencies for server optional 2024-03-10 20:16:00 +01:00
Edresson Casanova 4b33699b41 Update docs 2023-12-12 09:22:07 -03:00
Edresson Casanova b6e1ac66d9 Add docs 2023-12-12 09:19:56 -03:00
WeberJulian 8c20a599d8 Remove coqui studio integration from TTS 2023-12-11 22:11:46 +01:00
Eren Gölge c99e885cc8
Merge pull request #3373 from coqui-ai/add-doc-xtts
Add inference parameters
2023-12-07 14:07:28 +01:00
WeberJulian 7d1a6defd6 Add inference parameters 2023-12-06 11:43:31 +01:00
omahs f659fa16bc
fix typo 2023-12-05 09:50:33 +01:00
omahs 716657c835
fix typos 2023-12-05 09:48:03 +01:00
omahs 775a9138b7
fix typo 2023-12-05 09:47:07 +01:00
omahs cfb143b9fb
fix typos 2023-12-05 09:46:36 +01:00
omahs c03fe7377b
fix typos 2023-12-05 09:45:00 +01:00
omahs bba21b86c6
fix typo 2023-12-05 09:41:23 +01:00
Eren Gölge 9c7b850995
Merge pull request #3352 from VladCuciureanu/patch-1
fix: Few typos in Tortoise docs.
2023-12-04 15:56:37 +01:00
Edresson Casanova 5f900f156a
Add XTTS Fine tuning gradio demo (#3296)
* Add XTTS FT demo data processing pipeline

* Add training and inference columns

* Uses tabs instead of columns

* Fix demo freezing issue

* Update demo

* Convert stereo to mono

* Bug fix on XTTS inference

* Update gradio demo

* Update gradio demo

* Update gradio demo

* Update gradio demo

* Add parameters to be able to set then on colab demo

* Add erros messages

* Add intuitive error messages

* Update

* Add max_audio_length parameter

* Add XTTS fine-tuner docs

* Update XTTS finetuner docs

* Delete trainer to freeze memory

* Delete unused variables

* Add gc.collect()

* Update xtts.md

---------

Co-authored-by: Eren Gölge <erogol@hotmail.com>
2023-12-01 23:52:23 +01:00
Vlad Cuciureanu f5b41674e8
fix: Few typos in Tortoise docs. 2023-12-01 20:42:41 +02:00
Eren G??lge 18b7d746cb Updating XTTS docs 2023-11-27 14:54:49 +01:00
Julian Weber a55755c8df
update deepspeed version (#3281) 2023-11-24 12:35:49 +01:00
Julian Weber 58cb0d8dd0
Remove v1 doc and tests (#3172)
* remove v1 in inference.md

* remove v1 in README.md

* Update test_models.py
2023-11-08 14:51:42 +01:00
Julian Weber 03ad90135b
Add lang code in XTTS doc (#3158)
* Add lang code in XTTS doc

* Remove ununsed config and args

* update docs

* woops
2023-11-08 13:47:33 +01:00
Eren Gölge a24ebcd8a6
Fix coqui api (#3168) 2023-11-08 10:51:23 +01:00
Edresson Casanova 00294ffdf6 Update XTTS docs 2023-11-06 20:24:06 +01:00
Edresson Casanova e45227d9ff
XTTS v2.0 (#3137)
* Implement most similar ref training approach

* Use non-enhanced hifigan for test samples

* Add Perceiver

* Update GPT Trainer for perceiver support

* Update XTTS docs

* Bug fix masking with XTTS perceiver

* Bug fix on gpt forward

* Bug Fix on XTTS v2.0 training

* Add XTTS v2.0 unit tests

* Add XTTS v2.0 inference unit tests

* Bug Fix on diffusion inference

* Add XTTS v2.0 training recipe

* Placeholder model entry

* Add cloning params to config

* Make prompt embedding configurable

* Make cloning configurable

* Cheap fix for a cheaper fix

* Prevent resampling

* Update model entry

* Update docs

* Update requirements

* Code linting

* Add xtts v2 to sep tests

* Bug fix on XTTS get_gpt_cond_latents

* Bug fix on rebase

* Make style

* Bug fix in Japenese tokenizer

* Add num2words to deps

* Remove unused kwarg and added num_beams=1 as default

---------

Co-authored-by: Eren G??lge <egolge@coqui.ai>
2023-11-06 14:58:18 +01:00
Edresson Casanova de1d521c8a Update XTTS docs 2023-10-23 13:35:15 -03:00
Edresson Casanova 0f96abb5ec Add FT inference example on XTTS docs 2023-10-23 13:23:30 -03:00
Edresson Casanova 1ee8096799 Update XTTS docs 2023-10-23 11:13:09 -03:00
Edresson Casanova 6fefc36e5a Update XTTS docs 2023-10-23 11:03:57 -03:00
Julian Weber d21f15cc85
fix readme (#3071)
* fix readme

* fix inference.md
2023-10-17 10:27:11 +02:00
Julian Weber dcce1644b7
Fix doc dataset (#3070)
* fix formatting dataset doc

* fix autocomplete
2023-10-16 12:29:52 +02:00
Subash-Lamichhane b4666bb75e
fixed typo of /docs (#3065) 2023-10-16 11:57:15 +02:00
Subash-Lamichhane 3d146422c2
fixed typo of docs\source\implementing_a_new_model.md (#3066) 2023-10-16 11:57:04 +02:00
Julian Weber e5e0cbffc9
Streaming inference for XTTS 🚀 (#3035) 2023-10-06 18:34:06 +02:00
Eren Gölge 4033db5f4b 🔥 XTTS implementation 2023-09-13 17:51:24 +02:00
Eren Gölge d1d95707bd
Update docs (#2919) 2023-09-04 12:28:36 +02:00
Jake Tae fa0cbd78fe
Update README with new device API (#2876)
* docs: update readme w/ .to(device) api

* docs: add .to(device) in python quickstart

* docs: move section header out of comment

* chore: use device instead of hard-coded string

* docs: update inference.md
2023-08-28 11:19:00 +02:00
Eren Gölge 3a104d5c49
Update Studio API for XTTS (#2861)
* Update Studio API for XTTS

* Update the docs

* Update README.md

* Update README.md

Update README
2023-08-13 12:04:12 +02:00
Wouter van der Velde d611067d50
fixed small spelling mistakes (#2551) 2023-07-04 11:42:54 +02:00
Eren Gölge 9b041f958b Update docs and credits 2023-07-02 13:09:40 +02:00
Eren G??lge 90cf712bb4 Update docs 2023-06-30 14:58:15 +02:00
Eren G??lge 797eab2dd0 Add bark docs 2023-06-29 17:52:42 +02:00