Upload 67 files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +7 -0
- DONATE.md +47 -0
- README.md +22 -0
- SAMPLES.md +48 -0
- VOICES.md +161 -0
- config.json +151 -0
- kokoro-v1_0.safetensors +3 -0
- samples/HEARME.wav +3 -0
- samples/af_heart_0.wav +3 -0
- samples/af_heart_1.wav +3 -0
- samples/af_heart_2.wav +3 -0
- samples/af_heart_3.wav +3 -0
- samples/af_heart_4.wav +3 -0
- samples/af_heart_5.wav +3 -0
- voices/af_alloy.pt +3 -0
- voices/af_aoede.pt +3 -0
- voices/af_bella.pt +3 -0
- voices/af_heart.pt +3 -0
- voices/af_jessica.pt +3 -0
- voices/af_kore.pt +3 -0
- voices/af_nicole.pt +3 -0
- voices/af_nova.pt +3 -0
- voices/af_river.pt +3 -0
- voices/af_sarah.pt +3 -0
- voices/af_sky.pt +3 -0
- voices/am_adam.pt +3 -0
- voices/am_echo.pt +3 -0
- voices/am_eric.pt +3 -0
- voices/am_fenrir.pt +3 -0
- voices/am_liam.pt +3 -0
- voices/am_michael.pt +3 -0
- voices/am_onyx.pt +3 -0
- voices/am_puck.pt +3 -0
- voices/am_santa.pt +3 -0
- voices/bf_alice.pt +3 -0
- voices/bf_emma.pt +3 -0
- voices/bf_isabella.pt +3 -0
- voices/bf_lily.pt +3 -0
- voices/bm_daniel.pt +3 -0
- voices/bm_fable.pt +3 -0
- voices/bm_george.pt +3 -0
- voices/bm_lewis.pt +3 -0
- voices/ef_dora.pt +3 -0
- voices/em_alex.pt +3 -0
- voices/em_santa.pt +3 -0
- voices/ff_siwis.pt +3 -0
- voices/hf_alpha.pt +3 -0
- voices/hf_beta.pt +3 -0
- voices/hm_omega.pt +3 -0
- voices/hm_psi.pt +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
samples/af_heart_0.wav filter=lfs diff=lfs merge=lfs -text
|
37 |
+
samples/af_heart_1.wav filter=lfs diff=lfs merge=lfs -text
|
38 |
+
samples/af_heart_2.wav filter=lfs diff=lfs merge=lfs -text
|
39 |
+
samples/af_heart_3.wav filter=lfs diff=lfs merge=lfs -text
|
40 |
+
samples/af_heart_4.wav filter=lfs diff=lfs merge=lfs -text
|
41 |
+
samples/af_heart_5.wav filter=lfs diff=lfs merge=lfs -text
|
42 |
+
samples/HEARME.wav filter=lfs diff=lfs merge=lfs -text
|
DONATE.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Donate
|
2 |
+
|
3 |
+
Apache software is free software.
|
4 |
+
|
5 |
+
For those able & willing to support my work, I can be sponsored via [GitHub Sponsors](https://github.com/sponsors/hexgrad). I also accept *unconditional, no-strings-attached* donations in the form of **GPU cloud credit**. This helps me run experiments and train models.
|
6 |
+
|
7 |
+
Please do not "attach strings" (e.g. model requests, consulting, brand sponsorships) to donations because some of these channels are anonymous: I may not be able to see who sent what.
|
8 |
+
|
9 |
+
Also, along the lines of "Never buy a product based on the future promise of updates", I would discourage you from donating because you expect a specific model to come down the pipeline. Hopefully, donors broadly believe that good things happen when [someone gets this man (yours truly) a GPU](https://i.redd.it/r8dtt3n9rc431.jpg).
|
10 |
+
|
11 |
+
### GitHub Sponsors
|
12 |
+
https://github.com/sponsors/hexgrad
|
13 |
+
|
14 |
+
### Vast.ai Referral Link
|
15 |
+
Vast.ai is a vendor I use for cloud GPUs. I "earn 3% of all referred customer revenue as credits": [https://cloud.vast.ai/?ref_id=79907](https://cloud.vast.ai/?ref_id=79907)
|
16 |
+
|
17 |
+
### Vast.ai Transfer Credit
|
18 |
+
To **anonymously** transfer $5 of credit directly to my Vast.ai account `[email protected]`, you can use `transfer credit` in the Vast CLI like so:
|
19 |
+
|
20 |
+
```sh
|
21 |
+
vastai transfer credit [email protected] 5
|
22 |
+
```
|
23 |
+
|
24 |
+
The usage of the `transfer credit` command is documented here: https://docs.vast.ai/api/commands#voyTE
|
25 |
+
|
26 |
+
```sh
|
27 |
+
usage: vastai transfer credit RECIPIENT AMOUNT
|
28 |
+
|
29 |
+
positional arguments:
|
30 |
+
recipient email of recipient account
|
31 |
+
amount $dollars of credit to transfer
|
32 |
+
|
33 |
+
Transfer (amount) credits to account with email (recipient).
|
34 |
+
```
|
35 |
+
|
36 |
+
Note that `transfer credit` seems to be an anonymous command. If I don't say thank you, its because I can't see the sender!
|
37 |
+
|
38 |
+
### RunPod Referral Link
|
39 |
+
RunPod is another vendor I use for cloud GPUs. I earn "5% from serverless and 1% from templates": https://runpod.io?ref=pup8o2ly
|
40 |
+
|
41 |
+
### RunPod Credit Codes
|
42 |
+
After signing in to RunPod, under `Account > Billing > Credit Codes`, you can "generate a code that allows you to gift funds to another RunPod user":
|
43 |
+
|
44 |
+
> Simply give them the code and they will be able to redeem it for credits on their billing page. Please safeguard your codes as they are worth money!
|
45 |
+
> Credits will be debited from your account immediately. You can redeem the code yourself if you want to recover your credits. There is a 2% transaction fee for payment processing!
|
46 |
+
|
47 |
+
If you wish to send codes, you can do so by emailing `[email protected]`, or DM me on Discord `@rzvzn`.
|
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- yl4579/StyleTTS2-LJSpeech
|
7 |
+
pipeline_tag: text-to-speech
|
8 |
+
library_name: mlx
|
9 |
+
---
|
10 |
+
|
11 |
+
# mlx-community/Kokoro-82M-bf16
|
12 |
+
This model was converted to MLX format from [`hexagrad/Kokoro-82M`]() using mlx-audio version **0.0.1**.
|
13 |
+
Refer to the [original model card](https://huggingface.co/hexagrad/Kokoro-82M) for more details on the model.
|
14 |
+
## Use with mlx
|
15 |
+
|
16 |
+
```bash
|
17 |
+
pip install -U mlx-audio
|
18 |
+
```
|
19 |
+
|
20 |
+
```bash
|
21 |
+
python -m mlx_audio.tts.generate --model mlx-community/Kokoro-82M-bf16 --text "Hello world"
|
22 |
+
```
|
SAMPLES.md
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
### HEARME
|
2 |
+
<audio controls><source src="https://huggingface.co/hexgrad/Kokoro-82M/resolve/main/samples/HEARME.wav" type="audio/wav"></audio>
|
3 |
+
> Kokoro is an open-weight TTS model with 82 million parameters. Despite its lightweight architecture, it delivers comparable quality to larger models while being significantly faster and more cost-efficient. With Apache-licensed weights, Kokoro can be deployed anywhere from production environments to personal projects.
|
4 |
+
```
|
5 |
+
kˈOkəɹO ɪz ɐn ˈOpᵊnwˌAt tˌitˌiˈɛs mˈɑdᵊl wɪð ˈATi tˈu mˈɪljᵊn pəɹˈæməTəɹz. dəspˈIt ɪts lˈItwˌAt ˈɑɹkətˌɛkʧəɹ, ɪt dəlˈɪvəɹz kˈɑmpəɹəbᵊl kwˈɑləTi tə lˈɑɹʤəɹ mˈɑdᵊlz wˌIl bˈiɪŋ səɡnˈɪfəkəntli fˈæstəɹ ænd mˈɔɹ kˈɔstəfˌɪʃənt. wˌɪð əpˌæʧilˈIsᵊnst wˈAts, kˈOkəɹO kæn bi dəplˈYd ˈɛniwˌɛɹ fɹʌm pɹədˈʌkʃən ənvˈIɹənmᵊnts tə pˈɜɹsᵊnəl pɹˈɑʤˌɛkts.
|
6 |
+
```
|
7 |
+
|
8 |
+
### af_heart_0
|
9 |
+
<audio controls><source src="https://huggingface.co/hexgrad/Kokoro-82M/resolve/main/samples/af_heart_0.wav" type="audio/wav"></audio>
|
10 |
+
> The sky above the port was the color of television, tuned to a dead channel.
|
11 |
+
```
|
12 |
+
ðə skˈI əbˈʌv ðə pˈɔɹt wʌz ðə kˈʌləɹ ʌv tˈɛləvˌɪʒən, tˈund tə ɐ dˈɛd ʧˈænᵊl.
|
13 |
+
```
|
14 |
+
|
15 |
+
### af_heart_1
|
16 |
+
<audio controls><source src="https://huggingface.co/hexgrad/Kokoro-82M/resolve/main/samples/af_heart_1.wav" type="audio/wav"></audio>
|
17 |
+
> "It's not like I'm using," Case heard someone say, as he shouldered his way through the crowd around the door of the Chat. "It's like my body's developed this massive drug deficiency."
|
18 |
+
```
|
19 |
+
“ˌɪts nˌɑt lˈIk ˌIm jˈuzɪŋ,” kˈAs hˈɜɹd sˈʌmwˌʌn sˈA, æz hi ʃˈOldəɹd hɪz wˈA θɹu ðə kɹˈWd əɹˈWnd ðə dˈɔɹ ʌv ðə ʧˈæt. “ˌɪts lˈIk mI bˈɑdiz dəvˈɛləpt ðɪs mˈæsɪv dɹˈʌɡ dəfˈɪʃənsi.”
|
20 |
+
```
|
21 |
+
|
22 |
+
### af_heart_2
|
23 |
+
<audio controls><source src="https://huggingface.co/hexgrad/Kokoro-82M/resolve/main/samples/af_heart_2.wav" type="audio/wav"></audio>
|
24 |
+
> It was a Sprawl voice and a Sprawl joke. The Chatsubo was a bar for professional expatriates; you could drink there for a week and never hear two words in Japanese.
|
25 |
+
```
|
26 |
+
ˌɪt wʌz ɐ spɹˈɔl vˈYs ænd ɐ spɹˈɔl ʤˈOk. ðə ʧætsˈubO wʌz ɐ bˈɑɹ fɔɹ pɹəfˈɛʃᵊnəl ɛkspˈAtɹiəts; ju kʊd dɹˈɪŋk ðɛɹ fɔɹ ɐ wˈik ænd nˈɛvəɹ hˈɪɹ tˈu wˈɜɹdz ɪn ʤˌæpənˈiz.
|
27 |
+
```
|
28 |
+
|
29 |
+
### af_heart_3
|
30 |
+
<audio controls><source src="https://huggingface.co/hexgrad/Kokoro-82M/resolve/main/samples/af_heart_3.wav" type="audio/wav"></audio>
|
31 |
+
> These were to have an enormous impact, not only because they were associated with Constantine, but also because, as in so many other areas, the decisions taken by Constantine (or in his name) were to have great significance for centuries to come. One of the main issues was the shape that Christian churches were to take, since there was not, apparently, a tradition of monumental church buildings when Constantine decided to help the Christian church build a series of truly spectacular structures.
|
32 |
+
```
|
33 |
+
ðˌiz wɜɹ tə hæv ɐn ɪnˈɔɹməs ˈɪmpˌækt, nˌɑt ˈOnli bəkˈʌz ðA wɜɹ əsˈOsiˌATᵻd wɪð kˈɑnstəntˌin, bˌʌt ˈɔlsO bəkˈʌz, æz ɪn sˌO mˈɛni ˈʌðəɹ ˈɛɹiəz, ðə dəsˈɪʒᵊnz tˈAkən bI kˈɑnstəntˌin (ɔɹ ɪn hɪz nˈAm) wɜɹ tə hæv ɡɹˈAt səɡnˈɪfəkᵊns fɔɹ sˈɛnʧəɹiz tə kˈʌm. wˈʌn ʌv ðə mˈAn ˈɪʃjuz wʌz ðə ʃˈAp ðæt kɹˈɪsʧən ʧˈɜɹʧᵻz wɜɹ tə tˈAk, sˈɪns ðɛɹ wʌz nˌɑt, əpˈɛɹəntli, ɐ tɹədˈɪʃən ʌv mˌɑnjəmˈɛntᵊl ʧˈɜɹʧ bˈɪldɪŋz wˌɛn kˈɑnstəntˌin dəsˈIdᵻd tə hˈɛlp ðə kɹˈɪsʧən ʧˈɜɹʧ bˈɪld ɐ sˈɪɹiz ʌv tɹˈuli spɛktˈækjələɹ stɹˈʌkʧəɹz.
|
34 |
+
```
|
35 |
+
|
36 |
+
### af_heart_4
|
37 |
+
<audio controls><source src="https://huggingface.co/hexgrad/Kokoro-82M/resolve/main/samples/af_heart_4.wav" type="audio/wav"></audio>
|
38 |
+
> The main form that these churches took was that of the basilica, a multipurpose rectangular structure, based ultimately on the earlier Greek stoa, which could be found in most of the great cities of the empire. Christianity, unlike classical polytheism, needed a large interior space for the celebration of its religious services, and the basilica aptly filled that need.
|
39 |
+
```
|
40 |
+
ðə mˈAn fˈɔɹm ðæt ðiz ʧˈɜɹʧᵻz tˈʊk wʌz ðæt ʌv ðə bəsˈɪləkə, ɐ mˌʌltipˈɜɹpəs ɹɛktˈæŋɡjələɹ stɹˈʌkʧəɹ, bˈAst ˈʌltəmətli ˌɔn ði ˈɜɹliəɹ ɡɹˈik stˈOə, wˌɪʧ kʊd bi fˈWnd ɪn mˈOst ʌv ðə ɡɹˈAt sˈɪTiz ʌv ði ˈɛmpˌIəɹ. kɹˌɪsʧiˈænəTi, ˌʌnlˈIk klˈæsəkᵊl pˈɑliθiˌɪzəm, nˈidᵻd ɐ lˈɑɹʤ ɪntˈɪɹiəɹ spˈAs fɔɹ ðə sˌɛləbɹˈAʃən ʌv ɪts ɹəlˈɪʤəs sˈɜɹvəsᵻz, ænd ðə bəsˈɪləkə ˈæptli fˈɪld ðæt nˈid.
|
41 |
+
```
|
42 |
+
|
43 |
+
### af_heart_5
|
44 |
+
<audio controls><source src="https://huggingface.co/hexgrad/Kokoro-82M/resolve/main/samples/af_heart_5.wav" type="audio/wav"></audio>
|
45 |
+
> We naturally do not know the degree to which the emperor was involved in the design of new churches, but it is tempting to connect this with the secular basilica that Constantine completed in the Roman forum (the so-called Basilica of Maxentius) and the one he probably built in Trier, in connection with his residence in the city at a time when he was still caesar.
|
46 |
+
```
|
47 |
+
wˌi nˈæʧəɹəli dˈu nˌɑt nˈO ðə dəɡɹˈi tə wˌɪʧ ði ˈɛmpəɹəɹ wʌz ɪnvˈɑlvd ɪn ðə dəzˈIn ʌv nˈu ʧˈɜɹʧᵻz, bˌʌt ɪt ɪz tˈɛmptɪŋ tə kənˈɛkt ðɪs wɪð ðə sˈɛkjələɹ bəsˈɪləkə ðæt kˈɑnstəntˌin kəmplˈiTᵻd ɪn ðə ɹˈOmən fˈɔɹəm (ðə sˌOkˈɔld bəsˈɪləkə ʌv mæksˈɛntiəs) ænd ðə wˈʌn hi pɹˈɑbəbli bˈɪlt ɪn tɹˈɪɹ, ɪn kənˈɛkʃən wɪð hɪz ɹˈɛzədᵊns ɪn ðə sˈɪTi æt ɐ tˈIm wˌɛn hi wʌz stˈɪl sˈizəɹ.
|
48 |
+
```
|
VOICES.md
ADDED
@@ -0,0 +1,161 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Voices
|
2 |
+
|
3 |
+
- 🇺🇸 [American English](#american-english): 11F 9M
|
4 |
+
- 🇬🇧 [British English](#british-english): 4F 4M
|
5 |
+
- 🇯🇵 [Japanese](#japanese): 4F 1M
|
6 |
+
- 🇨🇳 [Mandarin Chinese](#mandarin-chinese): 4F 4M
|
7 |
+
- 🇪🇸 [Spanish](#spanish): 1F 2M
|
8 |
+
- 🇫🇷 [French](#french): 1F
|
9 |
+
- 🇮🇳 [Hindi](#hindi): 2F 2M
|
10 |
+
- 🇮🇹 [Italian](#italian): 1F 1M
|
11 |
+
- 🇧🇷 [Brazilian Portuguese](#brazilian-portuguese): 1F 2M
|
12 |
+
|
13 |
+
For each voice, the given grades are intended to be estimates of the **quality and quantity** of its associated training data, both of which impact overall inference quality.
|
14 |
+
|
15 |
+
Subjectively, voices will sound better or worse to different people.
|
16 |
+
|
17 |
+
Support for non-English languages may be absent or thin due to weak G2P and/or lack of training data. Some languages are only represented by a small handful or even just one voice (French).
|
18 |
+
|
19 |
+
Most voices perform best on a "goldilocks range" of 100-200 tokens out of ~500 possible. Voices may perform worse at the extremes:
|
20 |
+
- **Weakness** on short utterances, especially less than 10-20 tokens. Root cause could be lack of short-utterance training data and/or model architecture. One possible inference mitigation is to bundle shorter utterances together.
|
21 |
+
- **Rushing** on long utterances, especially over 400 tokens. You can chunk down to shorter utterances or adjust the `speed` parameter to mitigate this.
|
22 |
+
|
23 |
+
**Target Quality**
|
24 |
+
- How high quality is the reference voice? This grade may be impacted by audio quality, artifacts, compression, & sample rate.
|
25 |
+
- How well do the text labels match the audio? Text/audio misalignment (e.g. from hallucinations) will lower this grade.
|
26 |
+
|
27 |
+
**Training Duration**
|
28 |
+
- How much audio was seen during training? Smaller durations result in a lower overall grade.
|
29 |
+
- 10 hours <= **HH hours** < 100 hours
|
30 |
+
- 1 hour <= H hours < 10 hours
|
31 |
+
- 10 minutes <= MM minutes < 100 minutes
|
32 |
+
- 1 minute <= _M minutes_ 🤏 < 10 minutes
|
33 |
+
|
34 |
+
### American English
|
35 |
+
|
36 |
+
- `lang_code='a'` in [`misaki[en]`](https://github.com/hexgrad/misaki)
|
37 |
+
- espeak-ng `en-us` fallback
|
38 |
+
|
39 |
+
| Name | Traits | Target Quality | Training Duration | Overall Grade | SHA256 |
|
40 |
+
| ---- | ------ | -------------- | ----------------- | ------------- | ------ |
|
41 |
+
| **af\_heart** | 🚺❤️ | | | **A** | `0ab5709b` |
|
42 |
+
| af_alloy | 🚺 | B | MM minutes | C | `6d877149` |
|
43 |
+
| af_aoede | 🚺 | B | H hours | C+ | `c03bd1a4` |
|
44 |
+
| af_bella | 🚺🔥 | **A** | **HH hours** | **A-** | `8cb64e02` |
|
45 |
+
| af_jessica | 🚺 | C | MM minutes | D | `cdfdccb8` |
|
46 |
+
| af_kore | 🚺 | B | H hours | C+ | `8bfbc512` |
|
47 |
+
| af_nicole | 🚺🎧 | B | **HH hours** | B- | `c5561808` |
|
48 |
+
| af_nova | 🚺 | B | MM minutes | C | `e0233676` |
|
49 |
+
| af_river | 🚺 | C | MM minutes | D | `e149459b` |
|
50 |
+
| af_sarah | 🚺 | B | H hours | C+ | `49bd364e` |
|
51 |
+
| af_sky | 🚺 | B | _M minutes_ 🤏 | C- | `c799548a` |
|
52 |
+
| am_adam | 🚹 | D | H hours | F+ | `ced7e284` |
|
53 |
+
| am_echo | 🚹 | C | MM minutes | D | `8bcfdc85` |
|
54 |
+
| am_eric | 🚹 | C | MM minutes | D | `ada66f0e` |
|
55 |
+
| am_fenrir | 🚹 | B | H hours | C+ | `98e507ec` |
|
56 |
+
| am_liam | 🚹 | C | MM minutes | D | `c8255075` |
|
57 |
+
| am_michael | 🚹 | B | H hours | C+ | `9a443b79` |
|
58 |
+
| am_onyx | 🚹 | C | MM minutes | D | `e8452be1` |
|
59 |
+
| am_puck | 🚹 | B | H hours | C+ | `dd1d8973` |
|
60 |
+
| am_santa | 🚹 | C | _M minutes_ 🤏 | D- | `7f2f7582` |
|
61 |
+
|
62 |
+
### British English
|
63 |
+
|
64 |
+
- `lang_code='b'` in [`misaki[en]`](https://github.com/hexgrad/misaki)
|
65 |
+
- espeak-ng `en-gb` fallback
|
66 |
+
|
67 |
+
| Name | Traits | Target Quality | Training Duration | Overall Grade | SHA256 |
|
68 |
+
| ---- | ------ | -------------- | ----------------- | ------------- | ------ |
|
69 |
+
| bf_alice | 🚺 | C | MM minutes | D | `d292651b` |
|
70 |
+
| bf_emma | 🚺 | B | **HH hours** | B- | `d0a423de` |
|
71 |
+
| bf_isabella | 🚺 | B | MM minutes | C | `cdd4c370` |
|
72 |
+
| bf_lily | 🚺 | C | MM minutes | D | `6e09c2e4` |
|
73 |
+
| bm_daniel | 🚹 | C | MM minutes | D | `fc3fce4e` |
|
74 |
+
| bm_fable | 🚹 | B | MM minutes | C | `d44935f3` |
|
75 |
+
| bm_george | 🚹 | B | MM minutes | C | `f1bc8122` |
|
76 |
+
| bm_lewis | 🚹 | C | H hours | D+ | `b5204750` |
|
77 |
+
|
78 |
+
### Japanese
|
79 |
+
|
80 |
+
- `lang_code='j'` in [`misaki[ja]`](https://github.com/hexgrad/misaki)
|
81 |
+
- Total Japanese training data: H hours
|
82 |
+
|
83 |
+
| Name | Traits | Target Quality | Training Duration | Overall Grade | SHA256 | CC BY |
|
84 |
+
| ---- | ------ | -------------- | ----------------- | ------------- | ------ | ----- |
|
85 |
+
| jf_alpha | 🚺 | B | H hours | C+ | `1bf4c9dc` | |
|
86 |
+
| jf_gongitsune | 🚺 | B | MM minutes | C | `1b171917` | [gongitsune](https://github.com/koniwa/koniwa/blob/master/source/tnc/tnc__gongitsune.txt) |
|
87 |
+
| jf_nezumi | 🚺 | B | _M minutes_ 🤏 | C- | `d83f007a` | [nezuminoyomeiri](https://github.com/koniwa/koniwa/blob/master/source/tnc/tnc__nezuminoyomeiri.txt) |
|
88 |
+
| jf_tebukuro | 🚺 | B | MM minutes | C | `0d691790` | [tebukurowokaini](https://github.com/koniwa/koniwa/blob/master/source/tnc/tnc__tebukurowokaini.txt) |
|
89 |
+
| jm_kumo | 🚹 | B | _M minutes_ 🤏 | C- | `98340afd` | [kumonoito](https://github.com/koniwa/koniwa/blob/master/source/tnc/tnc__kumonoito.txt) |
|
90 |
+
|
91 |
+
### Mandarin Chinese
|
92 |
+
|
93 |
+
- `lang_code='z'` in [`misaki[zh]`](https://github.com/hexgrad/misaki)
|
94 |
+
- Total Mandarin Chinese training data: H hours
|
95 |
+
|
96 |
+
| Name | Traits | Target Quality | Training Duration | Overall Grade | SHA256 |
|
97 |
+
| ---- | ------ | -------------- | ----------------- | ------------- | ------ |
|
98 |
+
| zf_xiaobei | 🚺 | C | MM minutes | D | `9b76be63` |
|
99 |
+
| zf_xiaoni | 🚺 | C | MM minutes | D | `95b49f16` |
|
100 |
+
| zf_xiaoxiao | 🚺 | C | MM minutes | D | `cfaf6f2d` |
|
101 |
+
| zf_xiaoyi | 🚺 | C | MM minutes | D | `b5235dba` |
|
102 |
+
| zm_yunjian | 🚹 | C | MM minutes | D | `76cbf8ba` |
|
103 |
+
| zm_yunxi | 🚹 | C | MM minutes | D | `dbe6e1ce` |
|
104 |
+
| zm_yunxia | 🚹 | C | MM minutes | D | `bb2b03b0` |
|
105 |
+
| zm_yunyang | 🚹 | C | MM minutes | D | `5238ac22` |
|
106 |
+
|
107 |
+
### Spanish
|
108 |
+
|
109 |
+
- `lang_code='e'` in [`misaki[en]`](https://github.com/hexgrad/misaki)
|
110 |
+
- espeak-ng `es`
|
111 |
+
|
112 |
+
| Name | Traits | SHA256 |
|
113 |
+
| ---- | ------ | ------ |
|
114 |
+
| ef_dora | 🚺 | `d9d69b0f` |
|
115 |
+
| em_alex | 🚹 | `5eac53f7` |
|
116 |
+
| em_santa | 🚹 | `aa8620cb` |
|
117 |
+
|
118 |
+
### French
|
119 |
+
|
120 |
+
- `lang_code='f'` in [`misaki[en]`](https://github.com/hexgrad/misaki)
|
121 |
+
- espeak-ng `fr-fr`
|
122 |
+
- Total French training data: <11 hours
|
123 |
+
|
124 |
+
| Name | Traits | Target Quality | Training Duration | Overall Grade | SHA256 | CC BY |
|
125 |
+
| ---- | ------ | -------------- | ----------------- | ------------- | ------ | ----- |
|
126 |
+
| ff_siwis | 🚺 | B | <11 hours | B- | `8073bf2d` | [SIWIS](https://datashare.ed.ac.uk/handle/10283/2353) |
|
127 |
+
|
128 |
+
### Hindi
|
129 |
+
|
130 |
+
- `lang_code='h'` in [`misaki[en]`](https://github.com/hexgrad/misaki)
|
131 |
+
- espeak-ng `hi`
|
132 |
+
- Total Hindi training data: H hours
|
133 |
+
|
134 |
+
| Name | Traits | Target Quality | Training Duration | Overall Grade | SHA256 |
|
135 |
+
| ---- | ------ | -------------- | ----------------- | ------------- | ------ |
|
136 |
+
| hf_alpha | 🚺 | B | MM minutes | C | `06906fe0` |
|
137 |
+
| hf_beta | 🚺 | B | MM minutes | C | `63c0a1a6` |
|
138 |
+
| hm_omega | 🚹 | B | MM minutes | C | `b55f02a8` |
|
139 |
+
| hm_psi | 🚹 | B | MM minutes | C | `2f0f055c` |
|
140 |
+
|
141 |
+
### Italian
|
142 |
+
|
143 |
+
- `lang_code='i'` in [`misaki[en]`](https://github.com/hexgrad/misaki)
|
144 |
+
- espeak-ng `it`
|
145 |
+
- Total Italian training data: H hours
|
146 |
+
|
147 |
+
| Name | Traits | Target Quality | Training Duration | Overall Grade | SHA256 |
|
148 |
+
| ---- | ------ | -------------- | ----------------- | ------------- | ------ |
|
149 |
+
| if_sara | 🚺 | B | MM minutes | C | `6c0b253b` |
|
150 |
+
| im_nicola | 🚹 | B | MM minutes | C | `234ed066` |
|
151 |
+
|
152 |
+
### Brazilian Portuguese
|
153 |
+
|
154 |
+
- `lang_code='p'` in [`misaki[en]`](https://github.com/hexgrad/misaki)
|
155 |
+
- espeak-ng `pt-br`
|
156 |
+
|
157 |
+
| Name | Traits | SHA256 |
|
158 |
+
| ---- | ------ | ------ |
|
159 |
+
| pf_dora | 🚺 | `07e4ff98` |
|
160 |
+
| pm_alex | 🚹 | `cf0ba8c5` |
|
161 |
+
| pm_santa | 🚹 | `d4210316` |
|
config.json
ADDED
@@ -0,0 +1,151 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"istftnet": {
|
3 |
+
"upsample_kernel_sizes": [20, 12],
|
4 |
+
"upsample_rates": [10, 6],
|
5 |
+
"gen_istft_hop_size": 5,
|
6 |
+
"gen_istft_n_fft": 20,
|
7 |
+
"resblock_dilation_sizes": [
|
8 |
+
[1, 3, 5],
|
9 |
+
[1, 3, 5],
|
10 |
+
[1, 3, 5]
|
11 |
+
],
|
12 |
+
"resblock_kernel_sizes": [3, 7, 11],
|
13 |
+
"upsample_initial_channel": 512
|
14 |
+
},
|
15 |
+
"model_type": "kokoro",
|
16 |
+
"dim_in": 64,
|
17 |
+
"dropout": 0.2,
|
18 |
+
"hidden_dim": 512,
|
19 |
+
"max_conv_dim": 512,
|
20 |
+
"max_dur": 50,
|
21 |
+
"multispeaker": true,
|
22 |
+
"n_layer": 3,
|
23 |
+
"n_mels": 80,
|
24 |
+
"n_token": 178,
|
25 |
+
"style_dim": 128,
|
26 |
+
"text_encoder_kernel_size": 5,
|
27 |
+
"plbert": {
|
28 |
+
"hidden_size": 768,
|
29 |
+
"num_attention_heads": 12,
|
30 |
+
"intermediate_size": 2048,
|
31 |
+
"max_position_embeddings": 512,
|
32 |
+
"num_hidden_layers": 12,
|
33 |
+
"dropout": 0.1
|
34 |
+
},
|
35 |
+
"vocab": {
|
36 |
+
";": 1,
|
37 |
+
":": 2,
|
38 |
+
",": 3,
|
39 |
+
".": 4,
|
40 |
+
"!": 5,
|
41 |
+
"?": 6,
|
42 |
+
"—": 9,
|
43 |
+
"…": 10,
|
44 |
+
"\"": 11,
|
45 |
+
"(": 12,
|
46 |
+
")": 13,
|
47 |
+
"“": 14,
|
48 |
+
"”": 15,
|
49 |
+
" ": 16,
|
50 |
+
"\u0303": 17,
|
51 |
+
"ʣ": 18,
|
52 |
+
"ʥ": 19,
|
53 |
+
"ʦ": 20,
|
54 |
+
"ʨ": 21,
|
55 |
+
"ᵝ": 22,
|
56 |
+
"\uAB67": 23,
|
57 |
+
"A": 24,
|
58 |
+
"I": 25,
|
59 |
+
"O": 31,
|
60 |
+
"Q": 33,
|
61 |
+
"S": 35,
|
62 |
+
"T": 36,
|
63 |
+
"W": 39,
|
64 |
+
"Y": 41,
|
65 |
+
"ᵊ": 42,
|
66 |
+
"a": 43,
|
67 |
+
"b": 44,
|
68 |
+
"c": 45,
|
69 |
+
"d": 46,
|
70 |
+
"e": 47,
|
71 |
+
"f": 48,
|
72 |
+
"h": 50,
|
73 |
+
"i": 51,
|
74 |
+
"j": 52,
|
75 |
+
"k": 53,
|
76 |
+
"l": 54,
|
77 |
+
"m": 55,
|
78 |
+
"n": 56,
|
79 |
+
"o": 57,
|
80 |
+
"p": 58,
|
81 |
+
"q": 59,
|
82 |
+
"r": 60,
|
83 |
+
"s": 61,
|
84 |
+
"t": 62,
|
85 |
+
"u": 63,
|
86 |
+
"v": 64,
|
87 |
+
"w": 65,
|
88 |
+
"x": 66,
|
89 |
+
"y": 67,
|
90 |
+
"z": 68,
|
91 |
+
"ɑ": 69,
|
92 |
+
"ɐ": 70,
|
93 |
+
"ɒ": 71,
|
94 |
+
"æ": 72,
|
95 |
+
"β": 75,
|
96 |
+
"ɔ": 76,
|
97 |
+
"ɕ": 77,
|
98 |
+
"ç": 78,
|
99 |
+
"ɖ": 80,
|
100 |
+
"ð": 81,
|
101 |
+
"ʤ": 82,
|
102 |
+
"ə": 83,
|
103 |
+
"ɚ": 85,
|
104 |
+
"ɛ": 86,
|
105 |
+
"ɜ": 87,
|
106 |
+
"ɟ": 90,
|
107 |
+
"ɡ": 92,
|
108 |
+
"ɥ": 99,
|
109 |
+
"ɨ": 101,
|
110 |
+
"ɪ": 102,
|
111 |
+
"ʝ": 103,
|
112 |
+
"ɯ": 110,
|
113 |
+
"ɰ": 111,
|
114 |
+
"ŋ": 112,
|
115 |
+
"ɳ": 113,
|
116 |
+
"ɲ": 114,
|
117 |
+
"ɴ": 115,
|
118 |
+
"ø": 116,
|
119 |
+
"ɸ": 118,
|
120 |
+
"θ": 119,
|
121 |
+
"œ": 120,
|
122 |
+
"ɹ": 123,
|
123 |
+
"ɾ": 125,
|
124 |
+
"ɻ": 126,
|
125 |
+
"ʁ": 128,
|
126 |
+
"ɽ": 129,
|
127 |
+
"ʂ": 130,
|
128 |
+
"ʃ": 131,
|
129 |
+
"ʈ": 132,
|
130 |
+
"ʧ": 133,
|
131 |
+
"ʊ": 135,
|
132 |
+
"ʋ": 136,
|
133 |
+
"ʌ": 138,
|
134 |
+
"ɣ": 139,
|
135 |
+
"ɤ": 140,
|
136 |
+
"χ": 142,
|
137 |
+
"ʎ": 143,
|
138 |
+
"ʒ": 147,
|
139 |
+
"ʔ": 148,
|
140 |
+
"ˈ": 156,
|
141 |
+
"ˌ": 157,
|
142 |
+
"ː": 158,
|
143 |
+
"ʰ": 162,
|
144 |
+
"ʲ": 164,
|
145 |
+
"↓": 169,
|
146 |
+
"→": 171,
|
147 |
+
"↗": 172,
|
148 |
+
"↘": 173,
|
149 |
+
"ᵻ": 177
|
150 |
+
}
|
151 |
+
}
|
kokoro-v1_0.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e9ecdf03b8b6cf906070390237feda473dc13327cb8d56a43deaa374c02acd8
|
3 |
+
size 327115152
|
samples/HEARME.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aad38e96fa60c91c995ac820ce6e86c28b0df7300177c0d3ca0766b9dc78feec
|
3 |
+
size 996044
|
samples/af_heart_0.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd7999ebbc8369779d5d3f504399ea466c909339f90231143416a7819a2047fc
|
3 |
+
size 237644
|
samples/af_heart_1.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fe4f363b785fdc233f94dd1885c94a2267f7ceeea8c7fb5cce6bfcf0f7b273d
|
3 |
+
size 517244
|
samples/af_heart_2.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68ee75b2d503415a5b6edbd5230c823fbeb6b430d546b8c37e2284efcf280be8
|
3 |
+
size 496844
|
samples/af_heart_3.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e758efcd852e77569772ee5a424df724695903db61a323a6021ee1c6a50ca616
|
3 |
+
size 1407644
|
samples/af_heart_4.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d50c90f447686200052f4375dee55a3406ec0aa140473cf946e98fdfe860989b
|
3 |
+
size 1116044
|
samples/af_heart_5.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc4515b9479c219e4e9347463a859ea6716dd0eb45a520f5f42825a7662b5054
|
3 |
+
size 1033244
|
voices/af_alloy.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d877149dd8b348fbad12e5845b7e43d975390e9f3b68a811d1d86168bef5aa3
|
3 |
+
size 523425
|
voices/af_aoede.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c03bd1a4c3716c2d8eaa3d50022f62d5c31cfbd6e15933a00b17fefe13841cc4
|
3 |
+
size 523425
|
voices/af_bella.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8cb64e02fcc8de0327a8e13817e49c76c945ecf0052ceac97d3081480e8e48d6
|
3 |
+
size 523425
|
voices/af_heart.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ab5709b8ffab19bfd849cd11d98f75b60af7733253ad0d67b12382a102cb4ff
|
3 |
+
size 523425
|
voices/af_jessica.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdfdccb8cc975aa34ee6b89642963b0064237675de0e41a30ae64cc958dd4e87
|
3 |
+
size 523435
|
voices/af_kore.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bfbc512321c3db49dff984ac675fa5ac7eaed5a96cc31104d3a9080e179d69d
|
3 |
+
size 523420
|
voices/af_nicole.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5561808bcf5250fe8c5f5de32caf2d94f27e57e95befdb098c5c85991d4c5da
|
3 |
+
size 523430
|
voices/af_nova.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0233676ddc21908c37a1f102f6b88a59e4e5c1bd764983616eb9eda629dbcd2
|
3 |
+
size 523420
|
voices/af_river.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e149459bd9c084416b74756b9bd3418256a8b839088abb07d463730c369dab8f
|
3 |
+
size 523425
|
voices/af_sarah.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49bd364ea3be9eb3e9685e8f9a15448c4883112a7c0ff7ab139fa4088b08cef9
|
3 |
+
size 523425
|
voices/af_sky.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c799548aed06e0cb0d655a85a01b48e7f10484d71663f9a3045a5b9362e8512c
|
3 |
+
size 523351
|
voices/am_adam.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ced7e284aba12472891be1da3ab34db84cc05cc02b5889535796dbf2d8b0cb34
|
3 |
+
size 523420
|
voices/am_echo.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bcfdc852bc985fb45c396c561e571ffb9183930071f962f1b50df5c97b161e8
|
3 |
+
size 523420
|
voices/am_eric.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ada66f0eefff34ec921b1d7474d7ac8bec00cd863c170f1c534916e9b8212aae
|
3 |
+
size 523420
|
voices/am_fenrir.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98e507eca1db08230ae3b6232d59c10aec9630022d19accac4f5d12fcec3c37a
|
3 |
+
size 523430
|
voices/am_liam.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c82550757ddb31308b97f30040dda8c2d609a9e2de6135848d0a948368138518
|
3 |
+
size 523420
|
voices/am_michael.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a443b79a4b22489a5b0ab7c651a0bcd1a30bef675c28333f06971abbd47bd37
|
3 |
+
size 523435
|
voices/am_onyx.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8452be16cd0f6da7b4579eaf7b1e4506e92524882053d86d72b96b9a7fed584
|
3 |
+
size 523420
|
voices/am_puck.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd1d8973f4ce4b7d8ae407c77a435f485dabc052081b80ea75c4f30b84f36223
|
3 |
+
size 523420
|
voices/am_santa.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f2f7582fa2b1f160e90aafe6d0b442a685e773608b6667e545d743b073e97a7
|
3 |
+
size 523425
|
voices/bf_alice.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d292651b6af6c0d81705c2580dcb4463fccc0ff7b8d618a471dbb4e45655b3f3
|
3 |
+
size 523425
|
voices/bf_emma.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0a423deabf4a52b4f49318c51742c54e21bb89bbbe9a12141e7758ddb5da701
|
3 |
+
size 523420
|
voices/bf_isabella.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdd4c37003805104d1d08fb1e05855c8fb2c68de24ca6e71f264a30aaa59eefd
|
3 |
+
size 523440
|
voices/bf_lily.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e09c2e481e2d53004d7e5ae7d3a325369e130a6f45c35a6002de75084be9285
|
3 |
+
size 523420
|
voices/bm_daniel.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc3fce4e9c12ed4dbc8fa9680cfe51ee190a96444ce7c3ad647549a30823fc5d
|
3 |
+
size 523430
|
voices/bm_fable.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d44935f3135257a9064df99f007fc1342ff1aa767552b4a4fa4c3b2e6e59079c
|
3 |
+
size 523425
|
voices/bm_george.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1bc812213dc59774769e5c80004b13eeb79bd78130b11b2d7f934542dab811b
|
3 |
+
size 523430
|
voices/bm_lewis.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5204750dcba01029d2ac9cec17aec3b20a6d64073c579d694a23cb40effbd0e
|
3 |
+
size 523425
|
voices/ef_dora.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9d69b0f8a2b87a345f269d89639f89dfbd1a6c9da0c498ae36dd34afcf35530
|
3 |
+
size 523420
|
voices/em_alex.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5eac53f767c3f31a081918ba531969aea850bed18fe56419b804d642c6973431
|
3 |
+
size 523420
|
voices/em_santa.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa8620cb96cec705823efca0d956a63e158e09ad41aca934d354b7f0778f63cb
|
3 |
+
size 523430
|
voices/ff_siwis.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8073bf2d2c4b9543a90f2f0fd2144de4ed157e2d4b79ddeb0d5123066171fbc9
|
3 |
+
size 523425
|
voices/hf_alpha.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06906fe05746d13a79c5c01e21fd7233b05027221a933c9ada650f5aafc8f044
|
3 |
+
size 523425
|
voices/hf_beta.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63c0a1a6272e98d43f4511bba40e30dd9c8ceaf5f39af869509b9f51a71c503e
|
3 |
+
size 523420
|
voices/hm_omega.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b55f02a8e8483fffe0afa566e7d22ed8013acf47ad4f6bbee2795a840155703e
|
3 |
+
size 523425
|
voices/hm_psi.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f0f055cea4f1083f4ef127ece48d71606347f6557dbb961c0ca5740a2da485b
|
3 |
+
size 523351
|