Skip to content

BF667-IDLE/Hyper-RVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

213 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyper RVC WebUI

An autonomous pipeline to create covers with any RVC v2 trained AI voice from YouTube videos or a local audio file. For developers who may want to add a singing functionality into their AI assistant/chatbot/vtuber, or for people who want to hear their favourite characters sing their favourite song.


Cli basic Usage

List available models

python cli.py list-models

Download a model

python cli.py download-model --link https://huggingface.co/username/model

Download music from YouTube

python cli.py download-music --link https://youtube.com/watch?v=...

Basic audio conversion

python cli.py convert --model-path /path/to/model.pth --input-audio song.mp3

Add Effect

python cli.py add-effects input.wav --room-size 0.8 --wet 0.4 --output-path output.wav

Merge audio files

python cli.py merge \
  --vocals vocals.flac \
  --instrumental instrumental.flac \
  --backing-vocals backing.flac \
  --format mp3

Cloud Usage

for collab ussage click here

Credits

About

A WebUI to create song covers with any RVC v2 trained AI voice from YouTube videos or audio files.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages