nixos: enable local coqui tts
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user