Commit Graph

243 Commits

Author SHA1 Message Date
源文雨 d5239e1b56 fix(wrokflow): pull-format checkout 2024-07-09 15:21:38 +09:00
briancaffey 0c0308a3d1 fix(api): fix order of args for writestr (#546) 2024-07-08 19:30:42 +09:00
源文雨 aea84bfdd0 feat(tokenizer): use encode_plus instead of __call__ 2024-07-08 17:57:40 +09:00
源文雨 2f07b8b486 fix(webui): try to fix wave struct.error
'H' format requires 0 <= number <= 65535

according to https://stackoverflow.com/questions/40822877/scipy-io-cant-write-wavfile
2024-07-08 00:15:36 +09:00
github-actions[bot] bfe5f2683d chore(format): run black on dev (#538)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-06 00:58:39 +09:00
源文雨 9db2c87c7f optimize(core): move _text_to_token into tokenizer 2024-07-06 00:57:38 +09:00
github-actions[bot] f1c6da98c1 chore(format): run black on dev (#536)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-06 00:42:17 +09:00
源文雨 13e1e67786 optimize(examples): api and cmd 2024-07-06 00:39:47 +09:00
源文雨 5468eda138 fix(gpt): compile failed 2024-07-06 00:20:00 +09:00
源文雨 a5fec6653d fix(gpt): compile failed 2024-07-06 00:15:04 +09:00
源文雨 6e80df2bcc fix(gpt): compile failed 2024-07-06 00:02:55 +09:00
源文雨 37674fbd3a fix(ipynb): install requirements error 2024-07-05 23:49:04 +09:00
源文雨 4122409686 optimize(core): add more torch.inference_mode 2024-07-05 23:40:50 +09:00
github-actions[bot] 68006cf90f chore(format): run black on dev (#535)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-05 21:39:17 +09:00
源文雨 3edd47c2e1 fix(webui): audio not the same at each generation 2024-07-05 21:38:12 +09:00
源文雨 72b2719895 optimize: tensor construct warning 2024-07-05 21:28:46 +09:00
github-actions[bot] c1d73ffc5a chore(format): run black on dev (#534)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-05 21:20:34 +09:00
源文雨 77c7e20feb optimize(core): remove pretrain_models 2024-07-05 21:18:43 +09:00
Gloridust 3acd7ab3ee doc: add language FR (#533) 2024-07-05 19:25:51 +09:00
briancaffey 5082d64051 feat(api): add chattts api example using fastapi (#530) 2024-07-05 14:09:03 +09:00
源文雨 6a075ae149 optimize(workflow): pull-format 2024-07-04 22:34:58 +09:00
源文雨 107b119aa5 feat(workflow): support change branch 2024-07-04 22:28:45 +09:00
github-actions[bot] 136d8f55da chore(format): run black on main (#527)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-04 22:23:32 +09:00
源文雨 e31b46e6ca feat(workflow): add pull-format 2024-07-04 22:22:52 +09:00
源文雨 a988a7d163 fix(test): 521 2024-07-04 22:09:12 +09:00
github-actions[bot] 88ea18edac chore(format): run black on main (#526)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-04 22:05:12 +09:00
源文雨 ff5d30b4fd optimize(test): log printing 2024-07-04 22:04:34 +09:00
github-actions[bot] a6febc876a chore(format): run black on main (#525)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-04 21:57:36 +09:00
源文雨 0e32ab32dd feat(infer): flatten unnecessary dim in output wavs
- optimize(all): use torch.inference_mode instead of with torch.no_grad()
- fix(core): missing params passing to generate
- chore(logging): use warning instead of warn for deprecation
- optimize(gpt): stream triggering timing
- feat(stream): add test for issue #521
2024-07-04 21:56:43 +09:00
源文雨 22bf56a36d fix(workflow): pyaudio install 2024-07-04 19:47:48 +09:00
源文雨 9c4865aa52 fix(workflow): skip run on format commit 2024-07-04 19:45:57 +09:00
源文雨 2de7bb6f82 fix(workflow): pyaudio install 2024-07-04 19:42:23 +09:00
github-actions[bot] 146a7582ec chore(format): run black on main (#522)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-04 19:24:37 +09:00
此般浅薄 3fd409f830 feat(cmd): add stream display example in cmd (#512)
* add stream display example in cmd mode by using multi-thread

* optimize stream code

* add pyaudio in requirements
2024-07-04 19:21:39 +09:00
源文雨 feba65ff20 fix(pypi): inconsistent version v0.1.1 2024-07-04 14:30:51 +09:00
libukai 2e6fa5c5e9 doc: add english version of Awesome-ChatTTS (#516) 2024-07-04 14:13:53 +09:00
源文雨 a4aaada8f9 fix(workflow): pypi upload 2024-07-03 16:47:32 +09:00
源文雨 3b9faea56b fix(workflow): pypi upload 2024-07-03 16:44:50 +09:00
源文雨 dd583d5d99 feat(workflow): finish pypi upload 2024-07-03 16:42:51 +09:00
源文雨 d8c24b6425 optimize(workflow): not run on bot commits 2024-07-03 16:39:41 +09:00
源文雨 6e7a261fa8 fix: AttributeError on py3.8 2024-07-03 16:28:35 +09:00
github-actions[bot] 46752ceca2 chore(format): run black on main (#514)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-03 16:19:07 +09:00
源文雨 eeb240beac optimize: reduce test time consumption 2024-07-03 16:18:23 +09:00
源文雨 3fbf2aadf5 fix: add param ensure_non_empty (fix #511) 2024-07-03 16:06:45 +09:00
libukai edfdec40aa doc: sync latest README (#509) 2024-07-02 18:56:10 +09:00
github-actions[bot] a13daa4e56 chore(format): run black on main (#510)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-02 18:55:29 +09:00
源文雨 46200b31de feat: add optional param use_flash_attn 2024-07-02 17:22:58 +09:00
源文雨 b607174e93 fix(gpt): flash_attention_2 impl. 2024-07-02 16:23:08 +09:00
github-actions[bot] 6b13131785 chore(format): run black on main (#508)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-02 15:53:32 +09:00
源文雨 7515712667 fix(gpt): add flash_attention_2 import 2024-07-02 15:52:55 +09:00