You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Beatrice JVS Corpus Edition](https://prj-beatrice.com/) * experimental, (***NOT MIT License*** see [readme](https://github.com/w-okada/voice-changer/blob/master/server/voice_changer/Beatrice/)) * Only for Windows, CPU dependent
-[Beatrice JVS Corpus Edition](https://prj-beatrice.com/) * experimental, (***NOT MIT License*** see [readme](https://github.com/w-okada/voice-changer/blob/master/server/voice_changer/Beatrice/)) * Only for Windows, CPU dependent (only for v1)
36
+
-[Beatrice v2](https://prj-beatrice.com/) (only for v2)
-[Google Colaboratory](https://github.com/w-okada/voice-changer/tree/v.2/w_okada's_Voice_Changer_version_2_x.ipynb) で簡単にお試しいただけるようになりました。左上の Open in Colab のボタンから起動できます。
1. This is a client software for performing real-time voice conversion using various Voice Conversion (VC) AI. The supported AI for voice conversion are as follows.
-[Beatrice JVS Corpus Edition](https://prj-beatrice.com/) * experimental, (***NOT MIT License*** see [readme](https://github.com/w-okada/voice-changer/blob/master/server/voice_changer/Beatrice/)) * Only for Windows, CPU dependent
-[Beatrice JVS Corpus Edition](https://prj-beatrice.com/) * experimental, (***NOT MIT License*** see [readme](https://github.com/w-okada/voice-changer/blob/master/server/voice_changer/Beatrice/)) * Only for Windows, CPU dependent (only v1)
34
+
-[Beatrice v2](https://prj-beatrice.com/) (only for v2)
32
35
33
36
1. Distribute the load by running Voice Changer on a different PC
34
37
The real-time voice changer of this application works on a server-client configuration. By running the MMVC server on a separate PC, you can run it while minimizing the impact on other resource-intensive processes such as gaming commentary.
@@ -57,8 +60,13 @@ It can be used in two main ways, in order of difficulty:
- We offer Windows and Mac versions on [hugging face](https://huggingface.co/wok000/vcclient000/tree/main)
64
+
- v2 for Windows
65
+
- Please download and use `vcclient_win_std_xxx.zip`. You can perform voice conversion using a reasonably high-performance CPU without a GPU, or by utilizing DirectML to leverage GPUs (AMD, Nvidia). v2 supports both torch and onnx.
66
+
- If you have an Nvidia GPU, you can achieve faster voice conversion by using `vcclient_win_cuda_xxx.zip`.
67
+
- v2 for Mac (Apple Silicon)
68
+
- Please download and use `vcclient_mac_xxx.zip`.
69
+
- v1
62
70
- If you are using a Windows and Nvidia GPU, please download ONNX (cpu, cuda), PyTorch (cpu, cuda).
63
71
- If you are using a Windows and AMD/Intel GPU, please download ONNX (cpu, DirectML) and PyTorch (cpu, cuda). AMD/Intel GPUs are only enabled for ONNX models.
64
72
- In either case, for GPU support, PyTorch and Onnxruntime are only enabled if supported.
@@ -72,26 +80,7 @@ It can be used in two main ways, in order of difficulty:
72
80
73
81
- The encoder of DDPS-SVC only supports hubert-soft.
74
82
75
-
- Download (When you cannot download from google drive, try [hugging_face](https://huggingface.co/wok000/vcclient000/tree/main))
76
-
77
-
| Version | OS | Framework | link | support VC | size |
(\*1) You can also download from [hugging_face](https://huggingface.co/wok000/vcclient000/tree/main)
93
-
(\*2) The developer does not have an AMD graphics card, so it has not been tested. This package only includes onnxruntime-directml.
94
-
(\*3) If unpacking or starting is slow, there is a possibility that virus checking is running on your antivirus software. Please try running it with the file or folder excluded from the target. (At your own risk)
83
+
-[Download from hugging face](https://huggingface.co/wok000/vcclient000/tree/main)
95
84
96
85
## (2) Usage after setting up the environment such as Docker or Anaconda
97
86
@@ -107,17 +96,6 @@ To run on Anaconda venv, see [server developer's guide](README_dev_en.md)
107
96
108
97
To run on Linux using an AMD GPU, see [setup guide linux](tutorials/tutorial_anaconda_amd_rocm.md)
109
98
110
-
# Real-time performance
111
-
112
-
Conversion is almost instantaneous when using GPU.
0 commit comments