move embeds into their own dir, detach sd vocab into separate files

This commit is contained in:
Concedo
2025-10-03 14:21:09 +08:00
parent c00ae93421
commit 4f8f0e5949
26 changed files with 178401 additions and 41 deletions
+1 -1
View File
@@ -804,7 +804,7 @@ static std::unordered_map<std::string, std::string> kokoro_ipa_map;
void populate_kokoro_ipa_map(std::string executable_path)
{
std::string line;
auto filepath = executable_path + "kokoro_ipa.embd";
auto filepath = executable_path + "embd_res/kokoro_ipa.embd";
printf("\nReading Kokoro IPA from %s",filepath.c_str());
std::ifstream myfile(filepath);
if (myfile.is_open())