mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #16285] issue: Text-To-Speech doesn't work #17846
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @frenzybiscuit on GitHub (Aug 4, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16285
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.18
Ollama Version (if applicable)
No response
Operating System
debian 12
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Voice calls work as expected, as does read aloud
Actual Behavior
Doesn't work
Steps to Reproduce
Install the docker version of openwebui with cuda (local nvidia gpu)
Set STT to whisper(local) with the base model.
Set TTS (text to speech) to transformers (local) with the tts-1 model.
Watch as Speech to text works, but text to speech does not.
Interestingly enough, kokoro.js works.
Logs & Screenshots
@tjbck commented on GitHub (Aug 5, 2025):
Could you elaborate more on the TTS settings? we're unable to reproduce.