neutts 0.1.1.dev1__py3-none-any.whl → 0.1.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {neutts-0.1.1.dev1.dist-info → neutts-0.1.2.dist-info}/METADATA +12 -6
- neutts-0.1.2.dist-info/RECORD +9 -0
- neutts-0.1.1.dev1.dist-info/RECORD +0 -9
- {neutts-0.1.1.dev1.dist-info → neutts-0.1.2.dist-info}/WHEEL +0 -0
- {neutts-0.1.1.dev1.dist-info → neutts-0.1.2.dist-info}/licenses/LICENSE +0 -0
- {neutts-0.1.1.dev1.dist-info → neutts-0.1.2.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: neutts
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: NeuTTS - a package for text-to-speech generation using Neuphonics TTS models.
|
|
5
5
|
Author-email: neuphonic <general@neuphonic.com>
|
|
6
6
|
Requires-Python: >=3.9
|
|
@@ -138,13 +138,19 @@ We include benchmarks on four devices: Galaxy A25 5G, AMD Ryzen 9HX 370, iMac M4
|
|
|
138
138
|
```
|
|
139
139
|
|
|
140
140
|
3. **Install NeuTTS**
|
|
141
|
-
```
|
|
142
|
-
|
|
141
|
+
```bash
|
|
142
|
+
pip install neutts
|
|
143
|
+
```
|
|
144
|
+
alternatively
|
|
145
|
+
```bash
|
|
146
|
+
pip install neutts[all] # to get onnx and llamacpp dependency
|
|
147
|
+
```
|
|
148
|
+
|
|
143
149
|
|
|
144
150
|
4. **(Optional) Install Llama-cpp-python to use the `GGUF` models.**
|
|
145
151
|
|
|
146
152
|
```bash
|
|
147
|
-
pip install llama
|
|
153
|
+
pip install "neutts[llama]"
|
|
148
154
|
```
|
|
149
155
|
|
|
150
156
|
To run llama-cpp with GPU suport (CUDA, MPS) support please refer to:
|
|
@@ -153,7 +159,7 @@ We include benchmarks on four devices: Galaxy A25 5G, AMD Ryzen 9HX 370, iMac M4
|
|
|
153
159
|
5. **(Optional) Install onnxruntime to use the `.onnx` decoder.**
|
|
154
160
|
If you want to run the onnxdecoder
|
|
155
161
|
```bash
|
|
156
|
-
pip install
|
|
162
|
+
pip install "neutts[onnx]"
|
|
157
163
|
```
|
|
158
164
|
|
|
159
165
|
## Running the Model
|
|
@@ -178,7 +184,7 @@ from neutts import NeuTTS
|
|
|
178
184
|
import soundfile as sf
|
|
179
185
|
|
|
180
186
|
tts = NeuTTS(
|
|
181
|
-
backbone_repo="neuphonic/neutts-nano", # or 'neutts-nano-q4-gguf' with llama-cpp-python installed
|
|
187
|
+
backbone_repo="neuphonic/neutts-nano", # or 'neuphonic/neutts-nano-q4-gguf' with llama-cpp-python installed
|
|
182
188
|
backbone_device="cpu",
|
|
183
189
|
codec_repo="neuphonic/neucodec",
|
|
184
190
|
codec_device="cpu"
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
neutts/__init__.py,sha256=hddhq1_HdIr30GtoeYhARPumA4ET1W7QW5hgqMVQT8o,49
|
|
2
|
+
neutts/neutts.py,sha256=TMpshBT_yoInKrz6_WV9dnzQgvvT50djaGzwAKfxfzI,17747
|
|
3
|
+
neutts-0.1.2.dist-info/licenses/LICENSE,sha256=7CGCbnYiDp_SkdQn1VHp-Vx5NKdGWLOjrIQxGwpoZaw,11085
|
|
4
|
+
neuttsair/__init__.py,sha256=Z1fqgoEL9bkcUtwHcO6y4ly0vINa99pISVFZKFO9_UQ,55
|
|
5
|
+
neuttsair/neutts.py,sha256=1GakVYRZZnlTtlsZGvRxDRY5768sywURonLHLBSjeiU,257
|
|
6
|
+
neutts-0.1.2.dist-info/METADATA,sha256=a4hG7HWafLiSVUlo3p5BD4kqt5UJI2Y9uOqM_oYopNQ,10880
|
|
7
|
+
neutts-0.1.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
8
|
+
neutts-0.1.2.dist-info/top_level.txt,sha256=eyRQcARniW63_drAEjVvpLnnki4ngBSPkRNuw5jlHXQ,17
|
|
9
|
+
neutts-0.1.2.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
neutts/__init__.py,sha256=hddhq1_HdIr30GtoeYhARPumA4ET1W7QW5hgqMVQT8o,49
|
|
2
|
-
neutts/neutts.py,sha256=TMpshBT_yoInKrz6_WV9dnzQgvvT50djaGzwAKfxfzI,17747
|
|
3
|
-
neutts-0.1.1.dev1.dist-info/licenses/LICENSE,sha256=7CGCbnYiDp_SkdQn1VHp-Vx5NKdGWLOjrIQxGwpoZaw,11085
|
|
4
|
-
neuttsair/__init__.py,sha256=Z1fqgoEL9bkcUtwHcO6y4ly0vINa99pISVFZKFO9_UQ,55
|
|
5
|
-
neuttsair/neutts.py,sha256=1GakVYRZZnlTtlsZGvRxDRY5768sywURonLHLBSjeiU,257
|
|
6
|
-
neutts-0.1.1.dev1.dist-info/METADATA,sha256=opLnZXKn_prCfbO-LH8G2l35AmG38fl5PNoiPgIfCOk,10762
|
|
7
|
-
neutts-0.1.1.dev1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
8
|
-
neutts-0.1.1.dev1.dist-info/top_level.txt,sha256=eyRQcARniW63_drAEjVvpLnnki4ngBSPkRNuw5jlHXQ,17
|
|
9
|
-
neutts-0.1.1.dev1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|