From 3b0c792c5a25410536aa693686d5f2c74b5b624b Mon Sep 17 00:00:00 2001 From: wataru Date: Sat, 11 Mar 2023 04:50:59 +0900 Subject: [PATCH] WIP: support so-vits-svc, debug dstid --- server/voice_changer/SoVitsSvc40v2/SoVitsSvc40v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/voice_changer/SoVitsSvc40v2/SoVitsSvc40v2.py b/server/voice_changer/SoVitsSvc40v2/SoVitsSvc40v2.py index 625b1950..2031d895 100644 --- a/server/voice_changer/SoVitsSvc40v2/SoVitsSvc40v2.py +++ b/server/voice_changer/SoVitsSvc40v2/SoVitsSvc40v2.py @@ -29,7 +29,7 @@ providers = ['OpenVINOExecutionProvider', "CUDAExecutionProvider", "DmlExecution @dataclass class SoVitsSvc40v2Settings(): gpu: int = 0 - dstId: int = 101 + dstId: int = 0 f0Detector: str = "dio" # dio or harvest tran: int = 20