diff --git a/.gitignore b/.gitignore index 96e754a9..59007090 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,6 @@ reference GPT_weights SoVITS_weights TEMP +PortableGit diff --git a/Inference b/Inference new file mode 160000 index 00000000..a7cc4633 --- /dev/null +++ b/Inference @@ -0,0 +1 @@ +Subproject commit a7cc463348890339870def19e2af6c51959e3062 diff --git a/requirements.txt b/requirements.txt index 75bd945d..2a04578e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +LangSegment>=0.2.3 +Faster_Whisper +pyaudio \ No newline at end of file diff --git a/tmp_audio/.gitignore b/tmp_audio/.gitignore new file mode 100644 index 00000000..d6b7ef32 --- /dev/null +++ b/tmp_audio/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/trained/.gitignore b/trained/.gitignore new file mode 100644 index 00000000..24386bad --- /dev/null +++ b/trained/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!.character_info.json \ No newline at end of file