Skip to content

Conversation

akx
Copy link

@akx akx commented Aug 6, 2025

kittentts --output output.wav --text "This high quality TTS model works without a GPU"

@bencevans
Copy link

To run with uv:

uvx --from git+https://github.com/akx/KittenTTS.git@cli \
    kittentts --output output.wav --text "This high quality TTS model works without a GPU"

Thanks for adding @akx, made it real quick to try this out! Something that would be real cool is ability to specify --output - to write to stdout to do something along the following lines. Although may need a --format option too to direct.

uvx --from git+https://github.com/akx/KittenTTS.git@cli \
    kittentts --output - --text "This high quality TTS model works without a GPU" | ffplay -autoexit -

@akx
Copy link
Author

akx commented Aug 6, 2025

@bencevans Sure! Added a commit that lets you kittentts --output - --text "This high quality TTS model works without a GPU" | play -t wav - (if you have sox; your ffplay -autoexit - works too).

@Mic92 Mic92 mentioned this pull request Aug 8, 2025
@Mic92
Copy link

Mic92 commented Aug 8, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants