30 Commits

Author SHA1 Message Date
源文雨 71c3491f5e fix(examples): wrong cmd import order 2024-08-24 13:29:51 +08:00
源文雨 7f54d2cd17 fix: set missing comple=False (#713) 2024-08-24 00:53:33 +08:00
github-actions[bot] b2246ccfae chore(format): run black on dev (#674)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-08 13:13:16 +08:00
weedge 62593194a9 feat: add [--source ***] [--custom_path XXX] for run cmd (#669)
* feat: add simple_run example

Signed-off-by: weedge <weege007@gmail.com>

* fix: mv simple_run cmd and add [--source ***] [--custom_path XXX] for run cmd

Signed-off-by: weedge <weege007@gmail.com>

* fix: mv unuse code from ai gen

Signed-off-by: weedge <weege007@gmail.com>

---------

Signed-off-by: weedge <weege007@gmail.com>
2024-08-08 00:43: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
源文雨 af8a4e378c chore(tools): rename wav_arr_to_mp3_view to pcm_arr_to_mp3_view 2024-07-10 16:50:14 +09:00
源文雨 e049abab96 chore(test): update test according to #521 2024-07-10 15:06:59 +09:00
此般浅薄 c0644a5a1f cmd/jupyter流式代码简化优化;cmd/jupyter stream play example simplify (#549)
* simplify stream play code

* add some example

* optimize stream play and adapt to the latest dev changes

* chore(format): run black on dev

---------

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-10 14:29:21 +09:00
github-actions[bot] 00b2dfd1a3 chore(format): run black on dev (#556)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-10 00:53:14 +09:00
源文雨 6e18575faa feat(core): batch vocos decode
feat(cmd): support stream infer
2024-07-10 00:49:30 +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
源文雨 a5fec6653d fix(gpt): compile failed 2024-07-06 00:15:04 +09:00
源文雨 37674fbd3a fix(ipynb): install requirements error 2024-07-05 23:49:04 +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
github-actions[bot] 7db7d08b5a chore(format): run black on main (#501)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-29 17:32:49 +09:00
源文雨 09ea2a0ff6 feat(cmd): add param --spk 2024-06-29 17:30:36 +09:00
源文雨 f8f4f53386 perf: use cpu in MacOS by default (#472) 2024-06-27 12:28:46 +09:00
源文雨 cc58be254c fix(webui): crash on non-ffmpeg env. (#466) 2024-06-26 17:48:43 +09:00
源文雨 0744bb3418 feat(examples): use mp3 output by default (#449) 2024-06-25 21:41:25 +09:00
github-actions[bot] 93db24b4b2 chore(format): run black on main (#443)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-25 17:22:13 +09:00
源文雨 8620dfbb3a fix(load): KeyError: 'sha256_config_decoder_yaml' (fix #438) (#441)
by removing environment vars
2024-06-25 17:16:30 +09:00
源文雨 5222976ed2 refactor: Chat.load_model to Chat.load (#432) 2024-06-24 22:53:43 +09:00
zhipeng a41ce6320b feat(cmd): add multiple texts (#366)
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2024-06-22 15:16:04 +09:00
源文雨 3e0d87bca0 fix(tools): log formatting (#401)
- introduce numba
- move audio normalization functions to tools/audio
- remove IPython from tools/cmd
2024-06-22 14:59:06 +09:00
源文雨 a851b9a9fe optimize: log & webui (#398)
- move log definition out of ChatTTS
- apply colorful log level
- optimize webui logic
- split webui into 2 files for clear reading
2024-06-22 01:47:56 +09:00
源文雨 f17bd31327 fix: model loading check (#391) 2024-06-21 16:57:44 +09:00
源文雨 a63e9c2adf feat(core): add load_models source local (#361)
rename original `local` to `custom`
2024-06-19 18:14:29 +09:00
源文雨 9ea7e5ceb4 doc: move scripts into examples (#353)
to make the root dir clean
2024-06-19 13:33:23 +09:00