Skip to content

Latest commit

 

History

History
186 lines (122 loc) · 12.3 KB

README_en.md

File metadata and controls

186 lines (122 loc) · 12.3 KB

VC Client

Japanese

What's New!

  • v.1.5.3.9a

    • some improvements:
      • keep f0 detector setting
      • MMVC: max chunksize for onnx
      • etc
    • some bugfixs:
      • RVC: crepe fail to estimate f0
      • RVC: fallback from half-precision when half-precision failed.
      • etc
  • v.1.5.3.9

    • New feature:
      • Add Crepe Full/Tiny (onnx)
    • some improvements:
      • server info includes python version
      • contentvec onnx support
      • etc
    • some bugfixs:
      • server device mode chuttering
      • new model add sample rate
      • etc
  • v.1.5.3.8a

    • Bugfix(test): force client device samplerate
    • Bugfix: server device filter
  • v.1.5.3.8

  • v.1.5.3.7

    • Feature:
      • server device monitor
    • Bugfix:
      • device output recorder button is showed in server device mode.

What is VC Client

  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.
  1. Distribute the load by running Voice Changer on a different PC 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.

image

  1. Cross-platform compatibility Supports Windows, Mac (including Apple Silicon M1), Linux, and Google Colaboratory.

usage

This is an app for performing voice changes with MMVC and so-vits-svc.

It can be used in two main ways, in order of difficulty:

  • Using a pre-built binary
  • Setting up an environment with Docker or Anaconda and using it

(1) Usage with pre-built binaries

  • You can download and run executable binaries.

  • Please see here for the tutorial.

  • We offer Windows and Mac versions.

    • If you are using a Windows and Nvidia GPU, please download ONNX (cpu, cuda), PyTorch (cpu, cuda).
    • 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.
    • In either case, for GPU support, PyTorch and Onnxruntime are only enabled if supported.
    • If you are not using a GPU on Windows, please download ONNX (cpu, cuda) and PyTorch (cpu, cuda).
  • For Windows user, after unzipping the downloaded zip file, please run the start_http.bat file corresponding to your VC.

  • For Mac version, after unzipping the downloaded file, double-click the startHttp.command file corresponding to your VC. If a message indicating that the developer cannot be verified is displayed, please press the control key and click to run it again (or right-click to run it).

  • If you are connecting remotely, please use the .command file (Mac) or .bat file (Windows) with https instead of http.

  • The encoder of DDPS-SVC only supports hubert-soft.

  • Download (When you cannot download from google drive, try hugging_face)

Version OS Framework link support VC size
v.1.5.3.9a mac ONNX(cpu), PyTorch(cpu,mps) google, hugging face MMVC v.1.5.x, MMVC v.1.3.x, so-vits-svc 4.0, RVC 794MB
win ONNX(cpu,cuda), PyTorch(cpu,cuda) google, hugging face MMVC v.1.5.x, MMVC v.1.3.x, so-vits-svc 4.0, RVC, DDSP-SVC 3237MB
win ONNX(cpu,DirectML), PyTorch(cpu,cuda) google, hugging face MMVC v.1.5.x, MMVC v.1.3.x, so-vits-svc 4.0, RVC, DDSP-SVC 3122MB
v.1.5.3.9 mac ONNX(cpu), PyTorch(cpu,mps) google, hugging face MMVC v.1.5.x, MMVC v.1.3.x, so-vits-svc 4.0, RVC 795MB
win ONNX(cpu,cuda), PyTorch(cpu,cuda) google, hugging face MMVC v.1.5.x, MMVC v.1.3.x, so-vits-svc 4.0, RVC, DDSP-SVC 3238MB
win ONNX(cpu,DirectML), PyTorch(cpu,cuda) google, hugging face MMVC v.1.5.x, MMVC v.1.3.x, so-vits-svc 4.0, RVC, DDSP-SVC 3123MB
v.1.5.3.8a mac ONNX(cpu), PyTorch(cpu,mps) normal, hugging face MMVC v.1.5.x, MMVC v.1.3.x, so-vits-svc 4.0, RVC 794MB
win ONNX(cpu,DirectML), PyTorch(cpu,cuda) normal, hugging face MMVC v.1.5.x, MMVC v.1.3.x, so-vits-svc 4.0, RVC, DDSP-SVC 3122MB
win ONNX(cpu,cuda), PyTorch(cpu,cuda) normal, hugging face MMVC v.1.5.x, MMVC v.1.3.x, so-vits-svc 4.0, RVC, DDSP-SVC 3237MB
v.1.5.3.8 mac ONNX(cpu), PyTorch(cpu,mps) normal, hugging face MMVC v.1.5.x, MMVC v.1.3.x, so-vits-svc 4.0, RVC 794MB
win ONNX(cpu,DirectML), PyTorch(cpu,cuda) normal, hugging face MMVC v.1.5.x, MMVC v.1.3.x, so-vits-svc 4.0, RVC, DDSP-SVC 3122MB
win ONNX(cpu,cuda), PyTorch(cpu,cuda) normal, hugging face MMVC v.1.5.x, MMVC v.1.3.x, so-vits-svc 4.0, RVC, DDSP-SVC 3237MB
v.1.5.3.7 mac ONNX(cpu), PyTorch(cpu,mps) normal, hugging face MMVC v.1.5.x, MMVC v.1.3.x, so-vits-svc 4.0, RVC 794MB
win ONNX(cpu,cuda), PyTorch(cpu,cuda) normal , hugging face MMVC v.1.5.x, MMVC v.1.3.x, so-vits-svc 4.0, RVC, DDSP-SVC 3237MB
win ONNX(cpu,DirectML), PyTorch(cpu,cuda) normal , hugging face MMVC v.1.5.x, MMVC v.1.3.x, so-vits-svc 4.0, RVC, DDSP-SVC 3122MB

