Commit Graph
95 Commits
Author SHA1 Message Date
源文雨 0d6621dee5 doc: release requirements limit (#390) 2024-06-21 16:47:35 +09:00
刘悦 e06fd5bd79 feat(webui): support stream infer (#380) 2024-06-21 16:30:24 +09:00
源文雨 d57dde191e fix: mps memory leakage by moving gpt&emb to cpu (#389)
see more at
#261
https://github.com/pytorch/pytorch/issues/91368
https://stackoverflow.com/questions/74902903/pytorch-memory-leak-reference-cycle-in-for-loop
2024-06-21 16:29:10 +09:00
ermian c42852ea38 fix: GPU memory check threshold (#387) 2024-06-21 16:18:43 +09:00
ermian 56227f466d fix: homophones replacer (#386)
and improve output clarity

- 原代码在应用字符映射后错误地使用了变量t而不是text[i],会导致前一步 apply_character_map 的结果被覆盖。现已更正此问题。
- 同音字替换的输出已改进为仅显示替换的字符,使结果更简洁。
2024-06-21 16:17:59 +09:00
源文雨 ace4d0ca23 optimize(dvae): remove einops (#383) 2024-06-21 13:49:36 +09:00
源文雨 e6412b1c8b fix(ipy): missing envs (#379) 2024-06-21 00:16:34 +09:00
asamaayako 153ccde9bb fix: Windows not yet supported for torch.compile (#377) 2024-06-20 22:35:30 +09:00
LeoN0425 654b0f291b optimize: mps audio quality by contiguous scores (#373)
Ensuring logits scores are contiguous resolved the bug on MPS
2024-06-20 17:53:19 +09:00
源文雨 3a936ea2f5 doc: optimize README (#374) 2024-06-20 17:45:21 +09:00
源文雨 4cd92fa721 doc: optimize README (#368) 2024-06-20 01:11:47 +09:00
源文雨 001d164049 doc: optimize README (#367) 2024-06-20 01:06:49 +09:00
libukai a75bb6920a doc: fix the readme link (#365) 2024-06-19 23:03:11 +09:00
libukai 2158433a1a doc: translate README to cn (#364) 2024-06-19 22:46:13 +09:00
源文雨 dc5a3e0810 fix: stream api (#363) 2024-06-19 21:42:00 +09:00
zhipeng f0babd0554 feat: support stream mode (#360)
* Update core.py

* Update core.py

* Update api.py

* gpt support streaming
2024-06-19 20:55:57 +09:00
源文雨 a63e9c2adf feat(core): add load_models source local (#361)
rename original `local` to `custom`
2024-06-19 18:14:29 +09:00
ermian ce1c962b62 fix: replace mispronounced words in TTS (#350)
* [Fix] Replace mispronounced words in TTS using hack method

* [Refactor] Move homophones_map.json to res folder

* [Refactor] Cache homophones_map.json and document source

* [Refactor] document process in class docstring.
2024-06-19 16:54:46 +09:00
源文雨 0738ee61ee doc: optimize README (#359) 2024-06-19 14:57:04 +09:00
源文雨 5e53ec0bbe doc: optimize README (#358) 2024-06-19 14:54:28 +09:00
源文雨 c0c9ac68a8 doc: optimize README (#357) 2024-06-19 14:48:16 +09:00
Yuan-Man 247b1436f1 feat: add conda installation guide (#355) 2024-06-19 14:32:46 +09:00
Yuan-Man 37b65189a9 doc: add Related Resources (#356) 2024-06-19 14:31:54 +09:00
源文雨 9ea7e5ceb4 doc: move scripts into examples (#353)
to make the root dir clean
2024-06-19 13:33:23 +09:00
源文雨 c8e3e37082 fix: rename cmd to run to avoid package name conflict (#351) 2024-06-19 13:12:43 +09:00
Fishtailand源文雨 bf92d58760 optimize: tqdm display (#208)
to jump directly to max_new_token at completion

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2024-06-19 13:09:04 +09:00
HonestQiao 5a84e4fa03 optimize: add more onto webui (#182)
* Add preset voices config

* Add startup parameter named root_path. This will be friendly to web service deployments such as nginx.
2024-06-19 12:56:36 +09:00
Ren Pang 1d2e2bf2cd optimize: model/dvae.py tensor operation (#273) 2024-06-19 12:53:30 +09:00
Jianqing Peng ff6de2c3b3 feat: add commandline script (#21)
* add app.py and update README.md

fix the file save

* rename app.py to cmd.py
2024-06-19 02:24:38 +09:00
源文雨 beb79bf40f doc: optimize English README (#349)
* doc: optimize English README

* doc: optimize English README
2024-06-19 00:58:41 +09:00
源文雨 633817a39c doc: optimize English README (#348) 2024-06-19 00:52:31 +09:00
源文雨 4c012e8857 doc: optimize English README (#347) 2024-06-19 00:41:05 +09:00
源文雨 f3f68d9a69 doc: fix READMEs' format (#346) 2024-06-18 23:36:43 +09:00
源文雨 7279181236 doc: move i18n READMEs into docs folder (#345) 2024-06-18 23:34:42 +09:00
源文雨 50a65debfa fix: move .ipynb out of language bar (#344)
and clear ipynb output to shrink its size
2024-06-18 23:10:20 +09:00
源文雨 6a574c4687 fix: normalizer fallback & mps infer (#343)
fix #216
fix #215
fix #110
fix #106
fix #60
fix #186
fix #160
fix #101
2024-06-18 23:01:16 +09:00
源文雨 cde4869e53 chore: add innore to asset and config folder (#340) 2024-06-18 23:00:52 +09:00
Yuan-Man e324ba5f07 doc: add hf badge to README_CN.md (#342) 2024-06-18 21:18:53 +09:00
Yuan-Man 73a438bea9 doc: add hf badge to README.md (#36) 2024-06-18 21:18:26 +09:00
wuhongsheng a070f1c730 feat: add setup.py (#305)
TODO: 有待后续完善
2024-06-18 16:57:54 +09:00
UTSAB UTSHO 60758fd19e doc: add Google Colab Demo (#293)
* stupid proof colab demo

* to be updated later
2024-06-18 16:56:50 +09:00
enoch.z ae53d89477 doc: fix typos in README.md (#283) 2024-06-18 16:52:59 +09:00
rasonyangand杨雄辉 845e6f8ba1 feat: add apple gpu mps backend (#261)
Co-authored-by: 杨雄辉 <yangxh@zhichi.com>
2024-06-18 16:49:47 +09:00
Wang Wenhui 9a3ae987d3 doc: grammar correction for README.md (#241)
correct the grammar in the README.md file.
2024-06-18 16:45:27 +09:00
Ikko Eltociear Ashimine 5365f9007d docs: add Japanese README (#199)
* docs; add Japanese README

* docs: update README.md

* docs: update README_CN.md
2024-06-18 16:44:17 +09:00
Faych Chen 75e1a02e65 doc(requirements): add missings (#178) 2024-06-18 16:41:44 +09:00
Yuan-Man 43967d601a feat(webui): add examples (#172) 2024-06-18 16:40:39 +09:00
Mike-FreeAI 0f7371f3e4 doc: add Russian README (#163) 2024-06-18 15:34:02 +09:00
kaixindelele 75479ce7f5 doc: add star chart to README (#33) 2024-06-18 15:19:42 +09:00
andylida 4a79165a3d Merge pull request #282 from jonahzheng/patch-1
Update README_CN.md
2024-06-18 00:05:45 +08:00