commit model files
Browse files- README.md +9 -0
- models/autoregressive.pth +3 -0
- models/classifier.pth +3 -0
- models/clvp2.pth +3 -0
- models/diffusion_decoder.pth +3 -0
- models/rlg_auto.pth +3 -0
- models/rlg_diffuser.pth +3 -0
- models/vocoder.pth +3 -0
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
This repository holds the finetuned weights for Tortoise v2 for the LJSpeech voice. It is a
|
6 |
+
good demonstration of how powerful fine-tuning Tortoise can be.
|
7 |
+
|
8 |
+
Usage:
|
9 |
+
- Clone Tortoise, jbetker/tortoise-tts-v2 or https://github.com/neonbjb/tortoise-tts
|
10 |
+
- Clone this repo to download weights
|
11 |
+
- Run any Tortoise script with the flag `--model_dir=<path_to_where_you_cloned_this_repo>/models` and `--voice=lj`
|
12 |
+
- For fine-tuned models, I recommend using the `high_quality` preset. Faster rendering modes can exhibit artifacts in the output.
|
models/autoregressive.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65c0c801fc6a7841d87e055e42c254c1f27703647af719d78f9e1002e90386db
|
3 |
+
size 1716988501
|
models/classifier.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95ab946010be0a963b5039e8fca74bbb8a6eebcf366c761db21ae7e94cd6ada3
|
3 |
+
size 60938957
|
models/clvp2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6097e708cf692eb93bd770880660953935e87e8995eb864819bbe51b7d91342c
|
3 |
+
size 975620731
|
models/diffusion_decoder.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e089edfbbd73a7a23180068c86676400ff83809651070581302ef500d4bca99
|
3 |
+
size 1169472627
|
models/rlg_auto.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4473c125482e2a3322a5ea762025a0c6ec657955c3002cf099c0635d79967551
|
3 |
+
size 25193729
|
models/rlg_diffuser.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e84b1ce60631c56dc8dec3d27c131993dd99d3060e7919cc351857457dbfdac
|
3 |
+
size 100715777
|
models/vocoder.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16e8153e9f8ffb00b116f7f67833df2802fcf81e6bc173acc3b3b4bf9f04189d
|
3 |
+
size 391384715
|