Downloads · 30 days
0
VoidShine/atri-sovits
atri-sovits is a text-to-speech model from VoidShine. Use it when you need text read aloud. The card lists the license as agpl-3.0.
WARNING: This model is for personal and research use only. Do not use it for commercial purposes or to impersonate real individuals.
Downloads · 30 days
0
Access
Public
Updated Mar 18, 2026
Repo size
135 MB
Likes
1
Public
Click a slice to open those files.
.pth135 MB · 100%
From the Hugging Face model README
WARNING: This model is for personal and research use only. Do not use it for commercial purposes or to impersonate real individuals.
A fine-tuned GPT-SoVITS v2Pro voice model for ATRI (from ATRI -My Dear Moments-), capable of synthesizing speech in Japanese, Chinese, and English.
ATR_e8_s3952.pth — Fine-tuned SoVITS model weights (8 epochs, 3952 steps)ref_audio.wav — Reference audio for inferenceapi_atri.py — FastAPI-based TTS inference servers1v3.ckpt from GPT-SoVITS (included in its pretrained models).ATR_e8_s3952.pth and ref_audio.wav in your preferred location.api_atri.py (replace /path/to/ placeholders with actual paths).cd /path/to/GPT-SoVITS
python api_atri.py
API docs will be available at http://127.0.0.1:9880/docs.
| Endpoint | Method | Description |
|---|---|---|
/health | GET | Health check |
/tts | POST | Text-to-speech (returns full audio) |
/tts/stream | POST | Streaming text-to-speech |
This project is licensed under AGPL-3.0, consistent with GPT-SoVITS.