2023-02-15 16:18:49 +08:00
2023-02-13 14:17:54 +08:00
2023-02-15 00:12:18 +08:00
2023-02-11 08:25:01 +08:00
2023-02-11 08:22:58 +08:00
2023-02-13 14:17:54 +08:00
2023-02-11 08:22:58 +08:00
2023-02-13 17:20:19 +08:00
2023-02-13 17:20:19 +08:00
2023-02-13 14:59:49 +08:00
2023-02-15 14:33:42 +08:00
2023-02-15 00:12:18 +08:00
2023-02-11 08:14:59 +08:00
2023-02-11 08:22:58 +08:00
2023-02-11 08:22:58 +08:00
2023-02-15 16:18:49 +08:00
2023-02-13 17:20:19 +08:00
2023-02-13 17:20:19 +08:00
2023-02-13 17:46:39 +08:00
2023-02-15 15:29:32 +08:00
2023-02-15 15:28:30 +08:00
2023-02-15 16:18:49 +08:00
2023-02-11 08:43:20 +08:00
2023-02-11 08:22:58 +08:00
2023-02-13 14:42:04 +08:00
2023-02-15 01:36:30 +08:00
2023-02-15 16:18:49 +08:00

中文文档请点击这里

VITS Voice Conversion

This repo will guide you to add your voice into an existing VITS TTS model to make it a high-quality voice converter to all existing character voices in the model.

Welcome to play around with the base model, a Trilingual Anime VITS! Hugging Face Spaces

Currently Supported Tasks:

  • Convert user's voice to characters listed here
  • Chinese, English, Japanese TTS with user's voice
  • Chinese, English, Japanese TTS with custom characters...

Currently Supported Characters for TTS & VC:

  • Umamusume Pretty Derby
  • Sanoba Witch
  • Genshin Impact
  • Custom characters...

Fine-tuning

It's recommended to perform fine-tuning on Google Colab because the original VITS has some dependencies that are difficult to configure.

How long does it take?

  1. Install dependencies (2 min)
  2. Record at least 10 your own voice (5 min)
  3. Fine-tune (30 min)

Inference or Usage

  1. Install Python if you haven't done so (Python >= 3.7)
  2. Clone this repo:
    git clone https://github.com/SongtingLiu/VITS_voice_conversion.git
  3. Install dependencies
    pip install -r requirements_infer.txt
  4. run VC_inference.py
    python VC_inference.py
S
Description
This repo is a pipeline of VITS finetuning for fast speaker adaptation TTS, and many-to-many voice conversion
Readme 703 KiB
Languages
Python 99.4%
Cython 0.6%