Skip to content

Commit 53512b3

Browse files
committed
2 parents af0e6da + a1e3ac1 commit 53512b3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Refer to the core/config.py file for a full list of variables which can be manag
3232

3333
```bash
3434

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
3737
```
3838

3939

@@ -67,16 +67,15 @@ docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:v0.2.0 #NVI
6767

6868
1. Install prerequisites ():
6969
- 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.
7071
- Clone the repository:
7172
```bash
7273
git clone https://github.com/remsky/Kokoro-FastAPI.git
7374
cd Kokoro-FastAPI
74-
75-
# if you are missing any models, run:
76-
# python ../scripts/download_model.py --type pth # for GPU
77-
# python ../scripts/download_model.py --type onnx # for CPU
7875
```
79-
76+
77+
Run the [model download script](https://github.com/remsky/Kokoro-FastAPI/blob/master/docker/scripts/download_model.py) if you haven't already
78+
8079
Start directly via UV (with hot-reload)
8180
```bash
8281
./start-cpu.sh OR

0 commit comments

Comments
 (0)