-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
haruhi
committed
Sep 30, 2024
1 parent
57da343
commit 6d757cc
Showing
16 changed files
with
59 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
/.idea | ||
*.pyc | ||
/build | ||
*.spec | ||
*.spec | ||
/.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
{ | ||
"role_model_mapping": { | ||
"长门": { | ||
"gpt": "GPT_weights_v2/nagato_yuki-e15.ckpt11", | ||
"sovits": "SoVITS_weights_v2/nagato_yuki_e15_s2160.pth11" | ||
"长门有希": { | ||
"gpt": "GPT_weights_v2/nagato_yuki-e15.ckpt", | ||
"sovits": "SoVITS_weights_v2/nagato_yuki_e15_s2160.pth" | ||
}, | ||
"角色2": { | ||
"gpt": "", | ||
"sovits": "" | ||
"your_first_character": { | ||
"gpt": "角色名应与你在表格中填写的角色名相同,熟悉后请新建角色使用", | ||
"sovits": "如果你在本地运行API,请填写本地模型位置,否则请咨询在线服务的提供者" | ||
} | ||
}, | ||
"voice_cmd_mapping": { | ||
"voice_cmd_1": { | ||
"ref_audio_path": "path_to_reference_1.wav21313", | ||
"prompt_text": "Prompt text for 123" | ||
"ref_audio_path": "仅当你使用表格中的语音指令列时,才需要用到此项", | ||
"prompt_text": "否则仅需配置默认参考音频及文本便可" | ||
}, | ||
"voice_cmd_2": { | ||
"ref_audio_path": "", | ||
"prompt_text": "" | ||
"ref_audio_path": "这一额外参数可帮助你针对不同情况使用不同的参考音频与文本", | ||
"prompt_text": "熟悉后请新建指令使用,选择你需要的命名方式" | ||
} | ||
}, | ||
"default_prompt_audio": "D:/GPT-SoVITS-v2-240821/predef_ref/正常有希/01_有希_平静.wav", | ||
"default_prompt_audio": "./predef_ref/正常有希/01_有希_平静.wav", | ||
"default_prompt_text": "私が再び異常動作を起こさないという確証はない。", | ||
"API_BASE_URL": { | ||
"base": "http://127.0.0.1:9880/" | ||
} | ||
}, | ||
"deepL_api_key": "YOUR_DEEPL_API_KEY" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.