Skip to content

Executable file for VITS inference

License

Notifications You must be signed in to change notification settings

CjangCjengh/MoeGoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

60c8e75 · Aug 22, 2023

History

89 Commits
Sep 4, 2022
Apr 9, 2023
Aug 7, 2022
Apr 9, 2023
Sep 4, 2022
Nov 17, 2022
Nov 30, 2022
Aug 7, 2022
Nov 17, 2022
Sep 8, 2022
Aug 7, 2022
Nov 17, 2022
Nov 7, 2022
Apr 28, 2023
Aug 7, 2022
Aug 25, 2022

Repository files navigation

Links

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!