Commit Graph

104 Commits

Author SHA1 Message Date
源文雨 66cd749cc5 chore: make lint happy 2025-11-27 17:26:36 +08:00
源文雨 31ed623a27 feat(gpu): add partial dml support 2025-11-27 17:17:17 +08:00
github-actions[bot] 46204ca04f chore(format): run black on dev (#974)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-26 15:49:20 +08:00
源文雨 a2b36dbf0c fix(gpt): narrow(): length must be non-negative
fix #955
2025-11-26 15:43:10 +08:00
Ang b17d3c2670 docs: fix typos (#972)
Found via `codespell -S docs,*.ipynb -L thre,te,erro` and `typos
--hidden --format brief`
2025-11-26 13:08:05 +08:00
github-actions[bot] 4090ff2665 chore(format): run black on dev (#915)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-14 12:34:46 +09:00
Guobin Yue d582fd5d70 feat(example): add new API (#913)
Add FastAPI-based OpenAI-compatible Text-to-Speech API and Audio Format Conversion Tools
2025-03-14 12:32:50 +09:00
github-actions[bot] bf0ec25fa8 chore(format): run black on dev (#894)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-14 00:14:34 +09:00
LeoGuan0706 6bacab1778 optimize(api): transfer client.py to “argParse" style (#890) 2025-02-14 00:08:15 +09:00
Orzman af1c8f7d0c fix: missing module name "tools.audio" (#880)
fix #736 fix #820 fix #844
2025-01-19 21:30:46 +09:00
源文雨 8d7bcf0ef4 feat: keep speaker in long-sentence infer 2025-01-08 00:41:36 +09:00
github-actions[bot] ff77e25f11 chore(format): run black on dev (#867)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-07 21:20:00 +09:00
JaysonAlbert aaea2ae2d6 fix: allow not params refine text, and load normalizers to handle chinese numbers (#865) 2025-01-07 20:54:07 +09:00
github-actions[bot] cff3b4e5c3 chore(format): run black on dev (#791)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-18 02:08:59 +09:00
源文雨 799d6339c7 chore(webui): remove redundant default=None 2024-10-18 02:00:16 +09:00
源文雨 8fcc0cd6ae fix(colab): zero shot import 2024-09-05 01:15:51 +09:00
源文雨 71c3491f5e fix(examples): wrong cmd import order 2024-08-24 13:29:51 +08:00
github-actions[bot] 81e3488ab8 chore(format): run black on dev (#717)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-24 00:55:09 +08:00
源文雨 7f54d2cd17 fix: set missing comple=False (#713) 2024-08-24 00:53:33 +08:00
源文雨 554554c591 fix(examples): conda package name conflict (#701) 2024-08-24 00:48:20 +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
源文雨 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
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
ZillaRU 3ff474d7af feat: add examples of onnx export (#622) 2024-07-30 00:55:52 +08:00
源文雨 c4d4c15ecd doc(ipynb): add zero shot para. 2024-07-19 17:50:24 +09:00
github-actions[bot] 03c4bbef54 chore(format): run black on dev (#598)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-19 17:17:15 +09:00
源文雨 6f4ceb9d46 feat(webui): impl. zero shot infer 2024-07-19 15:34:35 +09:00
源文雨 c4cc81ac78 fix(core): append txt_smp before user texts 2024-07-19 01:52:14 +09:00
github-actions[bot] 2d293cafd1 chore(format): run black on dev (#591)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-19 01:23:51 +09:00
源文雨 b4da2375ea feat(algorithm): impl. zero shot demo 2024-07-19 01:23:02 +09:00
源文雨 af8a4e378c chore(tools): rename wav_arr_to_mp3_view to pcm_arr_to_mp3_view 2024-07-10 16:50:14 +09:00
源文雨 7ee542689d fix(webui): stream mode noise (ref #521 #360) 2024-07-10 15:13:21 +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
源文雨 fb4676e3de optimize(tools): drop unsafe convert 2024-07-09 21:04:36 +09:00
briancaffey 0c0308a3d1 fix(api): fix order of args for writestr (#546) 2024-07-08 19:30:42 +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] 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] 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
briancaffey 5082d64051 feat(api): add chattts api example using fastapi (#530) 2024-07-05 14:09:03 +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
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