Commit Graph

  • 074605b4b8
    Fixed some bugs when exporting ONNX model (#1254) shizuku_nia 2023-09-19 20:26:48 +0800
  • a2739f7be3
    Optimize latency (#1259) Chengjia Jiang 2023-09-19 20:17:48 +0800
  • 36456e3908
    replace warn (#1255) Ftps 2023-09-19 21:15:30 +0900
  • 1d86fb7a87
    Revert "Update README.md (#1257)" (#1274) Ftps 2023-09-18 23:50:30 +0900
  • cfba44f24f
    Fix alignment error of rmvpe for real-time GUI (#1275) yxlllc 2023-09-18 22:31:00 +0800
  • 9f38cef560 fix alignment error of rmvpe llc1995@sina.com 2023-09-18 22:20:18 +0800
  • 38eb6783a0
    Merge branch 'RVC-Project:main' into main yxlllc 2023-09-18 22:15:11 +0800
  • 3c0b22cc81 Revert "Update README.md (#1257)" Ftps 2023-09-18 13:04:41 +0900
  • 0ab37feb5d Revert "Update README.md (#1257)" Ftps 2023-09-18 13:02:51 +0900
  • 391f92fcc3 remove debug_print Ftps 2023-09-18 12:30:22 +0900
  • 38775dff8a replace(you can undo this commit) Ftps 2023-09-18 11:10:43 +0900
  • 5a9eab06f8 restore Ftps 2023-09-18 10:55:41 +0900
  • c123060a38 Merge branch 'Optimize-latency' of https://github.com/ChasonJiang/Retrieval-based-Voice-Conversion-WebUI into pr/1259 Ftps 2023-09-18 10:53:06 +0900
  • aa2ed8e646
    Update README.md (#1257) Sh Raj 2023-09-18 07:20:24 +0530
  • 52122dfbf7 Merge branch 'Optimize-latency' of https://github.com/ChasonJiang/Retrieval-based-Voice-Conversion-WebUI into Optimize-latency chasonjiang 2023-09-17 20:45:17 +0800
  • b68099595a
    Merge branch 'RVC-Project:main' into Optimize-latency Chengjia Jiang 2023-09-17 20:43:50 +0800
  • 266ef49296 Fix exceptions caused by switching inference devices: infer/lib/rmvpe.py Fix exceptions caused by switching inference devices: tools/jit_export/__init__.py Fix exceptions caused by switching inference devices: tools/rvc_for_realtime.py chasonjiang 2023-09-17 20:39:47 +0800
  • dd0acc43d0 Merge branch 'main' into pr/1259 Ftps 2023-09-17 19:18:55 +0900
  • 078c1d587f Merge remote-tracking branch 'upstream/main' into warning Ftps 2023-09-17 16:44:59 +0900
  • 5da8086149
    Delete .gitignore Chengjia Jiang 2023-09-17 14:03:23 +0800
  • e7bd862c1d
    Delete configs/config.json Chengjia Jiang 2023-09-17 14:03:09 +0800
  • 5ece3a4643
    Delete tools/rvc_for_realtime copy.py Chengjia Jiang 2023-09-17 14:01:06 +0800
  • cadb2f42fa
    Delete jit_export_test.py Chengjia Jiang 2023-09-17 14:00:40 +0800
  • bb6c598e62
    Delete .vscode/launch.json Chengjia Jiang 2023-09-17 13:59:40 +0800
  • 6d5b560e41
    Delete gui_v1 copy.py Chengjia Jiang 2023-09-17 13:59:17 +0800
  • 9b1a6c036a Remove useless code: infer/lib/rmvpe.py chasonjiang 2023-09-17 13:56:20 +0800
  • 075cfcb2d5 Fixed a bug caused by using half on the CPU: infer/lib/rmvpe.py Fixed a bug caused by using half on the CPU: tools/jit_export/__init__.py Fixed CIRCULAR IMPORT: tools/jit_export/get_rmvpe.py Fixed CIRCULAR IMPORT: tools/jit_export/get_synthesizer.py Fixed a bug caused by using half on the CPU: tools/rvc_for_realtime.py chasonjiang 2023-09-17 13:51:29 +0800
  • 09fc351828
    fix file location (#1239) Ftps 2023-09-17 07:37:15 +0900
  • 644b595287
    fix: typo for rmvpe location in Dockerfile (#1261) Isaac Tay 2023-09-17 06:29:17 +0800
  • fa536ab369 optimize: tools/jit_export/get_synthesizer.py fix bug: tools/jit_export/__init__.py chasonjiang 2023-09-16 23:57:22 +0800
  • 48483d5b33 new file: assets/hubert_inputs.pth new file: assets/rmvpe_inputs.pth modified: configs/config.py new features: infer/lib/rmvpe.py new features: tools/jit_export/__init__.py new features: tools/jit_export/get_hubert.py new features: tools/jit_export/get_rmvpe.py new features: tools/jit_export/get_synthesizer.py optimize: tools/rvc_for_realtime.py chasonjiang 2023-09-16 20:37:05 +0800
  • 548b303222 fix bug: infer/lib/infer_pack/models.py chasonjiang 2023-09-16 13:47:56 +0800
  • 8e5402dd70
    fix: typo for rmvpe location in Dockerfile Isaac Tay 2023-09-16 12:01:08 +0800
  • 969566c271 fix: configs/config.py fix: tools/rvc_for_realtime.py chasonjiang 2023-09-16 02:38:45 +0800
  • 1f3256c928 new file: assets/Synthesizer_inputs.pth chasonjiang 2023-09-16 02:29:30 +0800
  • 086ec1fa67 add attribute: configs/config.py Optimize latency: tools/rvc_for_realtime.py chasonjiang 2023-09-16 02:27:57 +0800
  • c2f526342d
    Update README.md Sh Raj 2023-09-15 22:02:14 +0530
  • 225fda435d replace warn Ftps 2023-09-15 18:29:02 +0900
  • b048a41718 Fixed some bugs when exporting ONNX model shizuku_nia 2023-09-15 14:43:09 +0800
  • 050ffd07e8
    ROCm support for AMD GPUs on Linux (#1248) WorXeN 2023-09-15 03:41:38 +0200
  • e4ab0d90c7
    Merge pull request #1 from WorXeN/rocm-support WorXeN 2023-09-14 15:32:36 +0200
  • 8050af4942 Merge remote-tracking branch 'upstream/main' into fix-lcoation Ftps 2023-09-14 13:42:04 +0900
  • a6456f6d46
    Format code (#1193) github-actions[bot] 2023-09-14 09:34:30 +0900
  • c4a27e6c90 ROCm support for AMD GPUs on Linux WorXeN 2023-09-13 21:27:54 +0200
  • ceb1e8212d lint Ftps 2023-09-13 22:34:56 +0900
  • 38878e4ece fix file path Ftps 2023-09-13 22:29:58 +0900
  • 1438110f53 Format code github-actions[bot] 2023-09-13 03:34:09 +0000
  • 72a18e66b6
    Add files via upload RVC-Boss 2023-09-13 11:33:48 +0800
  • 43c4f43f44
    Add files via upload RVC-Boss 2023-09-13 11:32:35 +0800
  • 50d0f2fa1e
    Added NVIDIA GPU support to Docker (#1231) Abdellah derfoufi 2023-09-12 17:18:04 +0200
  • e4e2f7f1ed
    feat : add api_name for get_vc (#1224) Jin Hyung Ahn 2023-09-13 00:17:43 +0900
  • d009111b3f
    Do not adjust vc's sample rate, just return the target resampe rate when required. Fixes #1233 (#1234) James 2023-09-12 06:24:30 -0600
  • 8f5e456b2f Do not adjust vc's sample rate, just return the target resampe rate when required. Fixes #1233 James N. Hart 2023-09-11 23:25:02 -0600
  • b10842db6a Merge branch 'main' of github.com:geekloper/Retrieval-based-Voice-Conversion-WebUI into main Abdellah Derfoufi 2023-09-12 00:54:43 +0200
  • 73887af0fd feat: Added NVIDIA GPU support to Docker Abdellah Derfoufi 2023-09-12 00:41:31 +0200
  • e237418772 Added NVIDIA GPU support to Docker Abdellah Derfoufi 2023-09-12 00:41:31 +0200
  • 1e0bf28a0f feat : add api_name for get_vc Jin Hyung Ahn 2023-09-11 00:31:12 +0900
  • 4aa896d0f3
    chore: update localization files for vc_multi inputs (#1210) Jin Hyung Ahn 2023-09-09 13:06:52 +0900
  • 0c94f60093
    Feature: Intel ARC GPU support with IPEX (#1204) Disty0 2023-09-09 07:00:29 +0300
  • c761bda09a
    fix: remove pull_format commit-back 源文雨 2023-09-09 11:59:50 +0800
  • 8aa69d34d1 Revert return_xpu fix Disty0 2023-09-08 21:49:23 +0300
  • 84ae63c25d Add has_xpu to config.py Disty0 2023-09-08 21:26:18 +0300
  • 1a9452d130 chore: update localization files for vc_multi inputs Jin Hyung Ahn 2023-09-09 00:25:37 +0900
  • 46461c9ce8 Fix SDP Disty0 2023-09-08 04:15:26 +0300
  • 39b7116f5e Fix torch.linalg.solve Disty0 2023-09-07 18:08:18 +0300
  • 7850120619 Move dataloader fix to hijacks Disty0 2023-09-07 16:26:47 +0300
  • a8d33488b8 Make pylint happy Disty0 2023-09-06 18:12:37 +0300
  • 24d957881d Update README Disty0 2023-09-06 17:15:57 +0300
  • fbc06531f2 Cleanup Disty0 2023-09-06 14:01:09 +0300
  • 53f63f477f Cleanup Disty0 2023-09-06 13:50:06 +0300
  • f72378ee61 Fix train model Disty0 2023-09-06 04:03:21 +0300
  • 034b7dd674 Fix infer Disty0 2023-09-06 01:27:21 +0300
  • e07cda931e Initial Intel ARC support with IPEX Disty0 2023-09-05 23:42:10 +0300
  • 569fcd8048
    Update Dockerfile (#1195) NULL 2023-09-05 15:07:36 +0800
  • 05876e6fc0
    add FR locale (#1191) towzeur 2023-09-05 09:04:51 +0200
  • f44b659b1d
    Update Dockerfile NULL 2023-09-05 10:06:02 +0800
  • 8d050b6bfc
    fix: fix log warning (#1192) 陈然 2023-09-04 23:09:54 +0800
  • 825c006d4a
    fix gui_v1 set_devices ms903x1 2023-09-04 23:07:10 +0800
  • c5f13b8162
    fix: fix log warning 陈然 2023-09-04 22:40:31 +0800
  • 5ccf1d9033
    add FR locale towzeur 2023-09-04 15:44:01 +0200
  • 2a5f56bf59 Merge remote-tracking branch 'upstream/main' llc1995@sina.com 2023-09-04 17:27:09 +0800
  • a669fee786
    Streaming noise reduction and other optimizations for real-time gui (#1188) yxlllc 2023-09-04 17:01:11 +0800
  • 5479057761 streaming noise reduction and other optimizations llc1995@sina.com 2023-09-04 12:06:34 +0800
  • 69460b485e streaming noise reduction and other optimizations llc1995@sina.com 2023-09-04 11:59:45 +0800
  • e60d6709b9 Merge remote-tracking branch 'upstream/main' llc1995@sina.com 2023-09-04 11:54:52 +0800
  • b09b6ad05c
    Added french FAQ (#1185) nsʇnɾ ʇǝɹɔǝs 2023-09-04 04:00:53 +0200
  • 21099647d8
    Update README.md nsʇnɾ ʇǝɹɔǝs 2023-09-03 21:36:59 +0200
  • 18fb37d9f9
    Add files via upload nsʇnɾ ʇǝɹɔǝs 2023-09-03 21:35:41 +0200
  • a289268c6c
    Update README.md nsʇnɾ ʇǝɹɔǝs 2023-09-03 21:11:35 +0200
  • 84d67ba807 Merge remote-tracking branch 'upstream/main' llc1995@sina.com 2023-09-03 15:39:53 +0800
  • 94277fd71e optimize(ffmpeg): replace cmdline ffmpeg to pyav except uvr5 源文雨 2023-09-03 15:19:19 +0800
  • 9621a5e53c
    Update modules.py RANJITH ROSAN 2023-09-03 12:35:38 +0530
  • 6f95800ba7
    Update preprocess.py RANJITH ROSAN 2023-09-03 12:12:51 +0530
  • 90a4d9474a
    fix spanish (#1175) Blaise 2023-09-03 08:11:42 +0200
  • 0a0810199c
    Update Changelog_KO.md (#1173) jhhong 2023-09-03 15:11:01 +0900
  • 1457169e7a
    Update real-time gui (#1174) yxlllc 2023-09-03 13:57:31 +0800
  • 94c522a4f8 Merge remote-tracking branch 'upstream/main' llc1995@sina.com 2023-09-03 02:25:39 +0800
  • 5284308bd8 fix spanish Blaise 2023-09-02 18:24:32 +0000
  • b5050fbf0d feat: gui use dotenv 源文雨 2023-09-03 02:07:49 +0800
  • bce6fd7dcd fix: unit test 源文雨 2023-09-03 02:03:02 +0800