Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use it locally? Huggingface not working too #2

Open
jessicaliew1024 opened this issue Jun 28, 2024 · 2 comments
Open

How to use it locally? Huggingface not working too #2

jessicaliew1024 opened this issue Jun 28, 2024 · 2 comments

Comments

@jessicaliew1024
Copy link

I have cloned it locally but it is also not working. Please write a guide on how to install locally. Thanks

@pcyan3166
Copy link

clone source code from here:https://huggingface.co/spaces/Hilley/ChatTTS-OpenVoice/tree/main

@HKoon
Copy link
Owner

HKoon commented Jul 1, 2024

You can clone or download the source code from here first.

  1. Install the necessary libraries:
  • In the terminal, run pip install -r requirements.txt
  1. 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.
  1. Run app.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants