Upload folder using huggingface_hub
Browse files- config.json +1 -1
- config.json~ +26 -0
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"architectures": ["E2TTS"],
|
| 3 |
"backbone": {
|
| 4 |
"dim": 1024,
|
| 5 |
-
"depth":
|
| 6 |
"heads": 16,
|
| 7 |
"ff_mult": 4
|
| 8 |
},
|
|
|
|
| 2 |
"architectures": ["E2TTS"],
|
| 3 |
"backbone": {
|
| 4 |
"dim": 1024,
|
| 5 |
+
"depth": 26,
|
| 6 |
"heads": 16,
|
| 7 |
"ff_mult": 4
|
| 8 |
},
|
config.json~
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": ["E2TTS"],
|
| 3 |
+
"backbone": {
|
| 4 |
+
"dim": 1024,
|
| 5 |
+
"depth": 24,
|
| 6 |
+
"heads": 16,
|
| 7 |
+
"ff_mult": 4
|
| 8 |
+
},
|
| 9 |
+
"mel_spectrogram": {
|
| 10 |
+
"n_mel_channels": 100,
|
| 11 |
+
"n_fft": 1024,
|
| 12 |
+
"hop_length": 256,
|
| 13 |
+
"win_length": 1024,
|
| 14 |
+
"target_sample_rate": 24000,
|
| 15 |
+
"mel_spec_type": "vocos"
|
| 16 |
+
},
|
| 17 |
+
"odeint": {
|
| 18 |
+
"method": "euler"
|
| 19 |
+
},
|
| 20 |
+
"sampling": {
|
| 21 |
+
"nfe_step": 32,
|
| 22 |
+
"cfg_strength": 2.0,
|
| 23 |
+
"sway_sampling_coef": -1.0,
|
| 24 |
+
"target_rms": 0.1
|
| 25 |
+
}
|
| 26 |
+
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59caeb0667bfec36bcd17e488d9c0a2acbeaae7b05d49e676ea4cdaf6d6ed828
|
| 3 |
+
size 1443065856
|