Rino Alfian
|
ecfa130329
|
Update audio.py
should be 22050 like previous
|
2024-06-27 12:00:54 +07:00 |
|
Rino Alfian
|
bfee380082
|
Create socket_client.py
|
2024-06-27 10:32:54 +07:00 |
|
Rino Alfian
|
d457073996
|
Create socket_server.py
|
2024-06-27 10:32:28 +07:00 |
|
Rino Alfian
|
1c61b07f5f
|
Update audio.py
|
2024-06-27 10:31:54 +07:00 |
|
dsenanayake
|
b6822c725d
|
adding a parameter check for device.
|
2024-05-13 12:57:36 +10:00 |
|
Alex Olishevskii
|
7ab28b6e54
|
Fix help information for use_deepspeed flag
|
2024-05-02 00:56:53 +04:00 |
|
Michael
|
f709ae7af9
|
Modified how audio.wav_to_univnet_mel is called to prevent redundant init of stft
|
2024-02-12 15:46:55 -05:00 |
|
Martin Shkreli
|
a5726e2b05
|
Update transformer.py
remove broken reference, which is not used
|
2023-12-15 13:27:14 -05:00 |
|
Quy Tang
|
8e6c69a407
|
Fix for exception on streaming on last chunk - copied from coqui-ai/TTS#3160
|
2023-11-22 14:36:37 +00:00 |
|
Chao Gao
|
babfab2d5e
|
Make voice file extension comparison case-insensitive
|
2023-10-22 20:18:25 +08:00 |
|
manmay-nakhashi
|
6c5f1fadb0
|
Merge branch 'main' of https://github.com/neonbjb/tortoise-tts into main
|
2023-10-19 02:20:00 +05:30 |
|
manmay-nakhashi
|
5257d66d88
|
added tts streaming example
|
2023-10-19 02:19:42 +05:30 |
|
William Gaylord
|
e8c53c6a87
|
Add CPU only support to hifigan_decoder.py
Allow higigan_decoder to run when not using a GPU.
|
2023-10-18 12:35:44 -05:00 |
|
manmay-nakhashi
|
ab270c7b31
|
add fast api for tortoise
|
2023-10-18 18:52:39 +05:30 |
|
Roberts Slisans
|
72eccabcb7
|
add tokenizer
|
2023-08-15 11:27:43 +03:00 |
|
NourEldin Osama
|
4d4a423971
|
Update autoregressive.py
Fix AttributeError: module 'torch.backends.cuda' has no attribute 'is_available'
|
2023-08-11 20:08:19 +03:00 |
|
manmay nakhashi
|
4ad73a143d
|
check cuda in deepspeed init
|
2023-08-11 21:02:08 +05:30 |
|
manmay nakhashi
|
847b8f6e3a
|
Merge pull request #550 from Jerry-Master/main
Added MPS support
|
2023-08-11 20:47:06 +05:30 |
|
Jose
|
bde2cc2bff
|
Removed deepspeed for MPS
|
2023-08-11 16:39:09 +02:00 |
|
Jose
|
bbe3c1550e
|
Updated for read.py
|
2023-08-11 16:34:52 +02:00 |
|
Roberts Slisans
|
50cd14fd3d
|
strict=False for transformers 4.31.0
|
2023-08-11 14:58:43 +03:00 |
|
Jerry-Master
|
8d67995ba7
|
Addes MPS support
|
2023-08-06 19:01:10 +02:00 |
|
Jerry-Master
|
b4988c24b3
|
Added MPS support for do_tts
|
2023-08-06 17:41:30 +02:00 |
|
manmay-nakhashi
|
7000b899ec
|
bug fixes and added kv_cache to do_tts
|
2023-07-30 13:02:50 +05:30 |
|
manmay nakhashi
|
af7ffaf09d
|
add speed ups in read.py
|
2023-07-29 06:26:03 +05:30 |
|
manmay nakhashi
|
5413ce57d5
|
fix memoery leak in read.py
|
2023-07-29 05:51:56 +05:30 |
|
manmay-nakhashi
|
61e5d993b1
|
bug fix
|
2023-07-27 08:34:39 +05:30 |
|
manmay nakhashi
|
614bc9d761
|
Merge pull request #405 from narviii/output-name
output filename in args
|
2023-07-27 00:01:31 +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
|
1aabb3cec1
|
fixes
|
2023-07-26 01:35:42 +05:30 |
|
manmay-nakhashi
|
c4b5bcf3db
|
add speaking rategit add tortoise/api.py!
|
2023-07-26 01:28:55 +05:30 |
|
manmay-nakhashi
|
aaed65869a
|
bug fix
|
2023-07-16 16:00:40 +05:30 |
|
manmay-nakhashi
|
d8f028325b
|
fix
|
2023-07-16 15:52:17 +05:30 |
|
manmay-nakhashi
|
180d65d0fb
|
add parallelize back as it was already there
|
2023-07-16 15:42:53 +05:30 |
|
manmay-nakhashi
|
45462c6cf1
|
pass half from TexttoSpeech args
|
2023-07-16 14:25:42 +05:30 |
|
manmay-nakhashi
|
be7c5056f7
|
remove var
|
2023-07-16 01:06:19 +05:30 |
|
manmay-nakhashi
|
19f5250454
|
add half because kv_cache increases memory footprint
|
2023-07-16 00:49:17 +05:30 |
|
manmay-nakhashi
|
a88534adb2
|
added kv_cache
|
2023-07-15 23:00:19 +05:30 |
|
manmay-nakhashi
|
82724cca54
|
import deepspeed only if use_deepspeed is True
|
2023-07-10 07:47:46 +05:30 |
|
manmay-nakhashi
|
39f8e2c6a0
|
revert deepspeed version due to crash in do_tts
|
2023-07-10 00:36:22 +05:30 |
|
manmay-nakhashi
|
5a9707d93c
|
added deepspeed inference
|
2023-07-09 18:40:10 +05:30 |
|
manmay nakhashi
|
a6b1526462
|
Merge pull request #469 from eltociear/patch-1
typo fix
|
2023-07-09 17:54:20 +05:30 |
|
spottenn
|
d35e33dfd6
|
Fixed redact index error bug https://github.com/neonbjb/tortoise-tts/issues/362
|
2023-06-10 12:23:07 -06:00 |
|
Ikko Eltociear Ashimine
|
03fa6922ed
|
Update tokenizer.py
transliterates -> transliterate
|
2023-06-09 03:06:51 +09:00 |
|
Vladimir Sofronov
|
796ceac1a4
|
output filename in args
|
2023-04-16 20:52:03 -07:00 |
|
James Betker
|
25dd04650c
|
Revert autocast "fix".
|
2023-04-02 04:04:18 -07:00 |
|
Sergey
|
4e990b4327
|
Update diffusion_decoder.py
Chanhged import autocast from torch
|
2023-03-29 13:20:18 +03:00 |
|
James Betker
|
5dc3e269b3
|
Merge pull request #233 from kianmeng/fix-typos
Fix typos
|
2023-01-17 18:24:24 -07:00 |
|
원빈 정
|
b3d67dcc6b
|
Add reference of univnet implementation
|
2023-01-06 15:57:02 +09:00 |
|