Skip to content

Commit 5ff9098

Browse files
docs: added info about models sizes
1 parent 8edcecf commit 5ff9098

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rai_s2s/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ In order to use it the `ELEVENLABS_API_KEY` environment variable must be set, wi
5656
[KokoroTTS](https://huggingface.co/hexgrad/Kokoro-82M) is an open source model for TTS.
5757

5858
The model works locally with the use of [kokoro-onnx library](https://github.com/thewh1teagle/kokoro-onnx) in onnx format.
59+
The model is available in 3 sizes - 310MB, 169MB, 88MB. The default size is 310MB.
5960
For available voices and languages supported within currently used version of the model - use `get_available_voices()` and `get_supported_languages()` methods of the `rai_s2s.tts.models.KokoroTTS` respectively.
6061

6162
> [!NOTE]

0 commit comments

Comments
 (0)