@@ -8,7 +8,7 @@ An inference library for [Kokoro-82M](https://huggingface.co/hexgrad/Kokoro-82M)
|
|||||||
You can run this cell on [Google Colab](https://colab.research.google.com/). [Listen to samples](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/SAMPLES.md).
|
You can run this cell on [Google Colab](https://colab.research.google.com/). [Listen to samples](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/SAMPLES.md).
|
||||||
```py
|
```py
|
||||||
# 1️⃣ Install kokoro
|
# 1️⃣ Install kokoro
|
||||||
!pip install -q kokoro>=0.7.11 soundfile
|
!pip install -q kokoro>=0.8.4 soundfile
|
||||||
# 2️⃣ Install espeak, used for English OOD fallback and some non-English languages
|
# 2️⃣ Install espeak, used for English OOD fallback and some non-English languages
|
||||||
!apt-get -qq -y install espeak-ng > /dev/null 2>&1
|
!apt-get -qq -y install espeak-ng > /dev/null 2>&1
|
||||||
# 🇪🇸 'e' => Spanish es
|
# 🇪🇸 'e' => Spanish es
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
__version__ = '0.8.3'
|
__version__ = '0.8.4'
|
||||||
|
|
||||||
from loguru import logger
|
from loguru import logger
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "kokoro"
|
name = "kokoro"
|
||||||
version = "0.8.3"
|
version = "0.8.4"
|
||||||
description = "TTS"
|
description = "TTS"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
@@ -20,7 +20,7 @@ requires-python = ">=3.10, <3.13"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"huggingface_hub",
|
"huggingface_hub",
|
||||||
"loguru",
|
"loguru",
|
||||||
"misaki[en]>=0.8.3",
|
"misaki[en]>=0.8.4",
|
||||||
"numpy==1.26.4",
|
"numpy==1.26.4",
|
||||||
"scipy",
|
"scipy",
|
||||||
"torch",
|
"torch",
|
||||||
|
|||||||
Reference in New Issue
Block a user