Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.65 KB

README_EN.md

File metadata and controls

58 lines (38 loc) · 1.65 KB


中文 | ENGLISH

Ollama ChatTTS is an extension project that is integrated with the ChatTTS, ChatTTS WebUI, and API projects. It utilizes the API functionalities of ChatTTS and employs Streamlit as the frontend library for the web interface.

UPDATE:

1.0.1

  1. Adding ChatTTS Setting, Now you can change tones, oral style, add laugh, adjust break
  2. Adding Text input mode, just like a Ollama webui

1.0.0

  1. Support Audio input
  2. Support Ollama server setting and model setting
  3. Support Lang setting(You lang)

INSTALLATION

  1. Download Ollama

  2. Download a LLM Models,you can replace "phi3" to download others,Model list

    ollama pull phi3
    
  3. Download ChatTTS

  4. Download ChatTTS Models and config from huggingface,put in to folder asset and config

  5. Download ChatTTS Webui and put into same folder

  6. Download this project, (mainly ollamaChatTTS.py, llmChat.py, voice.py )

  7. Install requirements

    pip install -r requirements.txt
    

启动次序:

  1. Launch Ollama,and makesure running by visit http://127.0.0.1:11434

  2. Double click run.bat (windows) to launch ChatTTS Webui, you can check it on http://127.0.0.1:9966

    python app.py
    
  3. Final step: launch Ollama ChatTTS

    Streamlit run ollamaChatTTS.py