Views
No views yet
Менің досымның жақсы және жаман әдеттері бар. Жақсы әдетт ол маған көмектеседі. Ол мені әрқашан қолдайтын болады. Ал жаман әдетті кейде ол менің затымды рұқсатсыз алып кетуі мүмкін. Кейде ол мені ренжітеді. Бірақ артынан менден кешірім сұрайды.
1from huggingface_hub import snapshot_download
2
3snapshot_download(
4 repo_id="IndexTeam/IndexTTS-2",
5 local_dir="checkpoints"
6)1# Download this repo
2hf download AnuarSv/IndexTTS2-Kazakh --local-dir kz_files
3
4# Replace
5cp kz_files/gpt.pth checkpoints/gpt.pth
6cp kz_files/bpe.model checkpoints/bpe.model
7cp kz_files/config.yaml checkpoints/config.yaml1git clone -b training_v2 https://github.com/JarodMica/index-tts.git
2cd index-tts
3uv sync --all-extras
4uv run webui.py --model_dir checkpoints --fp16number_text_tokens: 12000. This finetune uses 2000 to match the Kazakh BPE vocabulary. The config.yaml in this repo already has this applied.| File | Description |
|---|---|
gpt.pth | Fine-tuned GPT checkpoint (Kazakh) |
bpe.model | SentencePiece BPE tokenizer trained on Kazakh text |
config.yaml | Model config with number_text_tokens: 2000 |
s2mel.pth, feat1.pt, feat2.pt, qwen0.6bemo4-merge) are part of the base model and should be downloaded from IndexTeam/IndexTTS-2.