Instructions to use addyo07/vox-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use addyo07/vox-models with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf addyo07/vox-models:Q4_K_M # Run inference directly in the terminal: llama cli -hf addyo07/vox-models:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf addyo07/vox-models:Q4_K_M # Run inference directly in the terminal: llama cli -hf addyo07/vox-models:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf addyo07/vox-models:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf addyo07/vox-models:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf addyo07/vox-models:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf addyo07/vox-models:Q4_K_M
Use Docker
docker model run hf.co/addyo07/vox-models:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use addyo07/vox-models with Ollama:
ollama run hf.co/addyo07/vox-models:Q4_K_M
- Unsloth Studio
How to use addyo07/vox-models with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for addyo07/vox-models to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for addyo07/vox-models to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for addyo07/vox-models to start chatting
- Pi
How to use addyo07/vox-models with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf addyo07/vox-models:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "addyo07/vox-models:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use addyo07/vox-models with Docker Model Runner:
docker model run hf.co/addyo07/vox-models:Q4_K_M
- Lemonade
How to use addyo07/vox-models with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull addyo07/vox-models:Q4_K_M
Run and chat with the model
lemonade run user.vox-models-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use addyo07/vox-models with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf addyo07/vox-models:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default addyo07/vox-models:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use addyo07/vox-models with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf addyo07/vox-models:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "addyo07/vox-models:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
addy-hypr4 commited on
Commit ·
e3b0894
1
Parent(s): 26f766f
added new primary tts model - supertonic 3 ,kokoro and piper are deprecated
Browse files- .gitattributes +1 -0
- models_manifest.json +35 -74
- tts/supertonic-3/duration_predictor.int8.onnx +3 -0
- tts/supertonic-3/text_encoder.int8.onnx +3 -0
- tts/supertonic-3/tts.json +311 -0
- tts/supertonic-3/unicode_indexer.bin +3 -0
- tts/supertonic-3/vector_estimator.int8.onnx +3 -0
- tts/supertonic-3/vocoder.int8.onnx +3 -0
- tts/supertonic-3/voice.bin +3 -0
.gitattributes
CHANGED
|
@@ -50,3 +50,4 @@ tts/kokoro/*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
|
| 50 |
stt filter=lfs diff=lfs merge=lfs -text
|
| 51 |
translit filter=lfs diff=lfs merge=lfs -text
|
| 52 |
stt/nvidia-nemotron-3.5 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 50 |
stt filter=lfs diff=lfs merge=lfs -text
|
| 51 |
translit filter=lfs diff=lfs merge=lfs -text
|
| 52 |
stt/nvidia-nemotron-3.5 filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
tts/supertonic-3 filter=lfs diff=lfs merge=lfs -text
|
models_manifest.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
{
|
| 2 |
-
"models_version": "1.
|
| 3 |
"release_notes": [
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"Integrated Nvidia Nemotron-3.5 ASR Engine (INT8 quantized) as the default primary speech recognition model."
|
| 7 |
],
|
| 8 |
-
"total_size_bytes":
|
| 9 |
"model_groups": [
|
| 10 |
{
|
| 11 |
"id": "ten_vad",
|
|
@@ -190,96 +189,58 @@
|
|
| 190 |
]
|
| 191 |
},
|
| 192 |
{
|
| 193 |
-
"id": "
|
| 194 |
-
"name": "
|
| 195 |
"category": "tts",
|
| 196 |
-
"version": "
|
| 197 |
-
"files": [
|
| 198 |
-
{
|
| 199 |
-
"id": "tts_kokoro_onnx",
|
| 200 |
-
"path": "tts/kokoro/model.onnx",
|
| 201 |
-
"size": 345555491,
|
| 202 |
-
"sha256": "10ff414106a038ce7e9e0126c6461e4dc8a86efaa89dc91d2009d69fe635e339",
|
| 203 |
-
"required": false
|
| 204 |
-
},
|
| 205 |
-
{
|
| 206 |
-
"id": "tts_kokoro_voices",
|
| 207 |
-
"path": "tts/kokoro/voices.bin",
|
| 208 |
-
"size": 5755904,
|
| 209 |
-
"sha256": "a372c67b056ef0b695c375d39b99630d23fb07ad4c8d87aa32a19a62fca523ad",
|
| 210 |
-
"required": false
|
| 211 |
-
},
|
| 212 |
-
{
|
| 213 |
-
"id": "tts_kokoro_tokens",
|
| 214 |
-
"path": "tts/kokoro/tokens.txt",
|
| 215 |
-
"size": 1078,
|
| 216 |
-
"sha256": "4f31c71282d14af4e926cd12462078fe9d20d00c589e63fe2750a8f56d6d7f7b",
|
| 217 |
-
"required": false
|
| 218 |
-
},
|
| 219 |
-
{
|
| 220 |
-
"id": "tts_kokoro_espeak_ng_data",
|
| 221 |
-
"path": "tts/kokoro/espeak-ng-data.tar.gz",
|
| 222 |
-
"size": 8990857,
|
| 223 |
-
"sha256": "7ddfb7247e98108baeab2a3f9c79c29247e58ae7d60d837b32e28999f555bf8d",
|
| 224 |
-
"archive": "tar.gz",
|
| 225 |
-
"required": false
|
| 226 |
-
}
|
| 227 |
-
]
|
| 228 |
-
},
|
| 229 |
-
{
|
| 230 |
-
"id": "piper_hindi_tts",
|
| 231 |
-
"name": "Piper Hindi TTS Engine",
|
| 232 |
-
"category": "tts",
|
| 233 |
-
"version": "1.0.0",
|
| 234 |
"files": [
|
| 235 |
{
|
| 236 |
-
"id": "
|
| 237 |
-
"path": "tts/
|
| 238 |
-
"size":
|
| 239 |
-
"sha256": "
|
| 240 |
"required": false
|
| 241 |
},
|
| 242 |
{
|
| 243 |
-
"id": "
|
| 244 |
-
"path": "tts/
|
| 245 |
-
"size":
|
| 246 |
-
"sha256": "
|
| 247 |
"required": false
|
| 248 |
},
|
| 249 |
{
|
| 250 |
-
"id": "
|
| 251 |
-
"path": "tts/
|
| 252 |
-
"size":
|
| 253 |
-
"sha256": "
|
| 254 |
"required": false
|
| 255 |
},
|
| 256 |
{
|
| 257 |
-
"id": "
|
| 258 |
-
"path": "tts/
|
| 259 |
-
"size":
|
| 260 |
-
"sha256": "
|
| 261 |
"required": false
|
| 262 |
},
|
| 263 |
{
|
| 264 |
-
"id": "
|
| 265 |
-
"path": "tts/
|
| 266 |
-
"size":
|
| 267 |
-
"sha256": "
|
| 268 |
"required": false
|
| 269 |
},
|
| 270 |
{
|
| 271 |
-
"id": "
|
| 272 |
-
"path": "tts/
|
| 273 |
-
"size":
|
| 274 |
-
"sha256": "
|
| 275 |
"required": false
|
| 276 |
},
|
| 277 |
{
|
| 278 |
-
"id": "
|
| 279 |
-
"path": "tts/
|
| 280 |
-
"size":
|
| 281 |
-
"sha256": "
|
| 282 |
-
"archive": "tar.gz",
|
| 283 |
"required": false
|
| 284 |
}
|
| 285 |
]
|
|
|
|
| 1 |
{
|
| 2 |
+
"models_version": "1.1.0",
|
| 3 |
"release_notes": [
|
| 4 |
+
"Portable, single-instance TTS engine with 31 languages and flow-matching architecture.",
|
| 5 |
+
"Supertonic 3 replaces Kokoro (EN) + Piper (HI) as the sole TTS engine."
|
|
|
|
| 6 |
],
|
| 7 |
+
"total_size_bytes": 9398491074,
|
| 8 |
"model_groups": [
|
| 9 |
{
|
| 10 |
"id": "ten_vad",
|
|
|
|
| 189 |
]
|
| 190 |
},
|
| 191 |
{
|
| 192 |
+
"id": "supertonic_tts",
|
| 193 |
+
"name": "Supertonic 3 TTS Engine",
|
| 194 |
"category": "tts",
|
| 195 |
+
"version": "3.0.0",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 196 |
"files": [
|
| 197 |
{
|
| 198 |
+
"id": "tts_supertonic_duration_predictor",
|
| 199 |
+
"path": "tts/supertonic-3/duration_predictor.int8.onnx",
|
| 200 |
+
"size": 3700147,
|
| 201 |
+
"sha256": "c3eb91414d5ff8a7a239b7fe9e34e7e2bf8a8140d8375ffb14718b1c639325db",
|
| 202 |
"required": false
|
| 203 |
},
|
| 204 |
{
|
| 205 |
+
"id": "tts_supertonic_text_encoder",
|
| 206 |
+
"path": "tts/supertonic-3/text_encoder.int8.onnx",
|
| 207 |
+
"size": 36416150,
|
| 208 |
+
"sha256": "c7befd5ea8c3119769e8a6c1486c4edc6a3bc8365c67621c881bbb774b9902ff",
|
| 209 |
"required": false
|
| 210 |
},
|
| 211 |
{
|
| 212 |
+
"id": "tts_supertonic_vector_estimator",
|
| 213 |
+
"path": "tts/supertonic-3/vector_estimator.int8.onnx",
|
| 214 |
+
"size": 78400833,
|
| 215 |
+
"sha256": "20cd86fa5c6effedfda0e7cffe5b0569ca401c440a0c3a1d72bf39286c0db3fd",
|
| 216 |
"required": false
|
| 217 |
},
|
| 218 |
{
|
| 219 |
+
"id": "tts_supertonic_vocoder",
|
| 220 |
+
"path": "tts/supertonic-3/vocoder.int8.onnx",
|
| 221 |
+
"size": 25991073,
|
| 222 |
+
"sha256": "e923d60f53f95eb1ce235f1dc33ec56d9c057823c96fa6f8acf98f32b0da6152",
|
| 223 |
"required": false
|
| 224 |
},
|
| 225 |
{
|
| 226 |
+
"id": "tts_supertonic_config",
|
| 227 |
+
"path": "tts/supertonic-3/tts.json",
|
| 228 |
+
"size": 8253,
|
| 229 |
+
"sha256": "42078d3aef1cd43ab43021f3c54f47d2d75ceb4e75f627f118890128b06a0d09",
|
| 230 |
"required": false
|
| 231 |
},
|
| 232 |
{
|
| 233 |
+
"id": "tts_supertonic_indexer",
|
| 234 |
+
"path": "tts/supertonic-3/unicode_indexer.bin",
|
| 235 |
+
"size": 262144,
|
| 236 |
+
"sha256": "8402ca48e5189a8950138580b0fff64db6f072f24ac07cd54ba8b2fbb9883b30",
|
| 237 |
"required": false
|
| 238 |
},
|
| 239 |
{
|
| 240 |
+
"id": "tts_supertonic_voice_bin",
|
| 241 |
+
"path": "tts/supertonic-3/voice.bin",
|
| 242 |
+
"size": 517168,
|
| 243 |
+
"sha256": "67d5209b0ee8ce6c74105ffbe12fe6a7628aea3b4ba2fcb308a4a67938a93ce8",
|
|
|
|
| 244 |
"required": false
|
| 245 |
}
|
| 246 |
]
|
tts/supertonic-3/duration_predictor.int8.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3eb91414d5ff8a7a239b7fe9e34e7e2bf8a8140d8375ffb14718b1c639325db
|
| 3 |
+
size 3700147
|
tts/supertonic-3/text_encoder.int8.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7befd5ea8c3119769e8a6c1486c4edc6a3bc8365c67621c881bbb774b9902ff
|
| 3 |
+
size 36416150
|
tts/supertonic-3/tts.json
ADDED
|
@@ -0,0 +1,311 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"tts_version": "v1.7.3",
|
| 3 |
+
"split": "opensource-multilingual",
|
| 4 |
+
"ttl": {
|
| 5 |
+
"latent_dim": 24,
|
| 6 |
+
"chunk_compress_factor": 6,
|
| 7 |
+
"batch_expander": {
|
| 8 |
+
"n_batch_expand": 6
|
| 9 |
+
},
|
| 10 |
+
"normalizer": {
|
| 11 |
+
"scale": 0.25
|
| 12 |
+
},
|
| 13 |
+
"text_encoder": {
|
| 14 |
+
"n_langs": 0,
|
| 15 |
+
"lang_emb_dim": 0,
|
| 16 |
+
"text_embedder": {
|
| 17 |
+
"char_emb_dim": 256
|
| 18 |
+
},
|
| 19 |
+
"convnext": {
|
| 20 |
+
"idim": 256,
|
| 21 |
+
"ksz": 5,
|
| 22 |
+
"intermediate_dim": 1024,
|
| 23 |
+
"num_layers": 6,
|
| 24 |
+
"dilation_lst": [
|
| 25 |
+
1,
|
| 26 |
+
1,
|
| 27 |
+
2,
|
| 28 |
+
2,
|
| 29 |
+
4,
|
| 30 |
+
4
|
| 31 |
+
]
|
| 32 |
+
},
|
| 33 |
+
"attn_encoder": {
|
| 34 |
+
"hidden_channels": 256,
|
| 35 |
+
"filter_channels": 1024,
|
| 36 |
+
"n_heads": 4,
|
| 37 |
+
"n_layers": 4,
|
| 38 |
+
"p_dropout": 0.0
|
| 39 |
+
},
|
| 40 |
+
"proj_out": {
|
| 41 |
+
"idim": 256,
|
| 42 |
+
"odim": 256
|
| 43 |
+
}
|
| 44 |
+
},
|
| 45 |
+
"flow_matching": {
|
| 46 |
+
"sig_min": 1e-08
|
| 47 |
+
},
|
| 48 |
+
"style_encoder": {
|
| 49 |
+
"proj_in": {
|
| 50 |
+
"ldim": 24,
|
| 51 |
+
"chunk_compress_factor": 6,
|
| 52 |
+
"odim": 256
|
| 53 |
+
},
|
| 54 |
+
"convnext": {
|
| 55 |
+
"idim": 256,
|
| 56 |
+
"ksz": 5,
|
| 57 |
+
"intermediate_dim": 1024,
|
| 58 |
+
"num_layers": 6,
|
| 59 |
+
"dilation_lst": [
|
| 60 |
+
1,
|
| 61 |
+
1,
|
| 62 |
+
1,
|
| 63 |
+
1,
|
| 64 |
+
1,
|
| 65 |
+
1
|
| 66 |
+
]
|
| 67 |
+
},
|
| 68 |
+
"style_token_layer": {
|
| 69 |
+
"input_dim": 256,
|
| 70 |
+
"n_style": 50,
|
| 71 |
+
"style_key_dim": 256,
|
| 72 |
+
"style_value_dim": 256,
|
| 73 |
+
"prototype_dim": 256,
|
| 74 |
+
"n_units": 256,
|
| 75 |
+
"n_heads": 2
|
| 76 |
+
}
|
| 77 |
+
},
|
| 78 |
+
"speech_prompted_text_encoder": {
|
| 79 |
+
"text_dim": 256,
|
| 80 |
+
"style_dim": 256,
|
| 81 |
+
"n_units": 256,
|
| 82 |
+
"n_heads": 2
|
| 83 |
+
},
|
| 84 |
+
"uncond_masker": {
|
| 85 |
+
"prob_both_uncond": 0.04,
|
| 86 |
+
"prob_text_uncond": 0.01,
|
| 87 |
+
"std": 0.1,
|
| 88 |
+
"text_dim": 256,
|
| 89 |
+
"n_style": 50,
|
| 90 |
+
"style_key_dim": 256,
|
| 91 |
+
"style_value_dim": 256
|
| 92 |
+
},
|
| 93 |
+
"vector_field": {
|
| 94 |
+
"n_langs": 0,
|
| 95 |
+
"lang_emb_dim": 0,
|
| 96 |
+
"proj_in": {
|
| 97 |
+
"ldim": 24,
|
| 98 |
+
"chunk_compress_factor": 6,
|
| 99 |
+
"odim": 512
|
| 100 |
+
},
|
| 101 |
+
"time_encoder": {
|
| 102 |
+
"time_dim": 64,
|
| 103 |
+
"hdim": 256
|
| 104 |
+
},
|
| 105 |
+
"main_blocks": {
|
| 106 |
+
"n_blocks": 4,
|
| 107 |
+
"time_cond_layer": {
|
| 108 |
+
"idim": 512,
|
| 109 |
+
"time_dim": 64
|
| 110 |
+
},
|
| 111 |
+
"style_cond_layer": {
|
| 112 |
+
"idim": 512,
|
| 113 |
+
"style_dim": 256
|
| 114 |
+
},
|
| 115 |
+
"text_cond_layer": {
|
| 116 |
+
"idim": 512,
|
| 117 |
+
"text_dim": 256,
|
| 118 |
+
"n_heads": 8,
|
| 119 |
+
"n_units": 512,
|
| 120 |
+
"use_residual": true,
|
| 121 |
+
"rotary_base": 10000,
|
| 122 |
+
"rotary_scale": 10
|
| 123 |
+
},
|
| 124 |
+
"convnext_0": {
|
| 125 |
+
"idim": 512,
|
| 126 |
+
"ksz": 5,
|
| 127 |
+
"intermediate_dim": 2048,
|
| 128 |
+
"num_layers": 4,
|
| 129 |
+
"dilation_lst": [
|
| 130 |
+
1,
|
| 131 |
+
2,
|
| 132 |
+
4,
|
| 133 |
+
8
|
| 134 |
+
]
|
| 135 |
+
},
|
| 136 |
+
"convnext_1": {
|
| 137 |
+
"idim": 512,
|
| 138 |
+
"ksz": 5,
|
| 139 |
+
"intermediate_dim": 2048,
|
| 140 |
+
"num_layers": 1,
|
| 141 |
+
"dilation_lst": [
|
| 142 |
+
1
|
| 143 |
+
]
|
| 144 |
+
},
|
| 145 |
+
"convnext_2": {
|
| 146 |
+
"idim": 512,
|
| 147 |
+
"ksz": 5,
|
| 148 |
+
"intermediate_dim": 2048,
|
| 149 |
+
"num_layers": 1,
|
| 150 |
+
"dilation_lst": [
|
| 151 |
+
1
|
| 152 |
+
]
|
| 153 |
+
}
|
| 154 |
+
},
|
| 155 |
+
"last_convnext": {
|
| 156 |
+
"idim": 512,
|
| 157 |
+
"ksz": 5,
|
| 158 |
+
"intermediate_dim": 2048,
|
| 159 |
+
"num_layers": 4,
|
| 160 |
+
"dilation_lst": [
|
| 161 |
+
1,
|
| 162 |
+
1,
|
| 163 |
+
1,
|
| 164 |
+
1
|
| 165 |
+
]
|
| 166 |
+
},
|
| 167 |
+
"proj_out": {
|
| 168 |
+
"idim": 512,
|
| 169 |
+
"chunk_compress_factor": 6,
|
| 170 |
+
"ldim": 24
|
| 171 |
+
}
|
| 172 |
+
}
|
| 173 |
+
},
|
| 174 |
+
"ae": {
|
| 175 |
+
"sample_rate": 44100,
|
| 176 |
+
"n_delay": 0,
|
| 177 |
+
"base_chunk_size": 512,
|
| 178 |
+
"chunk_compress_factor": 1,
|
| 179 |
+
"ldim": 24,
|
| 180 |
+
"encoder": {
|
| 181 |
+
"spec_processor": {
|
| 182 |
+
"n_fft": 2048,
|
| 183 |
+
"win_length": 2048,
|
| 184 |
+
"hop_length": 512,
|
| 185 |
+
"n_mels": 228,
|
| 186 |
+
"sample_rate": 44100,
|
| 187 |
+
"eps": 1e-05,
|
| 188 |
+
"norm_mean": 0.0,
|
| 189 |
+
"norm_std": 1.0
|
| 190 |
+
},
|
| 191 |
+
"ksz_init": 7,
|
| 192 |
+
"ksz": 7,
|
| 193 |
+
"num_layers": 10,
|
| 194 |
+
"dilation_lst": [
|
| 195 |
+
1,
|
| 196 |
+
1,
|
| 197 |
+
1,
|
| 198 |
+
1,
|
| 199 |
+
1,
|
| 200 |
+
1,
|
| 201 |
+
1,
|
| 202 |
+
1,
|
| 203 |
+
1,
|
| 204 |
+
1
|
| 205 |
+
],
|
| 206 |
+
"intermediate_dim": 2048,
|
| 207 |
+
"idim": 1253,
|
| 208 |
+
"hdim": 512,
|
| 209 |
+
"odim": 24
|
| 210 |
+
},
|
| 211 |
+
"decoder": {
|
| 212 |
+
"ksz_init": 7,
|
| 213 |
+
"ksz": 7,
|
| 214 |
+
"num_layers": 10,
|
| 215 |
+
"dilation_lst": [
|
| 216 |
+
1,
|
| 217 |
+
2,
|
| 218 |
+
4,
|
| 219 |
+
1,
|
| 220 |
+
2,
|
| 221 |
+
4,
|
| 222 |
+
1,
|
| 223 |
+
1,
|
| 224 |
+
1,
|
| 225 |
+
1
|
| 226 |
+
],
|
| 227 |
+
"intermediate_dim": 2048,
|
| 228 |
+
"idim": 24,
|
| 229 |
+
"hdim": 512,
|
| 230 |
+
"head": {
|
| 231 |
+
"idim": 512,
|
| 232 |
+
"hdim": 2048,
|
| 233 |
+
"odim": 512,
|
| 234 |
+
"ksz": 3
|
| 235 |
+
}
|
| 236 |
+
}
|
| 237 |
+
},
|
| 238 |
+
"dp": {
|
| 239 |
+
"latent_dim": 24,
|
| 240 |
+
"chunk_compress_factor": 6,
|
| 241 |
+
"normalizer": {
|
| 242 |
+
"scale": 1.0
|
| 243 |
+
},
|
| 244 |
+
"sentence_encoder": {
|
| 245 |
+
"char_emb_dim": 64,
|
| 246 |
+
"text_embedder": {
|
| 247 |
+
"char_emb_dim": 64
|
| 248 |
+
},
|
| 249 |
+
"convnext": {
|
| 250 |
+
"idim": 64,
|
| 251 |
+
"ksz": 5,
|
| 252 |
+
"intermediate_dim": 256,
|
| 253 |
+
"num_layers": 6,
|
| 254 |
+
"dilation_lst": [
|
| 255 |
+
1,
|
| 256 |
+
1,
|
| 257 |
+
1,
|
| 258 |
+
1,
|
| 259 |
+
1,
|
| 260 |
+
1
|
| 261 |
+
]
|
| 262 |
+
},
|
| 263 |
+
"attn_encoder": {
|
| 264 |
+
"hidden_channels": 64,
|
| 265 |
+
"filter_channels": 256,
|
| 266 |
+
"n_heads": 2,
|
| 267 |
+
"n_layers": 2,
|
| 268 |
+
"p_dropout": 0.0
|
| 269 |
+
},
|
| 270 |
+
"proj_out": {
|
| 271 |
+
"idim": 64,
|
| 272 |
+
"odim": 64
|
| 273 |
+
}
|
| 274 |
+
},
|
| 275 |
+
"style_encoder": {
|
| 276 |
+
"proj_in": {
|
| 277 |
+
"ldim": 24,
|
| 278 |
+
"chunk_compress_factor": 6,
|
| 279 |
+
"odim": 64
|
| 280 |
+
},
|
| 281 |
+
"convnext": {
|
| 282 |
+
"idim": 64,
|
| 283 |
+
"ksz": 5,
|
| 284 |
+
"intermediate_dim": 256,
|
| 285 |
+
"num_layers": 4,
|
| 286 |
+
"dilation_lst": [
|
| 287 |
+
1,
|
| 288 |
+
1,
|
| 289 |
+
1,
|
| 290 |
+
1
|
| 291 |
+
]
|
| 292 |
+
},
|
| 293 |
+
"style_token_layer": {
|
| 294 |
+
"input_dim": 64,
|
| 295 |
+
"n_style": 8,
|
| 296 |
+
"style_key_dim": 0,
|
| 297 |
+
"style_value_dim": 16,
|
| 298 |
+
"prototype_dim": 64,
|
| 299 |
+
"n_units": 64,
|
| 300 |
+
"n_heads": 2
|
| 301 |
+
}
|
| 302 |
+
},
|
| 303 |
+
"predictor": {
|
| 304 |
+
"sentence_dim": 64,
|
| 305 |
+
"n_style": 8,
|
| 306 |
+
"style_dim": 16,
|
| 307 |
+
"hdim": 128,
|
| 308 |
+
"n_layer": 2
|
| 309 |
+
}
|
| 310 |
+
}
|
| 311 |
+
}
|
tts/supertonic-3/unicode_indexer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8402ca48e5189a8950138580b0fff64db6f072f24ac07cd54ba8b2fbb9883b30
|
| 3 |
+
size 262144
|
tts/supertonic-3/vector_estimator.int8.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20cd86fa5c6effedfda0e7cffe5b0569ca401c440a0c3a1d72bf39286c0db3fd
|
| 3 |
+
size 78400833
|
tts/supertonic-3/vocoder.int8.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e923d60f53f95eb1ce235f1dc33ec56d9c057823c96fa6f8acf98f32b0da6152
|
| 3 |
+
size 25991073
|
tts/supertonic-3/voice.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67d5209b0ee8ce6c74105ffbe12fe6a7628aea3b4ba2fcb308a4a67938a93ce8
|
| 3 |
+
size 517168
|