Skip to content
/ MoeGoe Public
forked from CjangCjengh/MoeGoe

Executable file for VITS inference

License

Notifications You must be signed in to change notification settings

DoraZed/MoeGoe

 
 

Repository files navigation

Links

How to use

Run MoeGoe.exe

Path of a VITS model: D:\Download\243_epochs.pth
Path of a config file: D:\Download\config.json
INFO:root:Loaded checkpoint 'D:\Download\243_epochs.pth' (iteration 243)

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: demo.wav
Successfully saved!

Voice conversion

TTS or VC? (t/v):v
Path of an audio file to convert:
D:\dataset\demo.wav
ID      Speaker
0       XXXX
1       XXXX
2       XXXX
Original speaker ID: 0
Target speaker ID: 6
Path to save: demo.wav
Successfully saved!

HuBERT-VITS

Path of a hubert-soft model: D:\Download\hubert-soft.pt
Path of an audio file to convert:
D:\dataset\demo.wav
ID      Speaker
0       XXXX
1       XXXX
2       XXXX
Target speaker ID: 6
Path to save: demo.wav
Successfully saved!

About

Executable file for VITS inference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%