Commit Graph

90 Commits

Author SHA1 Message Date
源文雨 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
此般浅薄 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
源文雨 46200b31de feat: add optional param use_flash_attn 2024-07-02 17:22:58 +09:00
源文雨 c109089313 feat(gpt): add flash_attention_2 support 2024-07-02 15:14:46 +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
源文雨 e5ea663a68 doc: add TransformerEngine installation instruction (#498) 2024-06-28 23:41:40 +09:00
github-actions[bot] 5b537f3a4d chore(format): run black on main (#494)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-28 21:11:09 +09:00
源文雨 03364a58a7 fix(webui): fallback to wav if ffmpeg not installed (#493) 2024-06-28 21:10:29 +09:00
github-actions[bot] e54eb1625a chore(format): run black on main (#487)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-28 00:43:55 +09:00
源文雨 c6882ee512 optimize(webui): unify initial value to ex[0] (#486) 2024-06-28 00:43:07 +09:00
github-actions[bot] 5207a40773 chore(format): run black on main (#484)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-27 22:41:25 +09:00
源文雨 48bf2ac44c fix(webui): specify every interactive=True (fix #482) (#483) 2024-06-27 22:36:05 +09:00
github-actions[bot] 52d75d54c1 chore(format): run black on main (#475)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-27 16:57:52 +09:00
源文雨 f8f4f53386 perf: use cpu in MacOS by default (#472) 2024-06-27 12:28:46 +09:00