mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-04-05 04:08:58 +08:00
Merge b6b193a3360e6e3cd231c584520bfbee41d5f7fc into 7ef19867780cf703841ebafb565a4e47d1ea86ff
This commit is contained in:
commit
661e017206
@ -31,6 +31,7 @@ import traceback
|
|||||||
import threading
|
import threading
|
||||||
import shutil
|
import shutil
|
||||||
import logging
|
import logging
|
||||||
|
import tempfile
|
||||||
|
|
||||||
|
|
||||||
logging.getLogger("numba").setLevel(logging.WARNING)
|
logging.getLogger("numba").setLevel(logging.WARNING)
|
||||||
@ -38,7 +39,7 @@ logging.getLogger("httpx").setLevel(logging.WARNING)
|
|||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
tmp = os.path.join(now_dir, "TEMP")
|
tmp = os.path.join(tempfile.gettempdir(), "RVC")
|
||||||
shutil.rmtree(tmp, ignore_errors=True)
|
shutil.rmtree(tmp, ignore_errors=True)
|
||||||
shutil.rmtree("%s/runtime/Lib/site-packages/infer_pack" % (now_dir), ignore_errors=True)
|
shutil.rmtree("%s/runtime/Lib/site-packages/infer_pack" % (now_dir), ignore_errors=True)
|
||||||
shutil.rmtree("%s/runtime/Lib/site-packages/uvr5_pack" % (now_dir), ignore_errors=True)
|
shutil.rmtree("%s/runtime/Lib/site-packages/uvr5_pack" % (now_dir), ignore_errors=True)
|
||||||
|
@ -7,7 +7,7 @@ librosa==0.9.1
|
|||||||
llvmlite==0.39.0
|
llvmlite==0.39.0
|
||||||
fairseq==0.12.2
|
fairseq==0.12.2
|
||||||
faiss-cpu==1.7.3
|
faiss-cpu==1.7.3
|
||||||
gradio==3.34.0
|
gradio==3.48.0
|
||||||
Cython
|
Cython
|
||||||
pydub>=0.25.1
|
pydub>=0.25.1
|
||||||
soundfile>=0.12.1
|
soundfile>=0.12.1
|
||||||
@ -16,7 +16,7 @@ tensorboardX
|
|||||||
Jinja2>=3.1.2
|
Jinja2>=3.1.2
|
||||||
json5
|
json5
|
||||||
Markdown
|
Markdown
|
||||||
matplotlib>=3.7.0
|
matplotlib<3.10
|
||||||
matplotlib-inline>=0.1.3
|
matplotlib-inline>=0.1.3
|
||||||
praat-parselmouth>=0.4.2
|
praat-parselmouth>=0.4.2
|
||||||
Pillow>=9.1.1
|
Pillow>=9.1.1
|
||||||
@ -43,6 +43,7 @@ onnxruntime; sys_platform == 'darwin'
|
|||||||
onnxruntime-gpu; sys_platform != 'darwin'
|
onnxruntime-gpu; sys_platform != 'darwin'
|
||||||
torchcrepe==0.0.20
|
torchcrepe==0.0.20
|
||||||
fastapi==0.88
|
fastapi==0.88
|
||||||
|
torch<2.6
|
||||||
torchfcpe
|
torchfcpe
|
||||||
ffmpy==0.3.1
|
ffmpy==0.3.1
|
||||||
python-dotenv>=1.0.0
|
python-dotenv>=1.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user