57 Commits

Author SHA1 Message Date
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
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] 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
源文雨 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
源文雨 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] 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
源文雨 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
源文雨 fb4676e3de optimize(tools): drop unsafe convert 2024-07-09 21:04:36 +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] 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
源文雨 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] 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
源文雨 0716d56cf5 fix(webui): input textbox not editable (#469) 2024-06-27 01:42:57 +09:00
源文雨 c00ba37fe7 feat(webui): support external spk_emb (#467) 2024-06-26 18:16:31 +09:00
源文雨 cc58be254c fix(webui): crash on non-ffmpeg env. (#466) 2024-06-26 17:48:43 +09:00
源文雨 e5764c6a34 optimize: spk_emb & generate & webui (#461)
fix: ipynb param not defined
2024-06-26 16:10:20 +09:00
源文雨 e7c89edfe3 optimize(model): more torch funcalls (#451)
and fix wenui infer without refine text
2024-06-25 23:40:49 +09:00
github-actions[bot] 40cda89387 chore(format): run black on main (#450)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-25 21:42:59 +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
源文雨 c23e514b0a feat: interruptible infer (#433) 2024-06-25 01:33:07 +09:00
源文雨 5222976ed2 refactor: Chat.load_model to Chat.load (#432) 2024-06-24 22:53:43 +09:00
源文雨 25b6023493 fix(norm): wrong type check to function (fix #423) (#428) 2024-06-24 22:24:50 +09:00
源文雨 f4121844e6 doc: sync to latest grammar (#427) 2024-06-24 22:11:56 +09:00
源文雨 8235a46711 optimize: specify infer parameters (#422)
and move infer into core
2024-06-24 19:45:14 +09:00
源文雨 c8cb6bd327 feat: add normalizer interface & move instances out (#420) 2024-06-24 17:28:14 +09:00
源文雨 e0a9e7e043 fix(chat): model unload memory release (#418) 2024-06-24 16:19:05 +09:00
源文雨 21c8ecc960 optimize(chat): move gpt&decoders out of dict (#416)
for a clear type definition
2024-06-24 15:55:33 +09:00
Billy Cao 109376c326 fix(webui): disable torch.compile on Windows (#413) 2024-06-24 15:08:33 +09:00
源文雨 21a216f6d2 Merge pull request #414 from aliencaocao/fix-webui-demo
Add init.py to tools and web to fix launching webui demo
2024-06-24 09:17:50 +09:00
Billy Cao 724f524629 Add init.py to tools and web to fix launching webui demo 2024-06-23 20:33:12 +08:00
源文雨 79684e2426 feat(webui): make Generate button be primary 2024-06-23 21:26:23 +09:00
源文雨 93ef96b173 feat: apply TorchSeedContext 2024-06-23 21:22:23 +09:00
源文雨 fef7084d1c feat(webui): add reload button & dvae coef 2024-06-23 18:04:56 +09:00
源文雨 78ee6965b7 chore(webui): unify display language 2024-06-23 17:21:23 +09:00