From 8bf6bd787b561cd3f7ddba3a66f47e982f779062 Mon Sep 17 00:00:00 2001 From: XTer Date: Wed, 6 Mar 2024 19:40:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + Inference | 1 + requirements.txt | 13 +++++++++---- tmp_audio/.gitignore | 2 ++ trained/.gitignore | 3 +++ 5 files changed, 16 insertions(+), 4 deletions(-) create mode 160000 Inference create mode 100644 tmp_audio/.gitignore create mode 100644 trained/.gitignore 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