voice-changer/server/voice_changer/utils/VoiceChangerParams.py
2023-06-16 16:49:55 +09:00

15 lines
289 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
sample_mode: str