10/19/2023: Fixed
ERROR: Exception in ASGI application
by specifyinggradio==3.33.0
andgradio_client==0.2.7
in requirements.txt.
11/08/2023: Integrated KNN-VC into OpenAI TTS and created an easy-to-use Gradio interface. Try it here.
02/27/2024: We are thrilled to launch our most powerful AI song cover generator ever with Shanghai Artificial Intelligence Laboratory! Just need to provide the name of a song and our application running on an A100 GPU will handle everything else. Check it out in our website (please click "EN" in the first tab of our website to see the english version)! 💕
Based on bark-gui and bark. Thanks to C0untFloyd.
Quick start: Colab Notebook ⚡
HuggingFace Demo: Bark Voice Cloning 🤗 (Need a GPU)
Demo Video: YouTube Video
If you would like to run the code locally, remember to replace the original path /content/Bark-Voice-Cloning/bark/assets/prompts/file.npz
with the path of file.npz
in your own computer.
(1) First upload audio for voice cloning and click Create Voice
.
(2) Choose the option called "file" in Voice
if you'd like to use voice cloning.
(3) Click Generate
. Done!
10/26/2023: Integrated labeling, training and inference into an easy-to-use user interface of SambertHifigan. Thanks to wujohns.
We want to point out that Bark is very good at generating English speech but relatively poor at generating Chinese speech. So we'd like to adopt another approach, which is called SambertHifigan, to realizing voice cloning for Chinese speech. Please check out our Colab Notebook for the implementation.
Quick start: Colab Notebook ⚡
HuggingFace demo: Voice Cloning for Chinese Speech 🤗