tts-dgx-spark-faster-qwen3-tts/docker
mARTin-B78 08be676685 fix: streaming service uses :latest image (fixes voice drift on port 8023)
The :streaming tag was the pre-v5 image with non_streaming_mode=False,
causing the same voice drift bug as voiceclone had before v5. The streaming
service runs identical code (run_server.py -> openai_server.py) so it uses
:latest which has the non_streaming_mode=True fix. The QWEN_TTS_* env vars
were unused since the command overrides them; removed for clarity.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-30 21:04:00 +02:00
..
docker-compose.simple.yml refactor: consolidate Docker files into docker/ and merge streaming repo 2026-05-30 14:31:25 +02:00
docker-compose.yml fix: streaming service uses :latest image (fixes voice drift on port 8023) 2026-05-30 21:04:00 +02:00