Commit graph

257 commits

Author SHA1 Message Date
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 9dc2ed4455
Update README.md 2023-07-26 01:37:15 +05:30
manmay-nakhashi 1aabb3cec1 fixes 2023-07-26 01:35:42 +05:30
manmay-nakhashi 8b317ebedf Merge branch 'main' of https://github.com/neonbjb/tortoise-tts into main 2023-07-26 01:29:40 +05:30
manmay-nakhashi c4b5bcf3db add speaking rategit add tortoise/api.py! 2023-07-26 01:28:55 +05:30
manmay nakhashi 3796069550
Merge pull request #528 from rsxdalv/main
bump minor version in setup.py
2023-07-19 13:34:09 +05:30
Roberts Slisans 799c5d261a
bump minor version in setup.py 2023-07-19 10:48:52 +03:00
manmay nakhashi ff84654b2a
Update README.md 2023-07-16 16:41:49 +05:30
manmay-nakhashi aaed65869a bug fix 2023-07-16 16:00:40 +05:30
manmay nakhashi b76b4d19cd
Merge pull request #523 from neonbjb/kv_cache
kv cache merge
2023-07-16 15:53:18 +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 56bf3948ff update requirements 2023-07-16 15:32:06 +05:30
manmay nakhashi bc80f8290b
Merge pull request #514 from dylancaponi/patch-1
Update pydantic to 1.9.1 to fix ValueError
2023-07-16 15:29:40 +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
Dylan Caponi 53e25f3b17
Update pydantic to 1.9.1
Fixes this issue that I'm running into: https://stackoverflow.com/questions/72364077/pydantic-setting-a-default-value-for-an-annotated-type
2023-07-10 20:44:31 -07:00
manmay-nakhashi 82724cca54 import deepspeed only if use_deepspeed is True 2023-07-10 07:47:46 +05:30
James Betker 31a2e153ff
Update README.md
remove lfh
2023-07-09 15:57:45 -07:00
manmay nakhashi 8ad7364460
Merge pull request #511 from neonbjb/deepspeed_integration
revert deepspeed version due to crash in do_tts
2023-07-10 00:40:34 +05:30
manmay nakhashi b8893a25f5
Merge branch 'main' into deepspeed_integration 2023-07-10 00:40:19 +05:30
manmay-nakhashi 39f8e2c6a0 revert deepspeed version due to crash in do_tts 2023-07-10 00:36:22 +05:30
manmay nakhashi 2cab3c6668
Update deepspeed version 2023-07-09 20:52:53 +05:30
manmay nakhashi f6f6517b2f
Merge pull request #509 from neonbjb/deepspeed_integration
added deepspeed inference
2023-07-09 18:45:09 +05:30
manmay-nakhashi 827c4bddad revert transformers version 2023-07-09 18:44:27 +05:30
manmay-nakhashi 5a9707d93c added deepspeed inference 2023-07-09 18:40:10 +05:30
manmay nakhashi c27641791a
Merge pull request #508 from rsxdalv/main
Pin transformers==4.29.2 (upgrade) and fix for setup.py #472 #476 #479 #480
2023-07-09 17:54:52 +05:30
manmay nakhashi a6b1526462
Merge pull request #469 from eltociear/patch-1
typo fix
2023-07-09 17:54:20 +05:30
Roberts Slisans 0f33cf1ea9
Update requirements.txt 2023-07-09 13:40:40 +03:00
Roberts Slisans 6560c1bb7e
pin setup.py to transformers==4.29.2 2023-07-09 13:40:16 +03:00
James Betker f04f95e302
Update README.md 2023-06-26 09:55:09 -07:00
James Betker 340af66b08
Update README.md 2023-06-26 09:53:41 -07:00
James Betker 7c42a8a50a
Merge pull request #418 from n8bot/patch-1
Add conda installation instructions
2023-06-23 11:18:58 -06:00
James Betker b316ac3916
Merge pull request #488 from whatthesamuel/main
Update requirements.txt
2023-06-21 17:40:59 -07:00
Alex 96dae5c2fb
Merge pull request #1 from whatthesamuel/whatthesamuel-requirement-update
Update requirements.txt
2023-06-22 09:10:01 +09:00
Alex 76928125dd
Update requirements.txt
Fixed duplicates and unnecessary version requirements
2023-06-22 09:06:36 +09:00
n8bot f348297c29
Add command to downgrade transformers 2023-06-20 23:14:59 -07:00
James Betker 4566816cb4
Merge pull request #474 from spottenn/main
Fixed redact index error bug https://github.com/neonbjb/tortoise-tts/
2023-06-10 15:20:54 -07:00
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
James Betker d22ba29eca
Update requirements.txt 2023-05-30 20:34:19 -07:00
James Betker 0ea829d37a
Paper! 2023-05-16 08:22:52 -07:00
n8bot c934779d95
Add additional information for installation
Re-added the pytorch link for reference and describe each command in point form.
2023-04-27 13:09:56 -07:00
n8bot fad0e353a4
Add conda installation instructions
This replaces the pip-based method.
2023-04-27 12:11:29 -07:00
James Betker 25dd04650c
Revert autocast "fix". 2023-04-02 04:04:18 -07:00
James Betker a1d5a27633
Merge pull request #380 from serggonin/patch-1
Update diffusion_decoder.py
2023-04-01 20:54:45 -06:00
Sergey 4e990b4327
Update diffusion_decoder.py
Chanhged import autocast from torch
2023-03-29 13:20:18 +03:00