YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Vocence Miner03
TTS for Vocence using fishaudio/s2-pro via Fish Speech CLI (text2semantic + dac).
Setup
fish_speech/models/text2semantic/inference.pyandfish_speech/models/dac/inference.pyfrom a clone of Fish Speech.
Config (vocence_config.yaml)
runtime.fish_speech_root(orFISH_SPEECH_ROOT) โ path to the Fish Speech reporuntime.fish_checkpoint_dirโ S2 Pro weights (default bakes to/app/checkpoints/s2-proin the Chute image)runtime.fish_half/fish_compileโ optional performance flagsgeneration.max_secondsโ cap output length
Notes
- S2 Pro is VRAM-heavy; production serving generally expects high-memory GPUs.
- Chutes TEE: Fish scripts run in-process by default (
runpy). Spawning a separatepythonchild fails withaegis[integ] FATAL: security violation (secure authorization fd not valid). For local debugging with isolated subprocesses, setVOCENCE_FISH_USE_SUBPROCESS=1. - Keep the Vocence wrapper unchanged except approved template variables.
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support