butfix: An exception occurred due to a negative dstId

This commit is contained in:
wataru 2023-03-14 18:57:18 +09:00
parent ca4ae3b417
commit 5b2519d0e9

View File

@ -29,7 +29,7 @@ providers = ['OpenVINOExecutionProvider', "CUDAExecutionProvider", "DmlExecution
@dataclass
class SoVitsSvc40v2Settings():
gpu: int = 0
dstId: int = -1
dstId: int = 0
f0Detector: str = "dio" # dio or harvest
tran: int = 20