You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ Refer to the core/config.py file for a full list of variables which can be manag
32
32
33
33
```bash
34
34
35
-
docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:v0.2.0# CPU, or:
36
-
docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:v0.2.0#NVIDIA GPU
35
+
docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:v0.2.0post3# CPU, or:
36
+
docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:v0.2.0post3 #NVIDIA GPU
37
37
```
38
38
39
39
@@ -67,16 +67,15 @@ docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:v0.2.0 #NVI
67
67
68
68
1. Install prerequisites ():
69
69
- Install [astral-uv](https://docs.astral.sh/uv/)
70
+
- Install [espeak-ng](https://github.com/espeak-ng/espeak-ng) in your system if you want it available as a fallback for unknown words/sounds. The upstream libraries may attempt to handle this, but results have varied.
0 commit comments