Featured image of post Kokoro TTS

Kokoro TTS

Testing Kokoro locally

Text To Speech

Technology that enables text to be converted into speech sounds imitative of the human voice.

Run locally

docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:latest

And you can play with web ui:

  • http://localhost:8880/web

Kokoro web ui

n8n workflow with Kokoro

I want to hear Qwen answer 😊

First I tested kokoro API with Bruno.

RBruno

And then I added it to a new n8n workflow.

Kokoro API call

I had to remove all special characters.

Kokoro API call