Commit Graph

2858 Commits

Author SHA1 Message Date
Eren Gölge 0ee3eeefb5
[ci skip] update CONTRIBUTING.md 2021-04-21 13:55:50 +02:00
Eren Gölge 39ceb3f7df
Update README.md 2021-04-21 13:50:35 +02:00
Eren Gölge 757dfb9289 add `SpeakerManager` tests 2021-04-21 13:28:43 +02:00
Eren Gölge e1d960da9e use SpeakerManager in Synthesizer 2021-04-21 13:13:27 +02:00
Eren Gölge 04b6881b66 add ```unique``` argument to make_symbols to fix the incompat. issue of the
SC-Glow models
2021-04-21 13:12:35 +02:00
Eren Gölge 790946faec formating speakers.py 2021-04-21 13:12:11 +02:00
Eren Gölge ab313814de initial SpeakerManager implementation 2021-04-21 13:11:46 +02:00
Eren Gölge 09890c7421 fix the glow-tts in setup_model 2021-04-21 13:10:40 +02:00
Eren Gölge 8764d02eb2 update argument name external_speaker_embedding_dim -> speaker_embedding_dim
add inference_noise_scale argument to glow-tts
2021-04-21 13:09:44 +02:00
Eren Gölge 8b40720977 add load_chekpoint to speaker encoder 2021-04-21 13:09:04 +02:00
Eren Gölge 37cad38c27 update argument name in server.py 2021-04-21 13:08:45 +02:00
Eren Gölge 9bccee9da8 update synthesize.py for multi-speaker setting 2021-04-21 13:08:25 +02:00
Eren Gölge d0786be2a3
remove matrix link 2021-04-19 11:07:40 +02:00
Eren Gölge e31f174cf8
Merge pull request #435 from Mic92/ipv6
server: also listen to ipv6
2021-04-16 20:34:49 +02:00
Eren Gölge d2fa8add1f add ```unique``` param to keep scglow models compatible (they are duplicate symbols ins the character set) 2021-04-16 19:40:13 +02:00
Eren Gölge d9612a4351 set the default layer size compatible with scglow 2021-04-16 19:40:13 +02:00
Eren Gölge 1038fd420d fix a mistake from rebase 2021-04-16 19:39:47 +02:00
Eren Gölge 47e356cb48 code styling 2021-04-16 16:01:40 +02:00
Eren Gölge 25328aad00 refactoring to allow defining the speaker file externally 2021-04-16 15:59:57 +02:00
kirianguiller 83aa415934 add usage of new Synthetizer class in the chinese model notebook 2021-04-16 15:56:29 +02:00
kirianguiller 48ae52a9a3 handle multi speaker and gst in Synthetizer class 2021-04-16 15:54:49 +02:00
Eren Gölge d0d7eae39a
Merge pull request #430 from AXKuhta/main
Fix the "Run your own TTS and Vocoder models" snippet
2021-04-16 13:10:47 +02:00
Jörg Thalheim 97f98e4c45
server: also listen to ipv6
The [::] address will listen to both ipv4/ipv6 addresses.
2021-04-16 09:26:39 +02:00
Eren Gölge a53958ae3a fix urls for the new models 2021-04-15 17:05:00 +02:00
Eren Gölge d63e4f288d Merge branch 'dev' into main 2021-04-15 16:38:18 +02:00
Eren Gölge 4450c9bf5f [ci skip]update version 2021-04-15 16:37:46 +02:00
Eren Gölge 9cc17be53a formatting and a small bug fix in Tacotron model 2021-04-15 16:36:51 +02:00
Eren Gölge 1ad838bc83 add newly released models under .model.json 2021-04-15 16:06:10 +02:00
Eren Gölge 7cada1a949 remove noise 2021-04-15 15:30:45 +02:00
Eren Gölge d60a8d7211 show the real waveform on TB too for GAN vocoder training. 2021-04-15 15:30:06 +02:00
Eren Gölge 5fbe926429 change the default TTS model to TacotronDDC 2021-04-15 15:29:44 +02:00
AXKuhta 993f4aed86
This snippet was trying to load the model as the config file 2021-04-15 11:53:27 +08:00
Eren Gölge bae2ad0ff5 add HiFiGAN to readme 2021-04-15 03:15:12 +02:00
Eren Gölge 3de5a89154 optionally enable prenet dropout at inference time for tacotron models 2021-04-13 13:24:56 +02:00
Eren Gölge c00212b67c bump up pytorch version 2021-04-13 12:41:26 +02:00
Eren Gölge 28a2fed8a3 update hifigan in .model.json 2021-04-12 16:48:05 +02:00
Eren Gölge abaf36861a aligntts model .model.json placeholder 2021-04-12 16:43:52 +02:00
Eren Gölge 480e2f7888 docstring update and better handling make_symbols 2021-04-12 16:40:49 +02:00
Eren Gölge b735076bb4 linter fixes 2021-04-12 13:14:11 +02:00
Eren Gölge b11d1cb845 small fixes 2021-04-12 12:40:55 +02:00
Eren Gölge a7f6045644 Merge branch 'reformat' into hifigan-reformat 2021-04-12 12:00:17 +02:00
Eren Gölge f519012dea reformatting and styling 2021-04-12 11:47:39 +02:00
Eren Gölge 9011dddf77 tacotron DDC placeholder in models.json 2021-04-12 04:06:27 +02:00
Eren Gölge 3c0d1d066d update permissions of all the shell scripts 2021-04-10 20:04:27 +02:00
Eren Gölge a750c07717 change file permissions to +x 2021-04-10 19:51:48 +02:00
Eren Gölge d295d5de97 remove torch.no_grad from TorchSTFT 2021-04-10 19:43:57 +02:00
Eren Gölge 5b70da2e3f restore schedulers only if training is continuing a previous training
inherit nn.Module for TorchSTFT
2021-04-09 19:31:28 +02:00
Eren Gölge 2c71c6d8cd [ci skip]update gan vocoder configs to reflect the recent changes 2021-04-09 17:15:32 +02:00
Eren Gölge 8f2a4404b2 [ci skip] lang. update for CONTRIBUTING.md 2021-04-09 17:08:15 +02:00
Eren Gölge 72e72a9476 adapt Makefile for CI 2021-04-09 16:52:24 +02:00