Text-to-Speech
Core ML
Supertonic
speech
audio
tts
ane
apple-silicon
flow-matching
diffusion
multilingual
Instructions to use FluidInference/supertonic-3-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Supertonic
How to use FluidInference/supertonic-3-coreml with Supertonic:
from supertonic import TTS tts = TTS(auto_download=True) style = tts.get_voice_style(voice_name="M1") text = "The train delay was announced at 4:45 PM on Wed, Apr 3, 2024 due to track maintenance." wav, duration = tts.synthesize(text, voice_style=style) tts.save_audio(wav, "output.wav")
- Notebooks
- Google Colab
- Kaggle
Upload 8 files
Browse files- VectorEstimatorVariants/VectorEstimator_int4.mlmodelc/.DS_Store +0 -0
- VectorEstimatorVariants/VectorEstimator_int4.mlmodelc/analytics/coremldata.bin +3 -0
- VectorEstimatorVariants/VectorEstimator_int4.mlmodelc/coremldata.bin +3 -0
- VectorEstimatorVariants/VectorEstimator_int4.mlmodelc/model.mil +0 -0
- VectorEstimatorVariants/VectorEstimator_int4.mlmodelc/weights/weight.bin +3 -0
- VectorEstimatorVariants/VectorEstimator_int4.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- VectorEstimatorVariants/VectorEstimator_int4.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- VectorEstimatorVariants/VectorEstimator_int4.mlpackage/Manifest.json +18 -0
VectorEstimatorVariants/VectorEstimator_int4.mlmodelc/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
VectorEstimatorVariants/VectorEstimator_int4.mlmodelc/analytics/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:943640f5effc7cf327fc3d33a37322608256d90e74ce098d21a133ff55ad4085
|
| 3 |
+
size 243
|
VectorEstimatorVariants/VectorEstimator_int4.mlmodelc/coremldata.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:721d25e3fe37df4db409c6c041380d575071624f8863a9c042f685f1863c831e
|
| 3 |
+
size 634
|
VectorEstimatorVariants/VectorEstimator_int4.mlmodelc/model.mil
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
VectorEstimatorVariants/VectorEstimator_int4.mlmodelc/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5aa43359149137490df9eed6bb7082572da684395e2be758e70cf0f949bdc0ea
|
| 3 |
+
size 32152032
|
VectorEstimatorVariants/VectorEstimator_int4.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed5cc53c2867ea7a1920bc4ecce5aa648fa47fa52619d85d0d41121830e1e0d7
|
| 3 |
+
size 346506
|
VectorEstimatorVariants/VectorEstimator_int4.mlpackage/Data/com.apple.CoreML/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5aa43359149137490df9eed6bb7082572da684395e2be758e70cf0f949bdc0ea
|
| 3 |
+
size 32152032
|
VectorEstimatorVariants/VectorEstimator_int4.mlpackage/Manifest.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fileFormatVersion": "1.0.0",
|
| 3 |
+
"itemInfoEntries": {
|
| 4 |
+
"B29A4BF2-53F9-4C0E-8047-374557B3DB27": {
|
| 5 |
+
"author": "com.apple.CoreML",
|
| 6 |
+
"description": "CoreML Model Weights",
|
| 7 |
+
"name": "weights",
|
| 8 |
+
"path": "com.apple.CoreML/weights"
|
| 9 |
+
},
|
| 10 |
+
"F12BBA52-F2EA-4B53-BB06-6E4C599A6749": {
|
| 11 |
+
"author": "com.apple.CoreML",
|
| 12 |
+
"description": "CoreML Model Specification",
|
| 13 |
+
"name": "model.mlmodel",
|
| 14 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"rootModelIdentifier": "F12BBA52-F2EA-4B53-BB06-6E4C599A6749"
|
| 18 |
+
}
|