Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CjangCjengh/MoeGoe
Executable file for VITS inference
https://github.com/CjangCjengh/MoeGoe
Last synced: 28 days ago
JSON representation
Executable file for VITS inference
- Host: GitHub
- URL: https://github.com/CjangCjengh/MoeGoe
- Owner: CjangCjengh
- License: mit
- Created: 2022-08-07T04:56:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T07:17:37.000Z (over 1 year ago)
- Last Synced: 2024-11-11T23:01:53.891Z (about 1 month ago)
- Language: Python
- Size: 2.5 MB
- Stars: 2,349
- Watchers: 16
- Forks: 249
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-acg - MoeGoe - Anime character voice synthesizer. [English/中文] (Audio)
- StarryDivineSky - CjangCjengh/MoeGoe
README
# Links
- [MoeGoe_GUI](https://github.com/CjangCjengh/MoeGoe_GUI)
- [Pretrained models](https://github.com/CjangCjengh/TTSModels)# How to use
Run MoeGoe.exe
```
Path of a VITS model: path\to\model.pth
Path of a config file: path\to\config.json
INFO:root:Loaded checkpoint 'path\to\model.pth' (iteration XXX)
```
## Text to speech
```
TTS or VC? (t/v):t
Text to read: こんにちは。
ID Speaker
0 XXXX
1 XXXX
2 XXXX
Speaker ID: 0
Path to save: path\to\demo.wav
Successfully saved!
```
## Voice conversion
```
TTS or VC? (t/v):v
Path of an audio file to convert:
path\to\origin.wav
ID Speaker
0 XXXX
1 XXXX
2 XXXX
Original speaker ID: 0
Target speaker ID: 6
Path to save: path\to\demo.wav
Successfully saved!
```
## HuBERT-VITS
```
Path of a hubert-soft model: path\to\hubert-soft.pt
Path of an audio file to convert:
path\to\origin.wav
ID Speaker
0 XXXX
1 XXXX
2 XXXX
Target speaker ID: 6
Path to save: path\to\demo.wav
Successfully saved!
```
## W2V2-VITS
```
Path of a w2v2 dimensional emotion model: path\to\model.onnx
TTS or VC? (t/v):t
Text to read: こんにちは。
ID Speaker
0 XXXX
1 XXXX
2 XXXX
Speaker ID: 0
Path of an emotion reference: path\to\reference.wav
Path to save: path\to\demo.wav
Successfully saved!
```