nixos: enable local coqui tts

This commit is contained in:
2026-04-14 00:44:44 -07:00
committed by Kat Huang
parent 7485dfc423
commit 3813af4bd2
3 changed files with 42 additions and 2 deletions

View File

@@ -4,5 +4,7 @@ makeEnable config "myModules.tts" false {
enable = true;
useCuda = false;
port = 11115;
model = "tts_models/en/vctk/vits";
extraArgs = [ "--speaker_idx" "p376" ];
};
}