Initial commit: Korean voice-cloning TTS prototype
FastAPI backend, web UI, CosyVoice3/F5-TTS setup scripts, and handoff docs for GPU PC continuation. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
10
config/model_choice.json
Normal file
10
config/model_choice.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"selected_model": "cosyvoice",
|
||||
"selection_criteria": [
|
||||
"korean_naturalness",
|
||||
"prosody",
|
||||
"speaker_similarity",
|
||||
"long_sentence_stability"
|
||||
],
|
||||
"notes": "품질 우선 기준으로 CosyVoice3를 기본 엔진으로 사용합니다. F5-TTS는 scripts/run_ab_compare.py로 동일 조건 비교 후 변경 가능합니다."
|
||||
}
|
||||
Reference in New Issue
Block a user