mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-03-14 11:54:00 +03:00
WIP: support so-vits-svc, debug dstid
This commit is contained in:
parent
15dc87c407
commit
3b0c792c5a
@ -29,7 +29,7 @@ providers = ['OpenVINOExecutionProvider', "CUDAExecutionProvider", "DmlExecution
|
|||||||
@dataclass
|
@dataclass
|
||||||
class SoVitsSvc40v2Settings():
|
class SoVitsSvc40v2Settings():
|
||||||
gpu: int = 0
|
gpu: int = 0
|
||||||
dstId: int = 101
|
dstId: int = 0
|
||||||
|
|
||||||
f0Detector: str = "dio" # dio or harvest
|
f0Detector: str = "dio" # dio or harvest
|
||||||
tran: int = 20
|
tran: int = 20
|
||||||
|
Loading…
x
Reference in New Issue
Block a user