[GH-ISSUE #378] Dia TTS #15437

Closed
opened 2026-07-14 22:42:06 -05:00 by GiteaMirror · 1 comment
Owner

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

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

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
GiteaMirror added the template label 2026-07-14 22:42:06 -05:00
Author
Owner

@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.

<!-- gh-comment-id:4974311720 --> @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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#15437