Skip to content

Commit a9af801

Browse files
committed
update misaki examples
1 parent 9eeb275 commit a9af801

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/chinese.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
3.
88
Run
99
uv venv -p 3.12
10-
uv pip install -U kokoro-onnx==0.4.4 soundfile==0.13.1 'misaki[zh]==0.8.4'
10+
uv pip install -U kokoro-onnx soundfile 'misaki[zh]'
1111
3.
1212
Download these files
1313
https://github.com/thewh1teagle/kokoro-onnx/releases/download/model-files-v1.1/kokoro-v1.1-zh.onnx

examples/english.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
4. Run
1212
uv venv --seed -p 3.12
1313
source .venv/bin/activate
14-
uv pip install -U kokoro-onnx==0.4.4 soundfile==0.13.1 'misaki[en]==0.8.4'
14+
uv pip install -U kokoro-onnx soundfile 'misaki[en]'
1515
uv run main.py
1616
1717
For other languages read https://huggingface.co/hexgrad/Kokoro-82M/blob/main/VOICES.md

examples/french.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
4. Run
1212
uv venv --seed -p 3.12
1313
source .venv/bin/activate
14-
uv pip install -U kokoro-onnx==0.4.4 soundfile==0.13.1 "misaki[en]==0.8.4"
14+
uv pip install -U kokoro-onnx soundfile 'misaki[en]'
1515
uv run main.py
1616
1717
For other languages read https://huggingface.co/hexgrad/Kokoro-82M/blob/main/VOICES.md

examples/hindi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
4. Run
1212
uv venv --seed -p 3.12
1313
source .venv/bin/activate
14-
uv pip install -U kokoro-onnx==0.4.4 soundfile==0.13.1 "misaki[en]==0.8.4"
14+
uv pip install -U kokoro-onnx soundfile 'misaki[en]'
1515
uv run main.py
1616
1717
For other languages read https://huggingface.co/hexgrad/Kokoro-82M/blob/main/VOICES.md

examples/italian.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
4. Run
1212
uv venv --seed -p 3.12
1313
source .venv/bin/activate
14-
uv pip install -U kokoro-onnx==0.4.4 soundfile==0.13.1 "misaki[en]==0.8.4"
14+
uv pip install -U kokoro-onnx soundfile 'misaki[en]'
1515
uv run main.py
1616
1717
For other languages read https://huggingface.co/hexgrad/Kokoro-82M/blob/main/VOICES.md

examples/japanse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
3.
88
Run
99
uv venv -p 3.12
10-
uv pip install -U kokoro-onnx==0.4.4 soundfile==0.13.1 'misaki[ja]==0.8.4'
10+
uv pip install -U kokoro-onnx soundfile 'misaki[ja]'
1111
3.
1212
Download these files
1313
https://github.com/thewh1teagle/kokoro-onnx/releases/download/model-files-v1.1/kokoro-v1.1-zh.onnx

examples/portuguese.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
4. Run
1212
uv venv --seed -p 3.12
1313
source .venv/bin/activate
14-
uv pip install -U kokoro-onnx==0.4.4 soundfile==0.13.1 "misaki[en]==0.8.4"
14+
uv pip install -U kokoro-onnx soundfile 'misaki[en]'
1515
uv run main.py
1616
1717
For other languages read https://huggingface.co/hexgrad/Kokoro-82M/blob/main/VOICES.md

examples/spanish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
4. Run
1212
uv venv --seed -p 3.12
1313
source .venv/bin/activate
14-
uv pip install -U kokoro-onnx==0.4.4 soundfile==0.13.1 "misaki[en]==0.8.4"
14+
uv pip install -U kokoro-onnx soundfile 'misaki[en]'
1515
uv run main.py
1616
1717
For other languages read https://huggingface.co/hexgrad/Kokoro-82M/blob/main/VOICES.md

0 commit comments

Comments
 (0)