mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-05-06 20:01:37 +08:00
Merge e1e83875232334ec3b0dcaa90639f0c28d08e267 into 1f1755fe3dd2fbe201518f137580943e142c99b4
This commit is contained in:
commit
e461bff1fe
@ -1609,11 +1609,12 @@ with gr.Blocks(title="RVC WebUI") as app:
|
|||||||
gr.Markdown(traceback.format_exc())
|
gr.Markdown(traceback.format_exc())
|
||||||
|
|
||||||
if config.iscolab:
|
if config.iscolab:
|
||||||
app.queue(concurrency_count=511, max_size=1022).launch(share=True)
|
app.queue(max_size=1022).launch(share=True, max_threads=511)
|
||||||
else:
|
else:
|
||||||
app.queue(concurrency_count=511, max_size=1022).launch(
|
app.queue(max_size=1022).launch(
|
||||||
server_name="0.0.0.0",
|
server_name="0.0.0.0",
|
||||||
inbrowser=not config.noautoopen,
|
inbrowser=not config.noautoopen,
|
||||||
server_port=config.listen_port,
|
server_port=config.listen_port,
|
||||||
quiet=True,
|
quiet=True,
|
||||||
|
max_threads=511
|
||||||
)
|
)
|
||||||
|
@ -1,12 +1,15 @@
|
|||||||
joblib>=1.1.0
|
joblib>=1.1.0
|
||||||
numba
|
numba
|
||||||
numpy
|
numpy==1.23.5
|
||||||
|
hydra-core==1.0.7
|
||||||
|
omegaconf==2.0.6
|
||||||
scipy
|
scipy
|
||||||
librosa==0.9.1
|
fairseq==0.12.2
|
||||||
|
librosa==0.10.2
|
||||||
llvmlite
|
llvmlite
|
||||||
fairseq
|
fairseq
|
||||||
faiss-cpu
|
faiss-cpu
|
||||||
gradio==3.34.0
|
gradio==3.43.0
|
||||||
Cython
|
Cython
|
||||||
pydub>=0.25.1
|
pydub>=0.25.1
|
||||||
soundfile>=0.12.1
|
soundfile>=0.12.1
|
||||||
@ -40,9 +43,12 @@ pyworld==0.3.2
|
|||||||
httpx
|
httpx
|
||||||
onnxruntime; sys_platform == 'darwin'
|
onnxruntime; sys_platform == 'darwin'
|
||||||
onnxruntime-gpu; sys_platform != 'darwin'
|
onnxruntime-gpu; sys_platform != 'darwin'
|
||||||
torchcrepe==0.0.20
|
torchcrepe==0.0.23
|
||||||
fastapi==0.88
|
fastapi
|
||||||
torchfcpe
|
torchfcpe
|
||||||
ffmpy==0.3.1
|
ffmpy==0.3.1
|
||||||
python-dotenv>=1.0.0
|
python-dotenv>=1.0.0
|
||||||
av
|
av
|
||||||
|
torch
|
||||||
|
torchvision
|
||||||
|
torchaudio
|
||||||
|
Loading…
x
Reference in New Issue
Block a user