1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 01:10:22 +08:00

Commit Graph

  • 913040806c chore(format): run black on dev (#41) github-actions[bot] 2024-06-12 17:31:43 +09:00
  • 22715eab7c optimize(rmvpe): move mel&stft into rvc 源文雨 2024-06-12 17:29:23 +09:00
  • b4f7bbbe39 chore(format): run black on dev (#40) github-actions[bot] 2024-06-12 14:55:48 +09:00
  • 54f7ae097d optimize(jit): move hubert & synthesizer into rvc 源文雨 2024-06-12 00:03:26 +09:00
  • 0efe48c49c docs: make english README the repository's default README (#38) Alex Murkoff 2024-06-11 21:01:14 +07:00
  • 80b4723f85 chore(format): run black on dev (#37) github-actions[bot] 2024-06-11 17:22:29 +09:00
  • f956b333fa optimize(infer): move onnx into rvc 源文雨 2024-06-11 17:21:05 +09:00
  • e81b7c52c0 chore(format): run black on dev (#36) github-actions[bot] 2024-06-11 16:32:14 +09:00
  • 534128992f optimize(web): remove unnecessary gt.Groups 源文雨 2024-06-11 16:30:23 +09:00
  • 18fb9196a2 fix(i18n): missing translations in zh and ja 源文雨 2024-06-11 16:18:46 +09:00
  • 0dea48e756 chore(i18n): sync locale on dev (#35) github-actions[bot] 2024-06-11 16:06:56 +09:00
  • 4c4492a40e fix(i18n): missing translations 源文雨 2024-06-11 16:06:08 +09:00
  • 2f2fae3698 chore(i18n): sync locale on dev (#34) github-actions[bot] 2024-06-11 15:59:14 +09:00
  • 5fbd786f29 fix(i18n): standard_file in locale_diff 源文雨 2024-06-11 15:53:42 +09:00
  • da7dee427a chore(format): run black on dev (#30) github-actions[bot] 2024-06-11 13:11:10 +09:00
  • 9d699b1d99 perf: use hashing to determine the format in infer/lib/audio.py (#26) Alex Murkoff 2024-06-11 11:02:54 +07:00
  • 70b43e8924 chore(i18n): use english as the base language for i18n (#22) Alex Murkoff 2024-06-11 10:33:56 +07:00
  • 91d3504c5d docs(github): add issue templates for bug report and feature request (#27) Alex Murkoff 2024-06-11 10:22:59 +07:00
  • a6c6262d91 chore(format): run black on dev (#25) github-actions[bot] 2024-06-10 22:27:48 +09:00
  • 7572c44911 optimize(rvc): move . into layers 源文雨 2024-06-10 22:22:58 +09:00
  • 1a4cb9294e optimize(infer): move syns into rvc 源文雨 2024-06-10 22:03:57 +09:00
  • 35b79cf255 chore(format): run black on dev (#24) github-actions[bot] 2024-06-10 21:52:17 +09:00
  • 87433c5bd9 fix(infer): argument mismatch 源文雨 2024-06-10 21:50:43 +09:00
  • fe7a2bf41a chore(format): run black on dev (#23) github-actions[bot] 2024-06-10 21:38:19 +09:00
  • e33ef19200 optimize(infer.synthesizer): all modules inherit from one 源文雨 2024-06-10 21:34:35 +09:00
  • b67050b2f7 chore(format): run black on dev (#19) github-actions[bot] 2024-06-10 01:14:46 +09:00
  • b23ea7c6e7 optimize(train): move discriminators into rvc 源文雨 2024-06-10 01:10:57 +09:00
  • 360318b2f5 docs: tidy all READMEs (#16) Alex Murkoff 2024-06-09 21:05:45 +07:00
  • 2dbff5c562 docs: change requirements files mentioned in the readme to match their new names (#15) Alex Murkoff 2024-06-09 19:25:14 +07:00
  • 5f69b9a376 chore(structure): rename requirements files (#14) Alex Murkoff 2024-06-09 18:56:01 +07:00
  • 95f627d991 chore(format): run black on dev (#13) github-actions[bot] 2024-06-09 15:37:32 +09:00
  • 5790ea7a73 optimize(infer): move nsf & gens into rvc 源文雨 2024-06-09 15:35:48 +09:00
  • 2ce493e07c feat: fallback to system encoding when fail to read file with utf-8 多玩幻灵qwq 2024-06-09 00:05:12 +08:00
  • 62e6e598ae optimize(infer): move PosteriorEncoder into rvc 源文雨 2024-06-09 14:33:20 +09:00
  • 00cd60b47f fix(rvc.resblock): incorrect convs name 源文雨 2024-06-08 01:50:16 +09:00
  • 6bbe079100 fix(uvr5): cannot import name 'nets_61968KB' 源文雨 2024-06-08 01:32:14 +09:00
  • 26dc9ba98d chore(format): run black on dev (#11) github-actions[bot] 2024-06-08 00:46:57 +09:00
  • b91dcf2261 optimize(rvc): gather residuals 源文雨 2024-06-08 00:44:46 +09:00
  • eb24434260 optimize(infer): move modules into rvc 源文雨 2024-06-08 00:14:03 +09:00
  • 44725ddd2c chore(format): run black on dev (#9) github-actions[bot] 2024-06-07 20:29:03 +09:00
  • 96604e8175 optimize(infer): move attentions into rvc 源文雨 2024-06-07 20:28:05 +09:00
  • 978abd8aac optimize(infer): move transforms into rvc 源文雨 2024-06-07 19:53:23 +09:00
  • 49488dcae9 optimize(rvc.utils): more type defs & rename 源文雨 2024-06-07 19:33:45 +09:00
  • c10c527264 chore: include IDEs' garbage files in the gitignore (#6) Alex Murkoff 2024-06-06 23:57:36 +07:00
  • f37889137b optimize: rename root pys 源文雨 2024-06-07 00:50:51 +09:00
  • 3f85a24e1b optimize(deps): move req.txts into req folder 源文雨 2024-06-07 00:48:35 +09:00
  • ea66e6d28c chore(format): run black on dev (#5) github-actions[bot] 2024-06-07 00:44:05 +09:00
  • 5eed789fe7 optimize(rvc): move commons to rvc.utils 源文雨 2024-06-07 00:42:35 +09:00
  • 6f90ce3046 optimize(uvr5): remove redundant files 源文雨 2024-06-06 21:34:45 +09:00
  • 53e596954c optimize(vc.hash): audio padding 源文雨 2024-06-06 02:16:09 +09:00
  • 7662afb831 optimize(rvc.onnx): more modelize 源文雨 2024-06-06 01:23:17 +09:00
  • c94f3f6748 chore(format): run black on dev (#3) github-actions[bot] 2024-06-06 01:03:19 +09:00
  • 6e8feb9028 optimize(rvc.onnx): add types defs 源文雨 2024-06-06 01:01:59 +09:00
  • f60bebe89c doc: use AGPL-v3 license 源文雨 2024-06-06 00:23:10 +09:00
  • e2fcbff1e9 chore(format): run black on dev (#2) github-actions[bot] 2024-06-05 21:30:15 +09:00
  • 6ff713c024 optimize(onnx): move infer into rvc.onnx 源文雨 2024-06-05 21:23:25 +09:00
  • 8dd06315ed chore(format): run black on dev (#1) github-actions[bot] 2024-06-05 19:18:22 +09:00
  • 50d46982d2 optimize(all): tidy project structure 源文雨 2024-06-05 19:15:53 +09:00
  • b3f17bf60a doc(i18n): complete FR 源文雨 2024-06-05 16:42:51 +09:00
  • 771d8e6a97 doc(i18n): complete EN & ES 源文雨 2024-06-05 16:27:57 +09:00
  • 19ffe2c03c doc(cn): tidy format of Changelog 源文雨 2024-06-05 16:05:40 +09:00
  • a322e706f9 chore(format): run black on dev (#2106) github-actions[bot] 2024-06-05 15:32:33 +09:00
  • 0d2189fdeb optimize(vc.modules): use general get_synthesizer 源文雨 2024-06-05 15:27:20 +09:00
  • e80074e219 optimize(vc.hash): use general get_synthesizer 源文雨 2024-06-05 15:19:05 +09:00
  • bb675b1e45 chore(i18n): sync locale on dev (#2105) github-actions[bot] 2024-06-04 22:47:24 +09:00
  • ea6c846651 chore(format): run black on dev (#2104) github-actions[bot] 2024-06-04 22:46:39 +09:00
  • b3215d126c feat: normalize audio 源文雨 2024-06-04 22:29:39 +09:00
  • c5d06bd2ec fix(vc.info): show_model_info similiarity 源文雨 2024-06-04 22:11:36 +09:00
  • 7866e776c2 feat:(vc.info): add similarity in vc 源文雨 2024-06-04 22:03:05 +09:00
  • 84d9d9a2bc fix(config): restrict CPUConfig 源文雨 2024-06-04 21:39:56 +09:00
  • 8ed0dec181 feat(web): support uploading file in model info 源文雨 2024-06-04 21:29:48 +09:00
  • ee72eca6a5 fix(vc.hash): embed rmvpe result 源文雨 2024-06-04 21:20:32 +09:00
  • de848286b2 chore(i18n): sync locale on dev (#2101) github-actions[bot] 2024-06-04 18:36:41 +09:00
  • c15f58a004 chore(i18n): tidy text 源文雨 2024-06-04 18:35:44 +09:00
  • 9967117882 chore(config): remove sensitive info 源文雨 2024-06-04 17:42:27 +09:00
  • ec5eff61aa chore(assets): remove unused pths 源文雨 2024-06-04 17:36:15 +09:00
  • e49c0dad74 chore(format): run black on dev (#2102) github-actions[bot] 2024-06-04 15:46:07 +09:00
  • bd0b43f7e6 optimize(web): program cleanup on exit 源文雨 2024-06-04 15:45:17 +09:00
  • 0f36233017 fix(hash): use precise npz instead of mp3 源文雨 2024-06-04 15:16:04 +09:00
  • ade937b86a fix(config): CPUConfig not affect inuse 源文雨 2024-06-04 04:10:55 +09:00
  • 481f14dd74 fix(train): save small model fail 源文雨 2024-06-04 04:07:19 +09:00
  • 5df99f2f73 optimize(web): remove some max_lines limit 源文雨 2024-06-04 02:01:10 +09:00
  • ed96cf1721 fix(train): RuntimeError: context has already been set 源文雨 2024-06-04 01:58:26 +09:00
  • b8e0940175 fix(web): f-string: unmatched '(' 源文雨 2024-06-04 01:37:07 +09:00
  • 50cb284a93 fix: train parameter concating 源文雨 2024-06-04 01:35:05 +09:00
  • 78f11cf365 chore(i18n): sync locale on dev (#2100) github-actions[bot] 2024-06-03 17:15:58 +09:00
  • c38088dc6e chore(format): run black on dev (#2099) github-actions[bot] 2024-06-03 17:15:08 +09:00
  • ab07a8b1bc chore(i18n): tidy text 源文雨 2024-06-03 17:13:33 +09:00
  • 07c66d3676 feat: model embed author 源文雨 2024-06-03 17:07:13 +09:00
  • ccecac6133 fix(web): unload model error 源文雨 2024-06-03 16:07:03 +09:00
  • 17e703a9ad optimize(jit): package hierarchy 源文雨 2024-06-03 15:41:25 +09:00
  • ae04d4f9cc chore(format): run black on dev (#2098) github-actions[bot] 2024-06-03 15:19:25 +09:00
  • 2369f01b1a fix(i18n): cannot get locale in MacOS 源文雨 2024-06-03 15:18:22 +09:00
  • f03e1104c0 optimize(config): modelize package 源文雨 2024-06-03 15:10:26 +09:00
  • 6408558727 chore(i18n): tidy text 源文雨 2024-06-03 00:43:12 +09:00
  • cc2835416a chore(i18n): sync locale on dev (#2096) github-actions[bot] 2024-06-03 00:22:44 +09:00
  • 6dd7626fbd chore(format): run black on dev (#2097) github-actions[bot] 2024-06-03 00:21:40 +09:00
  • 2140875115 feat(web): add hash_similarity calculating 源文雨 2024-06-03 00:20:47 +09:00
  • e4fff618bf chore(i18n): sync locale on dev (#2095) github-actions[bot] 2024-06-02 23:44:23 +09:00
  • b54e56dab9 chore(i18n): tidy text 源文雨 2024-06-02 23:43:30 +09:00