Commit Graph

264 Commits

Author SHA1 Message Date
Eren Gölge
7eedfc67da Update README.md 2023-11-06 15:37:32 +01:00
Julian Weber
d21f15cc85 fix readme (#3071)
* fix readme

* fix inference.md
2023-10-17 10:27:11 +02:00
David Garvey
a151d70242 Add stdout option (#3027)
* add add cli options for play and speed
--play argument uses simpleaudio to play the tts wav
--speed <float 0.0-2.0> passes speed argument to Coqui Studio models

* remove simpleaudio not referenced in file

* fix simpleaudio dependency version

* add ALSA headers for simpleaudio compilation

* Dockerfile ALSA headers for simpleaudio

* base changes to use stdout instead of play audio
Considering conversion to pipe wav data for audio playback with ohter program
like aplay.

This is incomplete code. Using to get feedback before proceeding with
implementation.

* remove play for pipe_out arg that suppresses stdout
removed play and simpleaudio dependency in place of pipe
fuctionality to allow passing wav file data to a program
dedicated to playing audio.

* scipy.io.wavfile.write fails with /dev/null target

* Streaming inference for XTTS 🚀 (#3035)

* v0.17.7

* Redownload XTTS with the local and remote config do not match

* Remove unused method

* Print a message when it is already donwloaded

* Try-except to present error when the user dont have connection

* Fix style

* 0.17.8

* v0.17.8

---------

Co-authored-by: Julian Weber <julian.weber@hotmail.fr>
Co-authored-by: Eren Gölge <erogol@hotmail.com>
Co-authored-by: Edresson Casanova <edresson1@gmail.com>
Co-authored-by: ggoknar <ggoknar@coqui.ai>
2023-10-16 12:07:21 +02:00
Eren Gölge
cae185fd16 Update README.md 2023-10-16 12:00:59 +02:00
Aarni Koskela
5c047cf304 Ensure tts CLI tool readme and usage help is in sync 2023-09-26 15:38:56 +03:00
Omar Sanseviero
335ae63e01 Add coqui blog post (#2949)
* Update README.md

* Update README.md

---------

Co-authored-by: Edresson Casanova <edresson1@gmail.com>
2023-09-19 19:57:09 -03:00
Eren Gölge
4033db5f4b 🔥 XTTS implementation 2023-09-13 17:51:24 +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
Michael New
1f9d600b83 Denote human voices in README.md (#2851) 2023-08-13 12:15:17 +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
Eren Gölge
b3472a739e Update README.md 2023-07-24 13:42:20 +02:00
Eren Gölge
f24c5e0276 Update README 2023-07-24 13:30:19 +02:00
Eren Gölge
e42a72eb79 Fix typo 2023-07-04 12:14:54 +02:00
Eren Gölge
229cfbdf8a Update README.md 2023-07-04 12:09:50 +02:00
Eren Gölge
9b041f958b Update docs and credits 2023-07-02 13:09:40 +02:00
Eren G??lge
b8c2ab9833 [ci skip] Update README 2023-06-28 12:30:54 +02:00
Reuben Morais
2d967b786d Fix typo in README [skip ci] 2023-06-08 09:47:10 +02:00
Eren Gölge
e785d101a1 Port Fairseq TTS models (#2628)
* Load fairseq models

* Add docs and missing files

* Managing fairseq models and docs for API

* Make style

* Use scarf URL

* Add tests

* Fix URL

* Pass cpu

* Make lint

* Fixup

* Make lint

* fixup

* Fixup

* Change tokenization order

* Update README

* Fixup

* Fixup
2023-06-05 11:15:13 +02:00
Eren Gölge
7d6e18629f Add Tortoise to README 2023-05-16 01:33:56 +02:00
Atharva Shah
ba40a1c5c6 Update README.md (#2577)
Update link to point to blob instead of edit
2023-05-08 11:18:55 +02:00
prakharpbuf
c1875f68df typos and minor fixes (#2508)
* Update tacotron1-2.md

* Update README.md

* Update Tutorial_2_train_your_first_TTS_model.ipynb

* Update synthesizer.py

There is no arg called --speaker_name

* Update formatting_your_dataset.md

* Update AnalyzeDataset.ipynb

* Update AnalyzeDataset.ipynb

* Update AnalyzeDataset.ipynb

* Update finetuning.md

* Update train_yourtts.py

* Update train_yourtts.py

* Update train_yourtts.py

* Update finetuning.md
2023-04-26 15:22:57 +02:00
Eren Gölge
76511972e9 Add freevc to the models list 2023-04-10 14:03:08 +02:00
Eren Gölge
ad8b9bf2be 🐸 Coqui Studio API integration (#2484)
* Warn when lang is not avail

* Make style

* Implement Coqui Studio API

* Test

* Update docs

* Set action

* Make style

* Make lint

* Update README

* Make style

* Fix action

* Run actions
2023-04-05 15:06:50 +02:00
Wesley Pyburn
ce79160576 Fix errors in README.md (#2478)
Running the sample code below results in an error `language_id = self.tts_model.language_manager.name_to_id[language_name]`.
The fix is running the code with the correct language strings, the readme has been updated in this PR to work.

I assume this small typo leads to #2456 and #2458
2023-04-05 12:23:07 +02:00
Eren G??lge
4e75b6262c Update docs 2023-02-06 11:20:32 +01:00
Eren G??lge
baed2a2c2b Update README 2023-02-06 11:15:43 +01:00
Shivam Mehta
d83ee8fe45 Adding neural HMM TTS Model (#2272)
* Adding neural HMM TTS

* Adding tests

* Adding neural hmm on readme

* renaming training recipe

* Removing overflow\s decoder parameters from the config

* Update the Trainer requirement version for a compatible one (#2276)

* Bump up to v0.10.2

* Adding neural HMM TTS

* Adding tests

* Adding neural hmm on readme

* renaming training recipe

* Removing overflow\s decoder parameters from the config

* fixing documentation

Co-authored-by: Edresson Casanova <edresson1@gmail.com>
Co-authored-by: Eren Gölge <erogol@hotmail.com>
2023-01-23 11:53:04 +01:00
Shivam Mehta
3b8b105b0d Adding OverFlow (#2183)
* Adding encoder

* currently modifying hmm

* Adding hmm

* Adding overflow

* Adding overflow setting up flat start

* Removing runs

* adding normalization parameters

* Fixing models on same device

* Training overflow and plotting evaluations

* Adding inference

* At the end of epoch the test sentences are coming on cpu instead of gpu

* Adding figures from model during training to monitor

* reverting tacotron2 training recipe

* fixing inference on gpu for test sentences on config

* moving helpers and texts within overflows source code

* renaming to overflow

* moving loss to the model file

* Fixing the rename

* Model training but not plotting the test config sentences's audios

* Formatting logs

* Changing model name to camelcase

* Fixing test log

* Fixing plotting bug

* Adding some tests

* Adding more tests to overflow

* Adding all tests for overflow

* making changes to camel case in config

* Adding information about parameters and docstring

* removing compute_mel_statistics moved statistic computation to the model instead

* Added overflow in readme

* Adding more test cases, now it doesn't saves transition_p like tensor and can be dumped as json
2022-12-12 12:44:15 +01:00
Eren Gölge
0c9fa2229b Update README (#2204) 2022-12-12 12:20:50 +01:00
Julian Weber
84b9b0879e Fix documentation (#2154) 2022-11-16 16:13:07 +01:00
Eren Gölge
a0f31df481 Fix README.md 2022-11-16 12:27:58 +01:00
Julian Weber
3191c5f1fe Doc update docker (#2153)
* Complete Dockerignore to keep context managable

* Add documentation on readme

* Match pip and docker cuda version

* Use pip3 consistently
2022-11-16 00:21:56 +01:00
Eren Gölge
7689fadd86 Remove gitter link 2022-11-14 10:44:17 +01:00
Ikko Ashimine
42edcad45f Update README.md (#2146)
Github -> GitHub
2022-11-14 10:41:27 +01:00
Eren Gölge
c16804f5d0 Add Discord server badge (#2136) 2022-11-09 11:27:07 +01:00
Eren Gölge
ef82adcc51 Adding announcements to README.md 2022-10-15 19:11:16 +02:00
Eren Gölge
dba2c3570a Update readme (#1978) 2022-09-16 12:01:46 +02:00
Edresson Casanova
98aa6261d1 Add YourTTS and SC-GlowTTS on available models (#1933) 2022-09-08 11:10:39 +02:00
p0p4k
4fe50801b5 Update README.md; download progress bar in CLI. (#1797)
* Update README.md

- minor PR
- added model_info usage guide based on #1623 in README.md .

* "added tqdm bar for model download"

* Update manage.py

* fixed style

* fixed style

* sort imports
2022-08-01 12:17:47 +02:00
Yuri Pourre
1a065fa6ed Update README.md (#1776)
Fix typo in different and code sample
2022-07-26 13:28:21 +02:00
camillem
5c821d9fa1 Fix the --model_name and --vocoder_name arguments need a <model_type> element (#1469)
Co-authored-by: Eren Gölge <erogol@hotmail.com>
2022-06-27 10:32:43 +02:00
Eren Gölge
e282da5161 Update CI badges 2022-05-13 14:56:49 +02:00
Eren Gölge
4857967063 🐍 Python 3.10.x support and drop Python 3.6 support (#1565)
* Update requirements

* Update CI for p3.10

* Update numpy requirement

* Drop 🐍p3.6 support

Numpy also dropped support for p3.6

* Bind cython v0.29.28

* Bind pyworld to v0.2.10

> 0.2.10 is not p3.10.x compatible

* Update Dockerfile
2022-05-12 15:50:25 +02:00
Eren Gölge
72d85e53c9 Update model file extension (#1422)
* Update model file ext to ```.pth```

* Update docs

* Rename more

* Find model files
2022-03-22 17:55:00 +01:00
Eren Gölge
6716b3b214 Fix typo 2022-03-06 14:10:16 +01:00
Edresson Casanova
0860d73cf8 Remove Tensorflow requeriment (#1225)
* Remove TF modules

* Remove TF unit tests

* Remove TF vocoder modules

* Remove TF convert scripts

* Remove TF requirement

* Remove the Docs TF instructions

* Remove TF inference support
2022-02-10 16:14:54 +01:00
Reuben Morais
0057494a2a Remove broken link 2021-12-17 11:37:19 +01:00
Reuben Morais
859ac1a54c Include usage instructions in README 2021-12-17 11:37:19 +01:00
Eren Gölge
7c10574931 Gateway for TTS models 2021-10-26 13:04:51 +02:00
Eren Gölge
1ea011571a Update SpeedySpeech config 2021-09-12 15:33:27 +00:00