mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 23:02:03 -05:00
[GH-ISSUE #378] Dia TTS #15437
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 @RamiroG8k on GitHub (Sep 18, 2025).
Original GitHub issue: https://github.com/Dokploy/templates/issues/378
Template Name
Dia TTS
Template URL
https://github.com/devnen/Dia-TTS-Server
Docker Compose Link
https://github.com/devnen/Dia-TTS-Server/blob/main/docker-compose.yml
Resources
No response
Template Description
No response
Will you send a PR to implement it?
Yes
@Siumauricio commented on GitHub (Jul 14, 2026):
We built and deploy-tested a template for this, but it's not viable as a one-click template: Dia TTS loads the 1.6B model as float32 on CPU (no GPU on typical VPSes), which needs ~8 GB of free RAM just to boot plus ~15 GB of disk (5.2 GB compressed image + 3.3 GB weights). On our test VPS the container OOM-crash-looped (ExitCode 137, 14 restarts in 7 minutes) and degraded the host. If you need self-hosted TTS on a VPS, the catalog already ships kokoro-tts (82M params, CPU-friendly). Happy to revisit if upstream ships a quantized/smaller CPU model.