Simple GUI for Amphion Vevo: https://github.com/open-mmlab/Amphion
- Clone this repository and
cd
to the top level. - Create and activate python virtual environment:
python -m venv venv
source venv/bin/activate
orvenv\Scripts\activate.bat
- Install pytorch using the recommended command from the website:
- Install the dependencies:
pip install -r requirements.txt
- Run the app (current working directory needs to be the top level of the repo):
python app.py
- This is confirmed working for Linux+AMD (ROCM 6.2). If you run into issues, please try to get the command-line example from the Amphion repo working first. This GUI is a simple wrapper for the Amphion tools and there is no platform specific code in the GUI.
In Pinokio, select "Download from URL" and use this:
https://github.com/chameleon-ai/vevo-pinokio
A combo of vevostyle and vevovoice. Capable of imitating a voice and style (accent, emotion) independently.
The only difference is that vevostyle uses the same audo for source and timbre, and vevovoice uses the same audio for style and timbre.
- https://github.com/open-mmlab/Amphion/blob/main/models/vc/vevo/infer_vevostyle.py
- https://github.com/open-mmlab/Amphion/blob/main/models/vc/vevo/infer_vevovoice.py
A direct port of vivotimbre. A more direct voice conversion, also capable of processing longer audio clips than vevostyle/vevovoice.
A direct port of vevotts. Doesn't work very well.