show code js

2024年8月6日 星期二

ChatTTS

It good than Bark

Github

  • git clone https://github.com/2noise/ChatTTS.git
  • cd ChatTTS

Env

  • conda create -n chattts python=3.8
  • conda activate chattts

Install

  • pip install --upgrade -r requirements.txt
  • pip install -r requirements.txt

Run

  • python examples/web/webui.py

Change port, public link

  • open ChatTTS\examples\web\webui.py
  • find
    demo.launch()
  • and add args
    server_name='0.0.0.0'
    server_port=7860
    share=True


沒有留言:

張貼留言