From 55ce88bfb645db97b7b40c99f9a013c8e4e40ed0 Mon Sep 17 00:00:00 2001 From: remsky Date: Sat, 25 Jan 2025 06:00:11 -0700 Subject: [PATCH] Update README.md --- README.md | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a4fc695..18aac0a 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,27 @@ Dockerized FastAPI wrapper for [Kokoro-82M](https://huggingface.co/hexgrad/Kokor > [!Tip] > You can try the new beta version from the `v0.1.2-pre` branch now: -> - integrated web UI (on localhost:8880/web) -> - better concurrency handling, baked in models and voices -> - voice name/model mappings to OAI standard with: -> -> ```bash -> docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:latest # CPU -> docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:latest # Nvidia GPU -> ``` + + + + + +
+ Voice Analysis Comparison + +
    +
  • Integrated web UI (on localhost:8880/web)
  • +
  • Better concurrency handling, baked in models and voices
  • +
  • Voice name/model mappings to OAI standard
  • +
     # with:
    +docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:latest # CPU
    +docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:latest # Nvidia GPU
    +        
    +
+
-## Quick Start +
+Quick Start The service can be accessed through either the API endpoints or the Gradio web interface. @@ -81,6 +92,8 @@ The service can be accessed through either the API endpoints or the Gradio web i

Voice Analysis Comparison

+ +
## Features