https://github.com/apachecn-archive/vits-fast-fine-tuning
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.0%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: apachecn-archive
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 555 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 3 years ago
· Last pushed about 3 years ago
Metadata Files
Readme
License
README.md
VITS Fast Fine-tuning
This repo will guide you to add your own character voices, or even your own voice, into existing VITS TTS model to make it able to do the following tasks in less than 1 hour:
- Many-to-many voice conversion between any characters you added & preset characters in the model.
- English, Japanese & Chinese Text-to-Speech synthesis with the characters you added & preset characters
Welcome to play around with the base models!
Chinese & English & Japanese Author: Me
Chinese & Japanese Author: SayaSS
Currently Supported Tasks:
- [x] Clone character voice from 10+ short audios
- [x] Clone character voice from long audio(s) >= 3 minutes (one audio should contain single speaker only)
- [x] Clone character voice from videos(s) >= 3 minutes (one video should contain single speaker only)
- [x] Clone character voice from BILIBILI video links (one video should contain single speaker only)
Currently Supported Characters for TTS & VC:
- [x] Any character you wish as long as you have their voices! (Note that voice conversion can only be conducted between any two speakers in the model)
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?
- Install dependencies (3 min)
- Choose pretrained model to start. The detailed differences between them are described in Colab Notebook
- Upload the voice samples of the characters you wish to addsee DATA.MD for detailed uploading options.
- Start fine-tuning. Time taken varies from 20 minutes ~ 2 hours, depending on the number of voices you uploaded.
Inference or Usage (Currently support Windows only)
- Remember to download your fine-tuned model!
- Download the latest release
- Put your model & config file into the folder
inference, which are namedG_latest.pthandfinetune_speaker.json, respectively. - The file structure should be as follows:
inference inference.exe ... finetune_speaker.json G_latest.pth - run
inference.exe, the browser should pop up automatically.
Use in MoeGoe
- Prepare downloaded model & config file, which are named
G_latest.pthandmoegoe_config.json, respectively. - Follow MoeGoe page instructions to install, configure path, and use.
Owner
- Name: ApacheCN 归档
- Login: apachecn-archive
- Kind: organization
- Email: wizard.z@qq.com
- Repositories: 180
- Profile: https://github.com/apachecn-archive
防止重要项目丢失而设立的归档
GitHub Events
Total
Last Year
Dependencies
monotonic_align/setup.py
pypi
requirements.txt
pypi
- Cython *
- cn2an *
- demucs *
- eng_to_ipa *
- gradio *
- indic_transliteration ==2.3.37
- inflect *
- jamo *
- jieba *
- ko_pron *
- librosa ==0.9.1
- num_thai ==0.0.5
- numpy *
- openai-whisper *
- opencc ==1.1.1
- protobuf *
- pyopenjtalk *
- pypinyin *
- scipy *
- tensorboard *
- torch ==1.13.1
- torchaudio ==0.13.1
- torchvision ==0.14.1
- unidecode *