mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 07:02:57 +08:00
修改了gitignore
This commit is contained in:
parent
616be20db3
commit
8bf6bd787b
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,5 +10,6 @@ reference
|
||||
GPT_weights
|
||||
SoVITS_weights
|
||||
TEMP
|
||||
PortableGit
|
||||
|
||||
|
||||
|
1
Inference
Submodule
1
Inference
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit a7cc463348890339870def19e2af6c51959e3062
|
@ -1,11 +1,15 @@
|
||||
requests==2.28.1
|
||||
flask==3.0.2
|
||||
|
||||
numpy
|
||||
pydub
|
||||
scipy
|
||||
tensorboard
|
||||
librosa==0.9.2
|
||||
numba==0.56.4
|
||||
pytorch-lightning
|
||||
gradio==3.38.0
|
||||
gradio_client==0.8.1
|
||||
gradio==4.19
|
||||
gradio_client
|
||||
ffmpeg-python
|
||||
onnxruntime
|
||||
tqdm
|
||||
@ -23,5 +27,6 @@ PyYAML
|
||||
psutil
|
||||
jieba_fast
|
||||
jieba
|
||||
LangSegment>=0.2.0
|
||||
Faster_Whisper
|
||||
LangSegment>=0.2.3
|
||||
Faster_Whisper
|
||||
pyaudio
|
2
tmp_audio/.gitignore
vendored
Normal file
2
tmp_audio/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
3
trained/.gitignore
vendored
Normal file
3
trained/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*
|
||||
!.gitignore
|
||||
!.character_info.json
|
Loading…
x
Reference in New Issue
Block a user