hexgrad_Kokoro-82M
hexgrad · View on Hugging Face ↗
Model card
The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.
license: apache-2.0 language:
- en base_model:
- yl4579/StyleTTS2-LJSpeech pipeline_tag: text-to-speech
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.
🐈 GitHub: https://github.com/hexgrad/kokoro
🚀 Demo: https://hf.co/spaces/hexgrad/Kokoro-TTS
[!NOTE] As of April 2025, the market rate of Kokoro served over API is under $1 per million characters of text input, or under $0.06 per hour of audio output. (On average, 1000 characters of input is about 1 minute of output.) Sources: ArtificialAnalysis/Replicate at 65 cents per M chars and DeepInfra at 80 cents per M chars.
This is an Apache-licensed model, and Kokoro has been deployed in numerous projects and commercial APIs. We welcome the deployment of the model in real use cases.
[!CAUTION] Fake websites like kokorottsai_com (snapshot: https://archive.ph/nRRnk) and kokorotts_net (snapshot: https://archive.ph/60opa) are likely scams masquerading under the banner of a popular model.
Any website containing "kokoro" in its root domain (e.g. kokorottsai_com, kokorotts_net) is NOT owned by and NOT affiliated with this model page or its author, and attempts to imply otherwise are red flags.
- Releases
- Usage
- EVAL.md ↗️
- SAMPLES.md ↗️
- VOICES.md ↗️
- Model Facts
- Training Details
- Creative Commons Attribution
- Acknowledgements
Releases
| Model | Published | Training Data | Langs & Voices | SHA256 |
|---|---|---|---|---|
| v1.0 | 2025 Jan 27 | Few hundred hrs | 8 & 54 | 496dba11 |
| v0.19 | 2024 Dec 25 | <100 hrs | 1 & 10 | 3b0c392f |
| Training Costs | v0.19 | v1.0 | Total |
|---|---|---|---|
| in A100 80GB GPU hours | 500 | 500 | 1000 |
| average hourly rate | $0.80/h | $1.20/h | $1/h |
| in USD | $400 | $600 | $1000 |
Usage
You can run this basic cell on Google Colab. Listen to samples. For more languages and details, see Advanced Usage.
!pip install -q kokoro>=0.9.2 soundfile
!apt-get -qq -y install espeak-ng > /dev/null 2>&1
from kokoro import KPipeline
from IPython.display import display, Audio
import soundfile as sf
import torch
pipeline = KPipeline(lang_code='a')
text = '''
[Kokoro](/kˈOkəɹO/) 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](/kˈOkəɹO/) can be deployed anywhere from production environments to personal projects.
'''
generator = pipeline(text, voice='af_heart')
for i, (gs, ps, audio) in enumerate(generator):
print(i, gs, ps)
display(Audio(data=audio, rate=24000, autoplay=i==0))
sf.write(f'{i}.wav', audio, 24000)
Under the hood, kokoro uses misaki, a G2P library at https://github.com/hexgrad/misaki
Model Facts
Architecture:
- StyleTTS 2: https://arxiv.org/abs/2306.07691
- ISTFTNet: https://arxiv.org/abs/2203.02395
- Decoder only: no diffusion, no encoder release
Architected by: Li et al @ https://github.com/yl4579/StyleTTS2
Trained by: @rzvzn on Discord
Languages: Multiple
Model SHA256 Hash: 496dba118d1a58f5f3db2efc88dbdc216e0483fc89fe6e47ee1f2c53f18ad1e4
Training Details
Data: Kokoro was trained exclusively on permissive/non-copyrighted audio data and IPA phoneme labels. Examples of permissive/non-copyrighted audio include:
- Public domain audio
- Audio licensed under Apache, MIT, etc
- Synthetic audio[1] generated by closed[2] TTS models from large providers
[1] https://copyright.gov/ai/ai_policy_guidance.pdf
[2] No synthetic audio from open TTS models or "custom voice clones"
Total Dataset Size: A few hundred hours of audio
Total Training Cost: About $1000 for 1000 hours of A100 80GB vRAM
Creative Commons Attribution
The following CC BY audio was part of the dataset used to train Kokoro v1.0.
| Audio Data | Duration Used | License | Added to Training Set After |
|---|---|---|---|
Koniwa tnc |
<1h | CC BY 3.0 | v0.19 / 22 Nov 2024 |
| SIWIS | <11h | CC BY 4.0 | v0.19 / 22 Nov 2024 |
Acknowledgements
- 🛠️ @yl4579 for architecting StyleTTS 2.
- 🏆 @Pendrokar for adding Kokoro as a contender in the TTS Spaces Arena.
- 📊 Thank you to everyone who contributed synthetic training data.
- ❤️ Special thanks to all compute sponsors.
- 👾 Discord server: https://discord.gg/QuGxSWBfQy
- 🪽 Kokoro is a Japanese word that translates to "heart" or "spirit". It is also the name of an AI in the Terminator franchise.
Magnet link
Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:
magnet:?xt=urn:btih:045899a3b6ba5bfe9c322d0cc5f2cb0a7b12ddf1&dn=hexgrad_Kokoro-82MOpen magnet in torrent client · infohash 045899a3b6ba5bfe9c322d0cc5f2cb0a7b12ddf1
Files & hashes
| Path | Size | sha1 | sha256 |
|---|---|---|---|
| DONATE.md | 2.5 KB (2,562 B) | cd202d28b065e6d9eb396ca0c307d01520e1e296 | cf31b6b09359786af5ec0de74b59b026b1fdaa0f575c8f64f221a74274ce433b |
| EVAL.md | 534 B (534 B) | 484ac8dcd971465258007528fb8bc4a99cf98633 | 9b4d7a54809bf22127d19d936d9e749249e1a655e2e0a1df8a6546f77a819658 |
| README.md | 6.2 KB (6,348 B) | d6dc124205ad567631d14cd8700f1af77a861c3f | 91dcabced89db6f109b8786642f50402d3ee87450e8189589b6f85520e7f4d78 |
| SAMPLES.md | 5.8 KB (5,956 B) | d970051855ba0d8a16064c718af5dc29bcdd961a | 96b7cc1978491ae89097367952c563d1f7110ae15473a7f5353a0f84b39cc6d1 |
| VOICES.md | 7.4 KB (7,625 B) | ed78a806ffa121525449a848624600eae34037c7 | ec7e4941ad7e194af61e3455928528a9ff5360c7c505e412efab27d6a69ea106 |
| config.json | 2.3 KB (2,351 B) | 14a726edd3718279eac426630879ff743955b16a | 5abb01e2403b072bf03d04fde160443e209d7a0dad49a423be15196b9b43c17f |
| eval/ArtificialAnalysis-2025-02-26.jpeg | 917.5 KB (939,504 B) | b9327137c51dd8785ef9ca2ef4f4a82318a0fc2c | a312447a7801982507545380cce5d5ab5ef60081a5edb2001ca096b19f8f4621 |
| eval/TTS_Arena-2025-02-26.jpeg | 546.9 KB (560,066 B) | 50f28b11d61b6c99cc75890c5686329a60061b2f | f2caf29f9ad1108cdbf892dc6713423882a8e006c99930f61a17e15a79c3ef6f |
| eval/TTS_Spaces_Arena-2025-02-26.jpeg | 503.2 KB (515,255 B) | f54b8bf941b564dedaa207ab8443ae39d4d86772 | b095b1048199fd2b23971595226c1c29200a779ff310c90273b766aa3f725fc9 |
| kokoro-v1_0.pth | 312.1 MB (327,212,226 B) | 3f625375f46eb6cb6a92bdd05c4328bacaf50a56 | 496dba118d1a58f5f3db2efc88dbdc216e0483fc89fe6e47ee1f2c53f18ad1e4 |
| samples/HEARME.wav | 972.7 KB (996,044 B) | b5d5ac0109e1dbeadcec3071936dd3ee0f7228e9 | aad38e96fa60c91c995ac820ce6e86c28b0df7300177c0d3ca0766b9dc78feec |
| samples/af_heart_0.wav | 232.1 KB (237,644 B) | d74d88d983a628cb6848433dab8797b184e712d6 | dd7999ebbc8369779d5d3f504399ea466c909339f90231143416a7819a2047fc |
| samples/af_heart_1.wav | 505.1 KB (517,244 B) | 92abcdd3c256d530ea8f1bee4a9ed19cd69b691b | 2fe4f363b785fdc233f94dd1885c94a2267f7ceeea8c7fb5cce6bfcf0f7b273d |
| samples/af_heart_2.wav | 485.2 KB (496,844 B) | 421bf43c7c0dccc433846cf9b2f0273bba8d8168 | 68ee75b2d503415a5b6edbd5230c823fbeb6b430d546b8c37e2284efcf280be8 |
| samples/af_heart_3.wav | 1.3 MB (1,407,644 B) | b9441f3dbefe1a35b41546ff2675b2da099d81a3 | e758efcd852e77569772ee5a424df724695903db61a323a6021ee1c6a50ca616 |
| samples/af_heart_4.wav | 1.1 MB (1,116,044 B) | abdfbef3c1d48fb10f2aa03fd9cede69a28e2adb | d50c90f447686200052f4375dee55a3406ec0aa140473cf946e98fdfe860989b |
| samples/af_heart_5.wav | 1009.0 KB (1,033,244 B) | 65cf084a495c3c304de83af5d9e4a247445223d4 | bc4515b9479c219e4e9347463a859ea6716dd0eb45a520f5f42825a7662b5054 |
| voices/af_alloy.pt | 511.2 KB (523,425 B) | 6c0574b2ec5c96f5d377bf7ba14bccfd2cf0fdfe | 6d877149dd8b348fbad12e5845b7e43d975390e9f3b68a811d1d86168bef5aa3 |
| voices/af_aoede.pt | 511.2 KB (523,425 B) | 168c139e1f3a7a8866af43ae114c27d909f5edb3 | c03bd1a4c3716c2d8eaa3d50022f62d5c31cfbd6e15933a00b17fefe13841cc4 |
| voices/af_bella.pt | 511.2 KB (523,425 B) | ebb738940556327342efe88c7f07ed9697f8144f | 8cb64e02fcc8de0327a8e13817e49c76c945ecf0052ceac97d3081480e8e48d6 |
| voices/af_heart.pt | 511.2 KB (523,425 B) | 48531887bd5500da9fcb774b430d8126b062d4a1 | 0ab5709b8ffab19bfd849cd11d98f75b60af7733253ad0d67b12382a102cb4ff |
| voices/af_jessica.pt | 511.2 KB (523,435 B) | 12aa70f98db34690e1727c2f1635da566080bd67 | cdfdccb8cc975aa34ee6b89642963b0064237675de0e41a30ae64cc958dd4e87 |
| voices/af_kore.pt | 511.2 KB (523,420 B) | 9624b8e637f6ab962d9c3890ee4775c4871a00a8 | 8bfbc512321c3db49dff984ac675fa5ac7eaed5a96cc31104d3a9080e179d69d |
| voices/af_nicole.pt | 511.2 KB (523,430 B) | ff74040a97eec9bbff0d6563730fab6fc1a156a5 | c5561808bcf5250fe8c5f5de32caf2d94f27e57e95befdb098c5c85991d4c5da |
| voices/af_nova.pt | 511.2 KB (523,420 B) | 1df3b36adc383a37c4b06b31d446fbdbc85201c6 | e0233676ddc21908c37a1f102f6b88a59e4e5c1bd764983616eb9eda629dbcd2 |
| voices/af_river.pt | 511.2 KB (523,425 B) | 4fe96fe8eae17592ca2fe56c5f6fd8d9b5cd14de | e149459bd9c084416b74756b9bd3418256a8b839088abb07d463730c369dab8f |
| voices/af_sarah.pt | 511.2 KB (523,425 B) | 03958532fc0ce84a4a2d489922cecd90b8030fb7 | 49bd364ea3be9eb3e9685e8f9a15448c4883112a7c0ff7ab139fa4088b08cef9 |
| voices/af_sky.pt | 511.1 KB (523,351 B) | 5ec4f4afdc2fadbdfc3863627981b91aa4813149 | c799548aed06e0cb0d655a85a01b48e7f10484d71663f9a3045a5b9362e8512c |
| voices/am_adam.pt | 511.2 KB (523,420 B) | 8be9636e1c4e782d5d5acca66ac9fe37ad188a73 | ced7e284aba12472891be1da3ab34db84cc05cc02b5889535796dbf2d8b0cb34 |
| voices/am_echo.pt | 511.2 KB (523,420 B) | d9d3f12c21b9b5612e973e68a7920fb1f2d5751d | 8bcfdc852bc985fb45c396c561e571ffb9183930071f962f1b50df5c97b161e8 |
| voices/am_eric.pt | 511.2 KB (523,420 B) | 1ca1b0b80e80e0848424e219c7f7edee83310509 | ada66f0eefff34ec921b1d7474d7ac8bec00cd863c170f1c534916e9b8212aae |
| voices/am_fenrir.pt | 511.2 KB (523,430 B) | 5472855c23465a468b248afc8ed567418e9850d8 | 98e507eca1db08230ae3b6232d59c10aec9630022d19accac4f5d12fcec3c37a |
| voices/am_liam.pt | 511.2 KB (523,420 B) | e71b0981774bfe4c49f08b04b767cf850eaed791 | c82550757ddb31308b97f30040dda8c2d609a9e2de6135848d0a948368138518 |
| voices/am_michael.pt | 511.2 KB (523,435 B) | 940859752ada06c345885b65843e4d1887e7d806 | 9a443b79a4b22489a5b0ab7c651a0bcd1a30bef675c28333f06971abbd47bd37 |
| voices/am_onyx.pt | 511.2 KB (523,420 B) | 7648eb76bf056118a52b61c35d1b2a3466405880 | e8452be16cd0f6da7b4579eaf7b1e4506e92524882053d86d72b96b9a7fed584 |
| voices/am_puck.pt | 511.2 KB (523,420 B) | 308652ea2a3643ba796352b31b81e3beb1ddf4a0 | dd1d8973f4ce4b7d8ae407c77a435f485dabc052081b80ea75c4f30b84f36223 |
| voices/am_santa.pt | 511.2 KB (523,425 B) | 49f1d7cdcf5d9e6ce656aef3056a20485d0530d7 | 7f2f7582fa2b1f160e90aafe6d0b442a685e773608b6667e545d743b073e97a7 |
| voices/bf_alice.pt | 511.2 KB (523,425 B) | ed9914b66258c260902f55455e05c075c65c7ee5 | d292651b6af6c0d81705c2580dcb4463fccc0ff7b8d618a471dbb4e45655b3f3 |
| voices/bf_emma.pt | 511.2 KB (523,420 B) | fd9e99d4b80ce91837f2ad8629c3de2534bf05ca | d0a423deabf4a52b4f49318c51742c54e21bb89bbbe9a12141e7758ddb5da701 |
| voices/bf_isabella.pt | 511.2 KB (523,440 B) | e43be729705eac7aacbc15f6037041dfbf053352 | cdd4c37003805104d1d08fb1e05855c8fb2c68de24ca6e71f264a30aaa59eefd |
| voices/bf_lily.pt | 511.2 KB (523,420 B) | 76234789013d78bf19a09aee0ebe64248711a7f3 | 6e09c2e481e2d53004d7e5ae7d3a325369e130a6f45c35a6002de75084be9285 |
| voices/bm_daniel.pt | 511.2 KB (523,430 B) | a9b609381824f899b2b640d697d0ae3a63def666 | fc3fce4e9c12ed4dbc8fa9680cfe51ee190a96444ce7c3ad647549a30823fc5d |
| voices/bm_fable.pt | 511.2 KB (523,425 B) | 79d861feabe538ed17e9eba04b74e189a5b227f4 | d44935f3135257a9064df99f007fc1342ff1aa767552b4a4fa4c3b2e6e59079c |
| voices/bm_george.pt | 511.2 KB (523,430 B) | 3bdd3557d106f574a5253331e30b0465bd8d232f | f1bc812213dc59774769e5c80004b13eeb79bd78130b11b2d7f934542dab811b |
| voices/bm_lewis.pt | 511.2 KB (523,425 B) | ac8228c1c1743d3c1e319e148e19639878aa087d | b5204750dcba01029d2ac9cec17aec3b20a6d64073c579d694a23cb40effbd0e |
| voices/ef_dora.pt | 511.2 KB (523,420 B) | 08dbc63c1ac31f0992a51c9854113096cf250f74 | d9d69b0f8a2b87a345f269d89639f89dfbd1a6c9da0c498ae36dd34afcf35530 |
| voices/em_alex.pt | 511.2 KB (523,420 B) | fc0cac9f609b9fca8fdf19a0d2b27d67392e28d5 | 5eac53f767c3f31a081918ba531969aea850bed18fe56419b804d642c6973431 |
| voices/em_santa.pt | 511.2 KB (523,430 B) | 1d507370ab06e12ef847e4be043a271c83c97e81 | aa8620cb96cec705823efca0d956a63e158e09ad41aca934d354b7f0778f63cb |
| voices/ff_siwis.pt | 511.2 KB (523,425 B) | 0e31c4d7981d44b35d6199eef735469f44c32eb2 | 8073bf2d2c4b9543a90f2f0fd2144de4ed157e2d4b79ddeb0d5123066171fbc9 |
| voices/hf_alpha.pt | 511.2 KB (523,425 B) | a55107aafbaa45830b5457cdbcfbff02b5e6a614 | 06906fe05746d13a79c5c01e21fd7233b05027221a933c9ada650f5aafc8f044 |
| voices/hf_beta.pt | 511.2 KB (523,420 B) | bed45736cdaedbc9bf21d8b22c8f8c31d31d327e | 63c0a1a6272e98d43f4511bba40e30dd9c8ceaf5f39af869509b9f51a71c503e |
| voices/hm_omega.pt | 511.2 KB (523,425 B) | db8f6d87f96c5a28162403424e4adbc703478ebd | b55f02a8e8483fffe0afa566e7d22ed8013acf47ad4f6bbee2795a840155703e |
| voices/hm_psi.pt | 511.1 KB (523,351 B) | 7291498342c1839863039696e58e2a614f51f817 | 2f0f055cea4f1083f4ef127ece48d71606347f6557dbb961c0ca5740a2da485b |
| voices/if_sara.pt | 511.2 KB (523,425 B) | 26b93737f62e7437b0eef14880b3de8733f6f880 | 6c0b253b955fe32f1a1a86006aebe83d050ea95afd0e7be15182f087deedbf55 |
| voices/im_nicola.pt | 511.1 KB (523,341 B) | 9eba0f7b05da32d355547a2c68d864ac99f1b479 | 234ed06648649f9bd874b37508ea17560b9c993ef85b4ddb3e3a71e062bd2c12 |
| voices/jf_alpha.pt | 511.2 KB (523,425 B) | b226765b0cd32eee7ee996bcf82df8104fd69305 | 1bf4c9dc69e45ee46183b071f4db766349aac5592acbcfeaf051018048a5d787 |
| voices/jf_gongitsune.pt | 511.1 KB (523,351 B) | 0e933a6a26cd64375618cb8e06812e4453734a6b | 1b171917f18f351e65f2bf9657700cd6bfec4e65589c297525b9cf3c20105770 |
| voices/jf_nezumi.pt | 511.2 KB (523,420 B) | 05aeecef7deaae0785c8c3f7092b0408ed223b98 | d83f007a7f01783b77014561a7d493d327a0210e143440e91c9b697590d27661 |
| voices/jf_tebukuro.pt | 511.2 KB (523,435 B) | c8eeca709bc981a4e272facdf0ac17a7312c1d7c | 0d6917904438aec85f73a6fa1f7ac2be6481aae47c697834936930a91796c576 |
| voices/jm_kumo.pt | 511.2 KB (523,425 B) | 2ae0da4f4097613f61a783d33faf45bf9e4f5625 | 98340afd68b1cee84fe0cd95528cfa6d4b39e416aa75a9df64049d52c8b55896 |
| voices/pf_dora.pt | 511.2 KB (523,425 B) | 406d3192ef92b9f1ea2edb832e85b5b99a1eefc8 | 07e4ff987c5d5a8c3995efd15cc4f0db7c4c15e881b198d8ab7f67ecf51f5eb7 |
| voices/pm_alex.pt | 511.2 KB (523,425 B) | d8ce7f78d3e5859775fdee232106eedbadcee1a4 | cf0ba8c573c2480fc54123683a35cf1e2ae130428e441eb91f9149bdb188a526 |
| voices/pm_santa.pt | 511.2 KB (523,430 B) | b96d8452cc4f88916fa9631b31a78d6e5debfedd | d42103169c5c872abbafb9129133af7e942bb9d272c3cc3b95c203e7d7198c29 |
| voices/zf_xiaobei.pt | 511.2 KB (523,435 B) | f55912be5b85ca4df7958eafbc05378434acc072 | 9b76be63dab4f4f96962030acc0126a9aee9728608fbbe115e2b58a2bd504df6 |
| voices/zf_xiaoni.pt | 511.2 KB (523,430 B) | 58b2f870911da374708e6aa2fe4618e3b863c19d | 95b49f169bf1640f4f43c25e13daa39f7b98d15d00823e83ef5c14b3ced59e49 |
| voices/zf_xiaoxiao.pt | 511.2 KB (523,440 B) | adbe47ca1b166b0101660213c588f6247a63fafb | cfaf6f2ded1ee56f1ff94fcd2b0e6cdf32e5b794bdc05b44e7439d44aef5887c |
| voices/zf_xiaoyi.pt | 511.2 KB (523,430 B) | 059d32e13e0e07b62fa88b371eb59f25f1f9db1e | b5235dbaeef85a4c613bf78af9a88ff63c25bac5f26ba77e36186d8b7ebf05e2 |
| voices/zm_yunjian.pt | 511.2 KB (523,435 B) | 04efa7331c3f24c2386c85c0dd7f7ec6d5968db8 | 76cbf8bad35901d011d9628a2fdceb7b4f1f127e7a3269cb393b3941eb7fc417 |
| voices/zm_yunxi.pt | 511.2 KB (523,425 B) | 1ff877a1ba4607f3ac158019be253fa8e4169f9e | dbe6e1ce7c3dbaf2f5667432947b638b1c6831ccbe154c4610dbcc44f431e27b |
| voices/zm_yunxia.pt | 511.2 KB (523,430 B) | ec11066839188020a32ed5b902ad9169f0b06730 | bb2b03b08e84d64e1214440ce3b624987fac177f2eeb5bab8571799a3d980acd |
| voices/zm_yunyang.pt | 511.2 KB (523,435 B) | 881a1fb46e7b2e015180247f93024fe474cf3d1a | 5238ac22e0c7f8b6cdd2eddd6e444b8a700b73c4674d9a047d59a94ff96379a2 |
Cite this release
- Canonical URL
- https://aiseedbank.org/models/hexgrad_Kokoro-82M/
- Slug
- hexgrad_Kokoro-82M
- Infohash
- 045899a3b6ba5bfe9c322d0cc5f2cb0a7b12ddf1
- License
- apache-2.0
- Signing key fingerprint
- 85a3b32c3712427b
Every file carries a locally computed sha256 — verify a download against the signed sums: hexgrad_Kokoro-82M.SHA256SUMS (+ minisign signature).
Provenance
| Upstream repository | hexgrad/Kokoro-82M |
|---|---|
| Revision (pinned) | f3ff3571791e39611d31c381e3a41a3af07b4987 |
| Fetched at | 2026-09-04T00:34:11Z |
| License at fetch | apache-2.0 |
| Snapshot tool | huggingface · seedbank 0.1.0 |
Trackers
- udp://announce.aitorrent.org:6969/announce
- http://announce.aitorrent.org:7070/announce
- udp://announce2.aitorrent.org:6970/announce
- http://announce2.aitorrent.org:7071/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://open.demonii.com:1337/announce
- udp://open.stealth.si:80/announce
- udp://exodus.desync.com:6969/announce
- udp://tracker.torrent.eu.org:451/announce
✓ verified · rehash-vs-hf-metadata at 2026-09-04T00:34:21Z
apache-2.0346.5 MB (363,321,844 bytes)text-to-speech1 language (en)paper: 2306.07691paper: 2203.02395