Commit Graph

352 Commits

Author SHA1 Message Date
源文雨 4dbd5eb6d4 fix(test): make test happy 2024-08-06 18:01:52 +08:00
源文雨 b1e6f5f525 fix(core): hf model download 2024-08-06 17:52:31 +08:00
github-actions[bot] ccf7e4da6f chore(format): run black on dev (#670)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-06 17:41:00 +08:00
源文雨 f3dcd970c9 optimize: separate speaker from tokenizer
- move `spk_stat.pt` into config
- move `sample_audio_speaker` to DVAE
- update rvcmd to `v0.2.7`
2024-08-06 17:35:41 +08:00
github-actions[bot] 26472389cf chore(format): run black on dev (#664)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-06 10:41:15 +08:00
Dr. Artificial曾小健 96c7f70628 typo: EN README (#666) 2024-08-06 10:25:35 +08:00
源文雨 80b24e66b7 fix(tokenizer): weights_only warning by dropping .pt 2024-08-05 21:06:52 +08:00
源文雨 6afc7612c4 fix(norm): cannot compute fingerprint of empty list 2024-08-05 20:42:36 +08:00
源文雨 1812f91441 fix(test): make it happy 2024-08-05 20:38:16 +08:00
源文雨 47b476e198 feat(test): use manual_seed param 2024-08-03 17:15:53 +08:00
源文雨 c140a0b691 feat(gpt): do re-gen only on None manual_seed 2024-08-03 17:11:08 +08:00
源文雨 61add70490 fix(test): change expected value 2024-08-02 15:44:36 +08:00
github-actions[bot] 2c2daf46b6 chore(format): run black on dev (#660)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-02 15:40:18 +08:00
源文雨 c6bae90158 fix(norm): tags are read literally (fix #655) 2024-08-02 15:38:22 +08:00
源文雨 e6b35a989b fix(norm): tag splitting logic 2024-08-02 15:18:31 +08:00
源文雨 adf1457886 feat: add more logs 2024-08-02 15:15:35 +08:00
源文雨 5fb16c98eb feat: add more logs 2024-08-02 15:11:08 +08:00
源文雨 18dba884bf fix: split tags and text first before norm (#655) 2024-08-02 15:00:16 +08:00
源文雨 36c87238d2 test: add for issue #655 2024-08-02 14:23:03 +08:00
周文阳 e483d55104 fix: gpu change to cpu overhead (#656)
* fix: gpu change to cpu overhead

* Update .gitignore

---------

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2024-08-01 16:42:27 +00:00
github-actions[bot] 6e2b0aef5b chore(format): run black on dev (#651)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-31 16:55:37 +08:00
源文雨 e675a593e2 optimize: drop seed context & add text temps
- add param `manual_seed`
- add missing params of refine_text
2024-07-31 16:53:36 +08:00
源文雨 63f486862c optimize: remove unnecessary dels 2024-07-30 01:30:31 +08:00
github-actions[bot] e4cd66e06a chore(format): run black on dev (#643)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-30 01:12:37 +08:00
周文阳 8f49418877 fix: topK and topP not valid (#642) 2024-07-29 17:08:02 +00:00
ZillaRU 3ff474d7af feat: add examples of onnx export (#622) 2024-07-30 00:55:52 +08:00
此般浅薄 680e046f7a fix: 降低zero-shot功能对torch版本的要求 (#638)
* fix some problem

* delete annotation

* some simplify

* chore(format): run black on dev

* correct the device_gpt

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-28 23:52:38 +08:00
github-actions[bot] 06b823be8b chore(format): run black on dev (#629)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-28 00:23:11 +08:00
YuriHead 2bfb0977d2 chore: optimize tensor padding in model_runner.py (#639) 2024-07-27 18:01:19 +08:00
源文雨 319d037ae8 feat(vLLM): add missing params in refine_text 2024-07-25 12:01:20 +08:00
源文雨 4a1962be95 feat(vLLM): add missing params in refine_text 2024-07-25 12:00:29 +08:00
github-actions[bot] 4991dfd93b chore(format): run black on dev (#627)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-25 03:32:15 +08:00
源文雨 a21bafaf74 fix(core): missig param 2024-07-25 03:26:37 +08:00
源文雨 6a4c97b80a fix(core): no attribute 'GenerationOutputs' 2024-07-25 03:24:41 +08:00
YuriHead 00cd9436ef chore: optimize tensor padding in model_runner.py (#628) 2024-07-25 03:15:15 +08:00
源文雨 4f72f4a23d fix(vLLM): importlib relative import 2024-07-25 01:39:40 +08:00
源文雨 9d7c437de4 doc: add vLLM instruction 2024-07-25 01:35:15 +08:00
源文雨 a9af30ba84 fix(vllm): No module named 'ChatTTS.model' 2024-07-25 01:24:47 +08:00
github-actions[bot] e508fee76c chore(format): run black on dev (#626)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-25 01:16:56 +08:00
源文雨 b165532bdc chore: remove unnecessary files 2024-07-25 01:14:32 +08:00
源文雨 041d803712 chore(core): restore all normal infers 2024-07-25 01:10:49 +08:00
源文雨 f6ffdca74f chore(vLLM): move load logic to gpt 2024-07-24 22:24:18 +08:00
源文雨 f54ddaad14 chore(vllm): rename Post_model to PostModel 2024-07-24 21:52:04 +08:00
源文雨 9cd5620276 doc: use green pypi badge 2024-07-24 16:31:51 +08:00
源文雨 cc8024a399 chore: restore some latest changes 2024-07-24 00:36:01 +08:00
源文雨 5a29d8e51c chore: restore some latest changes 2024-07-24 00:26:43 +08:00
源文雨 9c0a1df31c chore: restore some latest changes 2024-07-21 23:47:39 +09:00
源文雨 fe68af9eec chore: restore some latest changes 2024-07-21 23:43:23 +09:00
源文雨 72f2ba2f54 chore: restore some latest changes 2024-07-21 23:37:14 +09:00
github-actions[bot] 776f2c4410 chore(format): run black on dev (#614)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-21 23:20:14 +09:00