mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 23:48:48 +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
|
GPT_weights
|
||||||
SoVITS_weights
|
SoVITS_weights
|
||||||
TEMP
|
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
|
numpy
|
||||||
|
pydub
|
||||||
scipy
|
scipy
|
||||||
tensorboard
|
tensorboard
|
||||||
librosa==0.9.2
|
librosa==0.9.2
|
||||||
numba==0.56.4
|
numba==0.56.4
|
||||||
pytorch-lightning
|
pytorch-lightning
|
||||||
gradio==3.38.0
|
gradio==4.19
|
||||||
gradio_client==0.8.1
|
gradio_client
|
||||||
ffmpeg-python
|
ffmpeg-python
|
||||||
onnxruntime
|
onnxruntime
|
||||||
tqdm
|
tqdm
|
||||||
@ -23,5 +27,6 @@ PyYAML
|
|||||||
psutil
|
psutil
|
||||||
jieba_fast
|
jieba_fast
|
||||||
jieba
|
jieba
|
||||||
LangSegment>=0.2.0
|
LangSegment>=0.2.3
|
||||||
Faster_Whisper
|
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