Mofa-Xingche
commited on
Commit
•
d461704
1
Parent(s):
bc8fa28
Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,16 @@ tags:
|
|
31 |
}
|
32 |
</pre>
|
33 |
|
34 |
-
<pre>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
</pre>
|
36 |
|
37 |
|
|
|
31 |
}
|
32 |
</pre>
|
33 |
|
34 |
+
<pre>
|
35 |
+
#get audio
|
36 |
+
|
37 |
+
|
38 |
+
#model files in to C:\Users\YOUR USERNAME\....\Style-Bert-VITS2\model_assets\ =>(NotAnimeJPManySpeaker_e120_s22200.safetensors),(config.json),(style_vectors.npy)
|
39 |
+
|
40 |
+
python \Style-Bert-VITS2\server_fastapi.py
|
41 |
+
|
42 |
+
#browser url
|
43 |
+
http://127.0.0.1:5000/voice?text=<b>自動で読み上げていただくのはこの文章です</b>&model_id=<b>0</b>&speaker_id=<b>0</b>&style=amazinGood(lol)&style_weight=2&sdp_ratio=0.2&noise=0.5&noisew=0.9&length=0.9&language=JP&auto_split=false&split_interval=0.5&assist_text_weight=1&s=73X
|
44 |
</pre>
|
45 |
|
46 |
|