voice-changer/server/voice_changer/utils/VoiceChangerParams.py
2023-05-20 15:54:00 +09:00

14 lines
268 B
Python

from dataclasses import dataclass
@dataclass
class VoiceChangerParams:
model_dir: str
content_vec_500: str
content_vec_500_onnx: str
content_vec_500_onnx_on: bool
hubert_base: str
hubert_base_jp: str
hubert_soft: str
nsf_hifigan: str