中文 | 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.
- Adding ChatTTS Setting, Now you can change tones, oral style, add laugh, adjust break
- Adding Text input mode, just like a Ollama webui
- Support Audio input
- Support Ollama server setting and model setting
- Support Lang setting(You lang)
-
Download a LLM Models,you can replace "phi3" to download others,Model list
ollama pull phi3
-
Download ChatTTS Models and config from huggingface,put in to folder asset and config
-
Download ChatTTS Webui and put into same folder
-
Download this project, (mainly ollamaChatTTS.py, llmChat.py, voice.py )
-
Install requirements
pip install -r requirements.txt
-
Launch Ollama,and makesure running by visit http://127.0.0.1:11434
-
Double click run.bat (windows) to launch ChatTTS Webui, you can check it on http://127.0.0.1:9966
python app.py
-
Final step: launch Ollama ChatTTS
Streamlit run ollamaChatTTS.py