fix(hermes): Kerstin (weiblich) statt Thorsten als TTS-Stimme
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -261,11 +261,11 @@
|
||||
'cd /tmp && wget -q https://github.com/rhasspy/piper/releases/download/2023.11.14-2/piper_linux_x86_64.tar.gz',
|
||||
'tar -xzf piper_linux_x86_64.tar.gz -C /opt/mission-control/piper/ --strip-components=1',
|
||||
'',
|
||||
'# 2. Deutsche Stimme (Thorsten, medium ~65 MB)',
|
||||
'wget -q -O /opt/mission-control/piper/voices/de_DE-thorsten-medium.onnx \\',
|
||||
' "https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/de/de_DE/thorsten/medium/de_DE-thorsten-medium.onnx"',
|
||||
'wget -q -O /opt/mission-control/piper/voices/de_DE-thorsten-medium.onnx.json \\',
|
||||
' "https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/de/de_DE/thorsten/medium/de_DE-thorsten-medium.onnx.json"',
|
||||
'# 2. Deutsche Stimme — Kerstin (weiblich, ~25 MB)',
|
||||
'wget -q -O /opt/mission-control/piper/voices/de_DE-kerstin-low.onnx \\',
|
||||
' "https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/de/de_DE/kerstin/low/de_DE-kerstin-low.onnx"',
|
||||
'wget -q -O /opt/mission-control/piper/voices/de_DE-kerstin-low.onnx.json \\',
|
||||
' "https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/de/de_DE/kerstin/low/de_DE-kerstin-low.onnx.json"',
|
||||
].join('\n')}</code></div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user