From ee0644f2bafe3a91bf2bbed6a54117e87e23f6bd Mon Sep 17 00:00:00 2001 From: remsky Date: Wed, 15 Jan 2025 03:00:42 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc3200a..4ae03d6 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ The service can be accessed through either the API endpoints or the Gradio web i ```bash git clone https://github.com/remsky/Kokoro-FastAPI.git cd Kokoro-FastAPI + # * Switch to stable branch * + git checkout v0.0.5post1-stable ``` 2. Start the service: @@ -42,7 +44,7 @@ The service can be accessed through either the API endpoints or the Gradio web i - OR running the API alone using Docker (model + voice packs baked in): ```bash - docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:latest # CPU + docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:v0.1.0post1 # CPU docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:v0.1.0post1 # Nvidia GPU ```