lj1995 commited on
Commit
26f5451
1 Parent(s): 3d0368f

first_try1

Browse files
Files changed (3) hide show
  1. README.md +1 -0
  2. packages.txt +1 -0
  3. requirements.txt +9 -11
README.md CHANGED
@@ -8,6 +8,7 @@ sdk_version: 3.38.0
8
  app_file: inference_webui.py
9
  pinned: false
10
  license: mit
 
11
  ---
12
 
13
  GPT-SoVITS-v2 Zero-shot TTS demo
 
8
  app_file: inference_webui.py
9
  pinned: false
10
  license: mit
11
+ python_version: 3.9.1
12
  ---
13
 
14
  GPT-SoVITS-v2 Zero-shot TTS demo
packages.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ ffmpeg
requirements.txt CHANGED
@@ -19,7 +19,6 @@ click==8.1.7
19
  cmake==3.27.7
20
  cn2an==0.5.22
21
  coloredlogs==15.0.1
22
- conda-package-handling==1.7.2
23
  contourpy==1.2.0
24
  crcmod==1.7
25
  cryptography==3.3.1
@@ -134,8 +133,6 @@ python-discovery-client==0.5
134
  python-mecab-ko==1.3.7
135
  python-mecab-ko-dic==2.1.1.post2
136
  python-multipart==0.0.6
137
- pytorch-lightning==2.1.3
138
- pytorch-wpe==0.0.1
139
  pytz==2023.3.post1
140
  PyYAML==6.0.1
141
  referencing==0.32.1
@@ -143,10 +140,8 @@ regex==2023.10.3
143
  requests==2.32.3
144
  requests-oauthlib==1.3.1
145
  resampy==0.4.2
146
- rotary-embedding-torch==0.6.4
147
  rpds-py==0.17.1
148
  rsa==4.8
149
- ruamel-yaml-conda==0.15.80
150
  safetensors==0.4.0
151
  scikit-learn==1.3.2
152
  scipy==1.11.3
@@ -168,11 +163,6 @@ tiktoken==0.7.0
168
  tokenizers==0.14.1
169
  tomli==2.0.1
170
  toolz==0.12.0
171
- torch==2.0.1
172
- torch-complex==0.4.3
173
- torchaudio==2.0.2
174
- torchlibrosa==0.1.0
175
- torchmetrics==1.3.0
176
  tqdm==4.66.4
177
  transformers==4.35.0
178
  triton==2.0.0
@@ -190,4 +180,12 @@ wordsegment==1.3.1
190
  xxhash==3.4.1
191
  yapf==0.40.2
192
  yarl==1.9.4
193
- zipp==3.17.0
 
 
 
 
 
 
 
 
 
19
  cmake==3.27.7
20
  cn2an==0.5.22
21
  coloredlogs==15.0.1
 
22
  contourpy==1.2.0
23
  crcmod==1.7
24
  cryptography==3.3.1
 
133
  python-mecab-ko==1.3.7
134
  python-mecab-ko-dic==2.1.1.post2
135
  python-multipart==0.0.6
 
 
136
  pytz==2023.3.post1
137
  PyYAML==6.0.1
138
  referencing==0.32.1
 
140
  requests==2.32.3
141
  requests-oauthlib==1.3.1
142
  resampy==0.4.2
 
143
  rpds-py==0.17.1
144
  rsa==4.8
 
145
  safetensors==0.4.0
146
  scikit-learn==1.3.2
147
  scipy==1.11.3
 
163
  tokenizers==0.14.1
164
  tomli==2.0.1
165
  toolz==0.12.0
 
 
 
 
 
166
  tqdm==4.66.4
167
  transformers==4.35.0
168
  triton==2.0.0
 
180
  xxhash==3.4.1
181
  yapf==0.40.2
182
  yarl==1.9.4
183
+ zipp==3.17.0
184
+ torch==2.0.1
185
+ torch-complex==0.4.3
186
+ torchaudio==2.0.2
187
+ torchlibrosa==0.1.0
188
+ torchmetrics==1.3.0
189
+ pytorch-lightning==2.1.3
190
+ pytorch-wpe==0.0.1
191
+ rotary-embedding-torch==0.6.4