No description
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| AGENTS.md | ||
| README.md | ||
| requirements.txt | ||
| server.py | ||
| tts.py | ||
| webui.py | ||
Qwen3-TTS Local Server
Русскоязычный TTS на базе Qwen3-TTS-12Hz-1.7B-CustomVoice.
Установка
python3 -m venv qwen3-tts-env
source qwen3-tts-env/bin/activate
pip install -r requirements.txt
Запуск API
source qwen3-tts-env/bin/activate
uvicorn server:app --host 0.0.0.0 --port 8000
Примеры
curl -X POST http://localhost:8000/tts \
-H "Content-Type: application/json" \
-d '{"text": "Привет мир!"}' \
--output hello.wav
curl "http://localhost:8000/tts?text=Ого,ты+крут!" --output wow.wav
CLI
python tts.py
Поддерживаемые языки
Chinese, English, Japanese, Korean, German, French, Russian, Portuguese, Spanish, Italian
Дикторы
Ryan, Vivian, Serena, Uncle_Fu, Dylan, Eric, Aiden, Ono_Anna, Sohee