mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
Update README.md
This commit is contained in:
parent
2a37905221
commit
a1e3ac1351
1 changed files with 3 additions and 5 deletions
|
@ -72,12 +72,10 @@ docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:v0.2.0post3
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/remsky/Kokoro-FastAPI.git
|
git clone https://github.com/remsky/Kokoro-FastAPI.git
|
||||||
cd Kokoro-FastAPI
|
cd Kokoro-FastAPI
|
||||||
|
|
||||||
# if you are missing any models, run:
|
|
||||||
# python ../scripts/download_model.py --type pth # for GPU
|
|
||||||
# python ../scripts/download_model.py --type onnx # for CPU
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Run the [model download script](https://github.com/remsky/Kokoro-FastAPI/blob/master/docker/scripts/download_model.py) if you haven't already
|
||||||
|
|
||||||
Start directly via UV (with hot-reload)
|
Start directly via UV (with hot-reload)
|
||||||
```bash
|
```bash
|
||||||
./start-cpu.sh OR
|
./start-cpu.sh OR
|
||||||
|
|
Loading…
Add table
Reference in a new issue