Kokoro-FastAPI icon indicating copy to clipboard operation
Kokoro-FastAPI copied to clipboard

this is troble some to use for non tech people

Open kirubelruler opened this issue 8 months ago • 3 comments

you created something wonder full used it couple of times with docker but its was difficult dealing with docker and other technical sides of it if possible making it to program file which can take care of the technical side would be nice with exe file so people can install it and use it easily just like any other program thanks for your hard work.

kirubelruler avatar Apr 27 '25 12:04 kirubelruler

Grok3 has build a nice python Kokoro GUI for me. Maybe give it a try, just say what you want and Grok will build it for you and explain everything.

Patrick-Ric avatar Apr 28 '25 05:04 Patrick-Ric

@kirubelruler you install docker and then use the simple one line command, it doesnt get much easier than that. use claude code if youre having problems running it, its great at command line.

if you use these commands you dont even need to download the repo

docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:latest # CPU, or:
docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:latest  #NVIDIA GPU

Britnell avatar Jun 19 '25 19:06 Britnell

with that and claude and a simple build a command like macos say and poof you got a mcp/talking system :)

On Thu, Jun 19, 2025 at 3:56 PM Britnell @.***> wrote:

Britnell left a comment (remsky/Kokoro-FastAPI#300) https://github.com/remsky/Kokoro-FastAPI/issues/300#issuecomment-2989047220

@kirubelruler https://github.com/kirubelruler you install docker and then use the simple one line command, it doesnt get much easier than that. use claude code if youre having problems running it, its great at command line.

if you use these commands you dont even need to download the repo

docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:latest # CPU, or: docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:latest #NVIDIA GPU

— Reply to this email directly, view it on GitHub https://github.com/remsky/Kokoro-FastAPI/issues/300#issuecomment-2989047220, or unsubscribe https://github.com/notifications/unsubscribe-auth/BOGEOFI7GRILH4F6RS3CFYT3EMIYNAVCNFSM6AAAAAB36R53CKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSOBZGA2DOMRSGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

briancconnelly avatar Jun 21 '25 17:06 briancconnelly