Commit Graph

36 Commits

Author SHA1 Message Date
hexgrad
00f9cf977c Bump to 0.7.11 (#66) 2025-02-07 20:52:27 -08:00
Joshua Lochner
e0bf641def Update Kokoro.js: WebGPU support, v1.0 integration (#60)
* Set up JS project

* Finalise JS library

* Update README

* Fix package.json repository url

* Rename package -> `kokoro-js`

* Fix samples in README

* Cleanup README

* Bump `phonemizer` version

* Create web demo

* Run prettier

* Link to model used in demo

* Enable multithreading in HF space demo (~40% faster)

* Add link to demo in README

* Bump to v1.0.1

* Update voices

* Update versions

* Update phonemize JSDoc

* Use updated voice pack

* Update versions

* Update demo (v1.0 & WebGPU support)

* Update README

* Enforce maximum number of tokens

* Update README

* [version] Update to 1.1.1
2025-02-07 10:04:41 -08:00
hexgrad
31a2b6337b Bump to 0.7.9 (#57) 2025-02-05 16:05:31 -08:00
hexgrad
205ddd9377 Bump to 0.7.8 (#56) 2025-02-05 11:44:58 -08:00
hexgrad
2e5c856491 Bump to 0.7.6 (#54) 2025-02-04 23:20:38 -08:00
remsky
8cec8005b3 Add generate_from_tokens method, example (#53) 2025-02-04 23:18:53 -08:00
hexgrad
b9dbd72b27 Bump to 0.7.4 (#52) 2025-02-04 12:57:00 -08:00
hexgrad
ed4639ffdf Bump to 0.7.3 (#49)
* Bump to 0.7.3

* Update README.md
2025-02-03 22:38:30 -08:00
hexgrad
0922f3cbf9 Bump to 0.7.2 (#48) 2025-02-03 20:58:12 -08:00
hexgrad
6e1473fa89 Bump to 0.7.1 (#47) 2025-02-03 20:21:06 -08:00
hexgrad
43bc156514 Word level timestamps (#46)
* Use MToken

* ALIASES #43

* Typo: add missing comma

* Change conditions to is not None

* Finish WLTs
2025-02-03 18:27:12 -08:00
hexgrad
2f4d94bba2 Backward compatible KModel.Output and KPipeline.Result dataclasses (#40)
* Backward compatible KModel.Output and KPipeline.Result dataclasses

* Typo: Bool => bool

* Allow voice=None for quiet pipelines

* Specify class names

* Fixed and tested

* Update README.md
2025-02-02 11:05:25 -08:00
hexgrad
0abd867239 Bump versions for #35 (#37) 2025-02-01 13:37:16 -08:00
Farseen
87766f8d58 Readme: Add conda env file. (#33) 2025-02-01 09:30:20 -08:00
hexgrad
213f8a1b15 Fold requirements.txt into setup.py, bump to 0.3.3 (#31) 2025-01-31 19:03:29 -08:00
remsky
b6cb300d50 feat: integrate loguru for centralized logging, debugs, etc (#30)
* feat: integrate loguru for controllable logging, debug, etc

* Update pipeline.py

- Characters swapped out from under me by my ide
2025-01-31 18:59:08 -08:00
hexgrad
396766a5b0 Remove emojis #28 and bump to 0.3.2 (#29) 2025-01-31 10:14:14 -08:00
remsky
e74290bf5a feat: add device examples and pipeline updates (#27) 2025-01-31 10:09:48 -08:00
Temirulan
39ef7993ba add possibility to load multiple audios with averaging (#21)
Co-authored-by: Temirulan Mussayev <temirulan@deepinfra.com>
2025-01-30 15:22:32 -08:00
hexgrad
a09db51873 Remove audio embed from README.md 2025-01-29 15:59:50 -08:00
hexgrad
d3f05c498d Synchronize README.md 2025-01-29 15:58:54 -08:00
hexgrad
3ab76a9817 Japanese and Mandarin Chinese (#20) 2025-01-29 11:18:39 -08:00
hexgrad
aed687eab3 Refactor (#16)
* Refactor

* Bump to 0.2.4

* Fix typo

* Add missing @classmethod

* Simplify REPO_ID

* Use explicit class names

* Fix input_lengths typo

* Read config with utf-8 encoding, issue #18
2025-01-29 10:28:49 -08:00
hexgrad
d388ee9e0b Require numpy==1.26.4 2025-01-28 14:32:14 -08:00
hexgrad
44ab97292e Use EspeakG2P 2025-01-28 14:26:16 -08:00
hexgrad
c56d8e1e5d Update README.md 2025-01-28 10:48:42 -08:00
hexgrad
2fe9944ff3 Use device 2025-01-27 21:23:11 -08:00
hexgrad
de2acfcc8a Dev (#11)
* KPipeline

* misaki[en]>=0.6.0

* Fix typo

* Iteration over recursion

* Expose KModel

* Rename model
2025-01-27 21:02:59 -08:00
hexgrad
7c248d19d7 Create FUNDING.yml 2025-01-27 21:01:31 -08:00
Joshua Lochner
0a1dc5750c Create Kokoro TTS JavaScript library (#3)
* Set up JS project

* Finalise JS library

* Update README

* Fix package.json repository url

* Rename package -> `kokoro-js`

* Fix samples in README

* Cleanup README

* Bump `phonemizer` version

* Create web demo

* Run prettier

* Link to model used in demo

* Enable multithreading in HF space demo (~40% faster)

* Add link to demo in README

* Bump to v1.0.1
2025-01-16 09:50:34 -08:00
hexgrad
757c80cc5b Update README.md 2025-01-13 10:18:43 -08:00
hexgrad
3e5235de00 PyPI 2025-01-12 15:01:20 -08:00
hexgrad
01ee6cb9c9 Merge pull request #1 from hexgrad/infer
Infer
2025-01-12 12:15:29 -08:00
hexgrad
c348b4ca63 Update README.md 2025-01-12 12:14:30 -08:00
hexgrad
533c9fc7e2 Baseline inference code 2025-01-10 13:44:54 -08:00
hexgrad
c5a6658a43 Initial commit 2025-01-10 13:37:06 -08:00