ChatTTS-OpenVoice
ChatTTS-OpenVoice copied to clipboard
How to use it locally? Huggingface not working too
I have cloned it locally but it is also not working. Please write a guide on how to install locally. Thanks
clone source code from here:https://huggingface.co/spaces/Hilley/ChatTTS-OpenVoice/tree/main
You can clone or download the source code from here first.
- Install the necessary libraries:
- In the terminal, run
pip install -r requirements.txt
- Download the model Checkpoint:
- ChatTTS should automatically download from hugging face.
- OpenVoice requires manual download of the corresponding model Checkpoint from hugging face (I am currently using version V1) https://huggingface.co/myshell-ai/OpenVoice/tree/main. Simply place the Checkpoint folder into the same-named folder within the OpenVoice directory of this project.
- Run
app.py
- You can access and use this application by visiting http://localhost:8080 in your browser.