mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-02 16:23:58 +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
|
||||
class SoVitsSvc40v2Settings():
|
||||
gpu: int = 0
|
||||
dstId: int = -1
|
||||
dstId: int = 0
|
||||
|
||||
f0Detector: str = "dio" # dio or harvest
|
||||
tran: int = 20
|
||||
|
Loading…
Reference in New Issue
Block a user