mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 21:45:00 +03:00
resolve_conflict
This commit is contained in:
parent
daff5098f8
commit
4d67354ea6
@ -1,5 +1,3 @@
|
||||
これはVCClientでv3モデルを試すためのフォーク版です。それ以外の用途ではフォーク元を利用してください
|
||||
|
||||
## VC Client
|
||||
|
||||
[English](/README_en.md)
|
||||
|
@ -8,7 +8,7 @@ from const import EnumInferenceTypes
|
||||
class Inferencer(Protocol):
|
||||
inferencerType: EnumInferenceTypes = EnumInferenceTypes.pyTorchRVC
|
||||
file: str
|
||||
isHalf: bool = False
|
||||
isHalf: bool = True
|
||||
gpu: int = 0
|
||||
|
||||
model: onnxruntime.InferenceSession | Any | None = None
|
||||
|
Loading…
Reference in New Issue
Block a user