Upload folder using huggingface_hub
Browse files- checkpoints/README.md +12 -3
checkpoints/README.md
CHANGED
|
@@ -6,21 +6,30 @@ All inference checkpoints should be placed under `open_source_release/checkpoint
|
|
| 6 |
checkpoints/
|
| 7 |
stage1_knnvc/
|
| 8 |
hifigan/
|
| 9 |
-
g_00125000.pt #
|
| 10 |
wavlm/
|
| 11 |
-
WavLM-Large.pt
|
| 12 |
stage2_sovits/
|
| 13 |
chkpt/
|
| 14 |
sovits5.0_all_nocross/*.pt # default non-cross inference
|
| 15 |
-
sovits5.
|
| 16 |
whisper_pretrain/
|
| 17 |
large-v2.pt
|
| 18 |
hubert_pretrain/
|
| 19 |
hubert-soft-0d54a1f4.pt
|
| 20 |
crepe/assets/
|
| 21 |
full.pth
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
```
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
For attribution and citation notes, see:
|
| 25 |
|
| 26 |
- `THIRD_PARTY_NOTICES.md`
|
|
|
|
| 6 |
checkpoints/
|
| 7 |
stage1_knnvc/
|
| 8 |
hifigan/
|
| 9 |
+
g_00125000.pt # required for stage1
|
| 10 |
wavlm/
|
| 11 |
+
WavLM-Large.pt # required for stage1
|
| 12 |
stage2_sovits/
|
| 13 |
chkpt/
|
| 14 |
sovits5.0_all_nocross/*.pt # default non-cross inference
|
| 15 |
+
sovits5.0_all_cross/*.pt # cross-mode path in code
|
| 16 |
whisper_pretrain/
|
| 17 |
large-v2.pt
|
| 18 |
hubert_pretrain/
|
| 19 |
hubert-soft-0d54a1f4.pt
|
| 20 |
crepe/assets/
|
| 21 |
full.pth
|
| 22 |
+
speaker_pretrain/
|
| 23 |
+
best_model.pth.tar
|
| 24 |
+
vits_pretrain/
|
| 25 |
+
sovits5.0.pretrain.pth
|
| 26 |
```
|
| 27 |
|
| 28 |
+
Notes:
|
| 29 |
+
|
| 30 |
+
1. If your cross checkpoint directory is `sovits5.0_all_cross/`, pass it explicitly with `--model` (`stage2`) or `--stage2-model` (`pipeline`).
|
| 31 |
+
2. `speaker_pretrain/best_model.pth.tar` is used by `build-spk`; it is not required when you already have ready-made `.spk.npy` files.
|
| 32 |
+
|
| 33 |
For attribution and citation notes, see:
|
| 34 |
|
| 35 |
- `THIRD_PARTY_NOTICES.md`
|