From 03e40ba3feff6640830cab8178fedf213df08259 Mon Sep 17 00:00:00 2001 From: Drew Thomasson <126999465+DrewThomasson@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:59:39 -0400 Subject: [PATCH 1/2] added remaining Persian TTS models --- TTS/.models.json | 77 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/TTS/.models.json b/TTS/.models.json index 624a6a0489..5b7b169591 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -734,6 +734,83 @@ "description": "persian-tts-female-vits model for text to speech purposes. Single-speaker female voice trained on persian-tts-dataset-female.\nDataset: https://www.kaggle.com/datasets/magnoliasis/persian-tts-dataset-famale.", "author": "@karim23657", "license": "openrail" + }, + "vits-male": { + "hf_url": [ + "https://huggingface.co/Kamtera/persian-tts-male-vits/resolve/main/best_model_65633.pth", + "https://huggingface.co/Kamtera/persian-tts-male-vits/resolve/main/config-0.json" + ], + "default_vocoder": null, + "commit": null, + "description": "persian-tts-male-vits model for text to speech purposes. Single-speaker male voice.", + "author": "@karim23657", + "license": "openrail" + }, + "vits-female-best": { + "hf_url": [ + "https://huggingface.co/Kamtera/persian-tts-female-vits/resolve/main/checkpoint_48000.pth", + "https://huggingface.co/Kamtera/persian-tts-female-vits/resolve/main/config-2.json" + ], + "default_vocoder": null, + "commit": null, + "description": "Best version of persian-tts-female-vits model for text to speech purposes. Single-speaker female voice.", + "author": "@karim23657", + "license": "openrail" + }, + "glowtts-male": { + "hf_url": [ + "https://huggingface.co/Kamtera/persian-tts-male-glow_tts/resolve/main/best_model_77797.pth", + "https://huggingface.co/Kamtera/persian-tts-male-glow_tts/resolve/main/config-1.json" + ], + "default_vocoder": null, + "commit": null, + "description": "persian-tts-male-glow_tts model for text to speech purposes. Single-speaker male voice.", + "author": "@karim23657", + "license": "openrail" + }, + "glowtts-female": { + "hf_url": [ + "https://huggingface.co/Kamtera/persian-tts-female-glow_tts/resolve/main/best_model.pth", + "https://huggingface.co/Kamtera/persian-tts-female-glow_tts/resolve/main/config.json" + ], + "default_vocoder": null, + "commit": null, + "description": "persian-tts-female-glow_tts model for text to speech purposes. Single-speaker female voice.", + "author": "@karim23657", + "license": "openrail" + }, + "vits-male1-best": { + "hf_url": [ + "https://huggingface.co/Kamtera/persian-tts-male1-vits/resolve/main/checkpoint_88000.pth", + "https://huggingface.co/Kamtera/persian-tts-male1-vits/resolve/main/config.json" + ], + "default_vocoder": null, + "commit": null, + "description": "Best version of persian-tts-male1-vits model for text to speech purposes. Single-speaker male voice.", + "author": "@karim23657", + "license": "openrail" + }, + "vits-female1": { + "hf_url": [ + "https://huggingface.co/Kamtera/persian-tts-female1-vits/resolve/main/checkpoint_50000.pth", + "https://huggingface.co/Kamtera/persian-tts-female1-vits/resolve/main/config.json" + ], + "default_vocoder": null, + "commit": null, + "description": "persian-tts-female1-vits model for text to speech purposes. Single-speaker female voice.", + "author": "@karim23657", + "license": "openrail" + }, + "tacotron2-female": { + "hf_url": [ + "https://huggingface.co/Kamtera/persian-tts-female-tacotron2/resolve/main/checkpoint_313000.pth", + "https://huggingface.co/Kamtera/persian-tts-female-tacotron2/resolve/main/config-2.json" + ], + "default_vocoder": null, + "commit": null, + "description": "persian-tts-female-tacotron2 model for text to speech purposes. Single-speaker female voice.", + "author": "@karim23657", + "license": "openrail" } } }, From d492a5f800773d329839cb0757ce1f684fd3ff35 Mon Sep 17 00:00:00 2001 From: Drew Thomasson <126999465+DrewThomasson@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:04:04 -0400 Subject: [PATCH 2/2] added dataset information to Persian models :) --- TTS/.models.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/TTS/.models.json b/TTS/.models.json index 5b7b169591..14008c2e63 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -742,7 +742,7 @@ ], "default_vocoder": null, "commit": null, - "description": "persian-tts-male-vits model for text to speech purposes. Single-speaker male voice.", + "description": "persian-tts-male-vits model for text to speech purposes. Single-speaker male voice trained on persian-tts-dataset.\nDataset: https://www.kaggle.com/datasets/magnoliasis/persian-tts-dataset.", "author": "@karim23657", "license": "openrail" }, @@ -753,7 +753,7 @@ ], "default_vocoder": null, "commit": null, - "description": "Best version of persian-tts-female-vits model for text to speech purposes. Single-speaker female voice.", + "description": "Best version of persian-tts-female-vits model for text to speech purposes. Single-speaker female voice trained on persian-tts-dataset-female.\nDataset: https://www.kaggle.com/datasets/magnoliasis/persian-tts-dataset-famale.", "author": "@karim23657", "license": "openrail" }, @@ -764,7 +764,7 @@ ], "default_vocoder": null, "commit": null, - "description": "persian-tts-male-glow_tts model for text to speech purposes. Single-speaker male voice.", + "description": "persian-tts-male-glow_tts model for text to speech purposes. Single-speaker male voice trained on persian-tts-dataset.\nDataset: https://www.kaggle.com/datasets/magnoliasis/persian-tts-dataset.", "author": "@karim23657", "license": "openrail" }, @@ -775,7 +775,7 @@ ], "default_vocoder": null, "commit": null, - "description": "persian-tts-female-glow_tts model for text to speech purposes. Single-speaker female voice.", + "description": "persian-tts-female-glow_tts model for text to speech purposes. Single-speaker female voice trained on persian-tts-dataset-female.\nDataset: https://www.kaggle.com/datasets/magnoliasis/persian-tts-dataset-famale.", "author": "@karim23657", "license": "openrail" }, @@ -786,7 +786,7 @@ ], "default_vocoder": null, "commit": null, - "description": "Best version of persian-tts-male1-vits model for text to speech purposes. Single-speaker male voice.", + "description": "Best version of persian-tts-male1-vits model for text to speech purposes. Single-speaker male voice trained on persian-tts-dataset-male.\nDataset: https://www.kaggle.com/datasets/magnoliasis/persian-tts-dataset-male.", "author": "@karim23657", "license": "openrail" }, @@ -797,7 +797,7 @@ ], "default_vocoder": null, "commit": null, - "description": "persian-tts-female1-vits model for text to speech purposes. Single-speaker female voice.", + "description": "persian-tts-female1-vits model for text to speech purposes. Single-speaker female voice trained on ParsiGoo dataset.\nDataset: https://github.com/karim23657/ParsiGoo.", "author": "@karim23657", "license": "openrail" }, @@ -808,7 +808,7 @@ ], "default_vocoder": null, "commit": null, - "description": "persian-tts-female-tacotron2 model for text to speech purposes. Single-speaker female voice.", + "description": "persian-tts-female-tacotron2 model for text to speech purposes. Single-speaker female voice trained on persian-tts-dataset-female.\nDataset: https://www.kaggle.com/datasets/magnoliasis/persian-tts-dataset-famale.", "author": "@karim23657", "license": "openrail" }