(*1) You can also download from hugging_face (*2) The developer does not have an AMD graphics card, so it has not been tested. This package only includes onnxruntime-directml. (*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)

(2) Usage after setting up the environment such as Docker or Anaconda

Clone this repository and use it. Setting up WSL2 is essential for Windows. Additionally, setting up virtual environments such as Docker or Anaconda on WSL2 is also required. On Mac, setting up Python virtual environments such as Anaconda is necessary. Although preparation is required, this method works the fastest in many environments. Even without a GPU, it may work well enough with a reasonably new CPU (refer to the section on real-time performance below).

Explanation video on installing WSL2 and Docker

Explanation video on installing WSL2 and Anaconda

To run docker, see start docker.

To run on Anaconda venv, see server developer's guide

Real-time performance

Conversion is almost instantaneous when using GPU.

https://twitter.com/DannadoriYellow/status/1613483372579545088?s=20&t=7CLD79h1F3dfKiTb7M8RUQ

Even with CPU, recent ones can perform conversions at a reasonable speed.

https://twitter.com/DannadoriYellow/status/1613553862773997569?s=20&t=7CLD79h1F3dfKiTb7M8RUQ

With an old CPU (i7-4770), it takes about 1000 msec for conversion.

Software Signing

This software is not signed by the developer. A warning message will appear, but you can run the software by clicking the icon while holding down the control key. This is due to Apple's security policy. Running the software is at your own risk.

image

m1_mac.mp4

Acknowledgments

This software uses the voice data of the free material character "Tsukuyomi-chan," which is provided for free by CV. Yumesaki Rei.

  • Tsukuyomi-chan Corpus (CV. Yumesaki Rei)

https://tyc.rei-yumesaki.net/material/corpus/

Copyright. Rei Yumesaki

Terms of Use

In accordance with the Tsukuyomi-chan Corpus Terms of Use for the Tsukuyomi-chan Real-time Voice Changer, the use of the converted voice for the following purposes is prohibited.

  • Criticizing or attacking individuals (the definition of "criticizing or attacking" is based on the Tsukuyomi-chan character license).

  • Advocating for or opposing specific political positions, religions, or ideologies.

  • Publicly displaying strongly stimulating expressions without proper zoning.

  • Publicly disclosing secondary use (use as materials) for others. (Distributing or selling as a work for viewing is not a problem.)

Regarding the Real-time Voice Changer Amitaro, we prohibit the following uses in accordance with the terms of use of the Amitaro's koe-sozai kobo.detail

Regarding the Real-time Voice Changer Kikoto Mahiro, we prohibit the following uses in accordance with the terms of use of Replica doll.detail

Disclaimer

We are not liable for any direct, indirect, consequential, incidental, or special damages arising out of or in any way connected with the use or inability to use this software.