voice-changer/server/voice_changer/utils/VoiceChangerParams.py

13 lines
249 B
Python
Raw Normal View History

2023-04-27 17:38:25 +03:00
from dataclasses import dataclass
@dataclass
2023-05-02 06:11:00 +03:00
class VoiceChangerParams:
2023-04-27 17:38:25 +03:00
content_vec_500: str
content_vec_500_onnx: str
content_vec_500_onnx_on: bool
hubert_base: str
2023-05-02 06:11:00 +03:00
hubert_base_jp: str
2023-04-27 17:38:25 +03:00
hubert_soft: str
nsf_hifigan: str