Instructions to use Supertone/supertonic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Supertonic
How to use Supertone/supertonic 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
onnx slim
Browse files- onnx/duration_predictor.onnx +2 -2
- onnx/text_encoder.onnx +2 -2
- onnx/vector_estimator.onnx +2 -2
- onnx/vocoder.onnx +2 -2
onnx/duration_predictor.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b861580c56a0cba2a2b82aa697ecb3c5a163c3240c60a0ddfac369d21d054092
|
| 3 |
+
size 1500789
|
onnx/text_encoder.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba0c8ea74aeb5df00d21a89b8d47c71317f47120232e3deef95024dba37dbd88
|
| 3 |
+
size 27348373
|
onnx/vector_estimator.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3f82ecd2e9decc4e2236048b03628a1c1d5f14a792ba274a59b7325107aa6a6
|
| 3 |
+
size 132471364
|
onnx/vocoder.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19bd51f47a186069c752403518a40f7ea4c647455056d2511f7249691ecddf7c
|
| 3 |
+
size 101405066
|