voice-changer/server/voice_changer/utils/VoiceChangerParams.py
2023-05-02 12:11:00 +09:00

13 lines
249 B
Python

from dataclasses import dataclass
@dataclass
class VoiceChangerParams:
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