mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-09 03:37:51 +03:00
butfix: An exception occurred due to a negative dstId
This commit is contained in:
parent
ca4ae3b417
commit
5b2519d0e9
@ -29,7 +29,7 @@ providers = ['OpenVINOExecutionProvider', "CUDAExecutionProvider", "DmlExecution
|
|||||||
@dataclass
|
@dataclass
|
||||||
class SoVitsSvc40v2Settings():
|
class SoVitsSvc40v2Settings():
|
||||||
gpu: int = 0
|
gpu: int = 0
|
||||||
dstId: int = -1
|
dstId: int = 0
|
||||||
|
|
||||||
f0Detector: str = "dio" # dio or harvest
|
f0Detector: str = "dio" # dio or harvest
|
||||||
tran: int = 20
|
tran: int = 20
|
||||||
|
Loading…
Reference in New Issue
Block a user