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

12 lines
227 B
Python
Raw Normal View History

2023-04-27 17:38:25 +03:00
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_soft: str
nsf_hifigan: str