frappuccino commited on
Commit
3d28323
·
verified ·
1 Parent(s): c31f6ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -25,7 +25,18 @@ This model is an implementation of VITS2, a single-stage text-to-speech system,
25
  - **Repository:** [VITS2 PyTorch Implementation](https://github.com/p0p4k/vits2_pytorch)
26
  - **Paper:** [VITS2 paper](https://arxiv.org/abs/2307.16430)
27
 
28
- ## Uses
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  ### Direct Use
31
 
@@ -103,3 +114,5 @@ Kong, J., Park, J., Kim, B., Kim, J., Kong, D., & Kim, S. (Year). VITS2: Improvi
103
  https://t.me/voicestuff
104
 
105
  https://t.me/frappuccino
 
 
 
25
  - **Repository:** [VITS2 PyTorch Implementation](https://github.com/p0p4k/vits2_pytorch)
26
  - **Paper:** [VITS2 paper](https://arxiv.org/abs/2307.16430)
27
 
28
+ ## Usage
29
+
30
+ This model was dedicated to be used with this repository.
31
+ https://github.com/shigabeev/vits2-inference
32
+
33
+ Sample usage:
34
+ ```
35
+ git clone [email protected]:shigabeev/vits2-inference.git
36
+ cd vits2-inference
37
+ pip install -r requirements.txt
38
+ python infer_onnx.py --model natasha.onnx --text "Привет! Я Наташа!"
39
+ ```
40
 
41
  ### Direct Use
42
 
 
114
  https://t.me/voicestuff
115
 
116
  https://t.me/frappuccino
117
+
118
+ https://github.com/shigabeev