Skip to content

Commit 6e6c4ab

Browse files
committed
Mention hosted version
1 parent 30ddfd8 commit 6e6c4ab

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ To create a video, create a Typst presentation with speaker notes (we show only
3131
3232
#set page(paper: "presentation-16-9")
3333
34+
// --- trv config:
35+
// provider = "openai-compatible(kokoros.transformrs.org)"
36+
// model = "tts-1"
37+
// voice = "af_sky"
38+
// speed = 0.95
39+
// audio_format = "wav"
40+
// ---
41+
3442
#slide[
3543
#set page(fill: black)
3644
#set text(fill: white)
@@ -92,7 +100,18 @@ Or for a state-of-the-art model with voice cloning capabilities, see the [Zyphra
92100

93101
## Kokoros
94102

95-
To use Kokoros locally, the easiest way is to use the Docker image.
103+
Kokoros is available at `kokoros.transformrs.org`, to use that one, set the following in your `trv` config:
104+
105+
```typ
106+
// --- trv config:
107+
// provider = "openai-compatible(kokoros.transformrs.org)"
108+
// model = "tts-1"
109+
// voice = "af_sky"
110+
// audio_format = "wav"
111+
// ---
112+
```
113+
114+
If you want to use Kokoros locally, the easiest way is to use the Docker image.
96115

97116
```raw
98117
$ git clone https://github.com/lucasjinreal/Kokoros.git

0 commit comments

Comments
 (0)