feat(hermes): update compose submodule for Piper TTS #34

Merged
gortium merged 16 commits from feat/voice-support-v2 into master 2026-05-09 19:40:06 +00:00
Collaborator

Summary

Updates compose submodule to latest feat/voice-support-v2 with final Piper TTS setup.

What changed

  • Dockerfile simplified: no ROCm, no Coqui, no Python 3.11, no PyTorch ROCm
  • Piper TTS with en_US-ryan-high voice (US male, fully local)
  • Edge TTS completely removed (banned, uninstalled)
  • Hermes TTS tool patched with Piper provider (no Edge fallback)

To test on host

cd ~/infra/assets/compose && git fetch origin && git checkout feat/voice-support-v2
cd ~/infra && git fetch origin && git checkout feat/voice-support-v2 && git submodule update --init --recursive
sudo nixos-rebuild switch --flake .#lazyworkhorse
## Summary Updates compose submodule to latest `feat/voice-support-v2` with final Piper TTS setup. ### What changed - Dockerfile simplified: no ROCm, no Coqui, no Python 3.11, no PyTorch ROCm - Piper TTS with `en_US-ryan-high` voice (US male, fully local) - Edge TTS completely removed (banned, uninstalled) - Hermes TTS tool patched with Piper provider (no Edge fallback) ### To test on host ``` cd ~/infra/assets/compose && git fetch origin && git checkout feat/voice-support-v2 cd ~/infra && git fetch origin && git checkout feat/voice-support-v2 && git submodule update --init --recursive sudo nixos-rebuild switch --flake .#lazyworkhorse ``` ## Related - Depends on: https://code.lazyworkhorse.net/gortium/compose/pulls/17
Hermes added 1 commit 2026-05-09 00:22:23 +00:00
Hermes added 1 commit 2026-05-09 02:38:44 +00:00
Hermes changed title from feat(hermes): update compose submodule for GPU voice STT support to feat(hermes): update compose submodule for simplified Dockerfile + ROCm STT 2026-05-09 02:38:57 +00:00
Hermes added 1 commit 2026-05-09 04:10:08 +00:00
Hermes changed title from feat(hermes): update compose submodule for simplified Dockerfile + ROCm STT to feat(hermes): update compose submodule for ROCm + Coqui TTS 2026-05-09 04:13:43 +00:00
Hermes added 1 commit 2026-05-09 13:24:21 +00:00
Hermes changed title from feat(hermes): update compose submodule for ROCm + Coqui TTS to feat(hermes): update compose submodule for Piper TTS 2026-05-09 13:24:38 +00:00
Hermes added 1 commit 2026-05-09 13:42:05 +00:00
Hermes added 1 commit 2026-05-09 13:55:49 +00:00
Hermes added 1 commit 2026-05-09 13:59:20 +00:00
Hermes added 1 commit 2026-05-09 14:10:02 +00:00
Hermes added 1 commit 2026-05-09 14:12:17 +00:00
Hermes added 1 commit 2026-05-09 14:15:03 +00:00
Hermes added 1 commit 2026-05-09 14:20:57 +00:00
Hermes added 1 commit 2026-05-09 14:27:18 +00:00
Hermes added 1 commit 2026-05-09 14:28:46 +00:00
Hermes added 1 commit 2026-05-09 15:22:02 +00:00
Hermes added 1 commit 2026-05-09 15:50:45 +00:00
Hermes added 1 commit 2026-05-09 16:04:41 +00:00
gortium merged commit 9e42f5d2cc into master 2026-05-09 19:40:06 +00:00
gortium deleted branch feat/voice-support-v2 2026-05-09 19:40:06 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gortium/infra#34
No description provided.