(cosyvoice) user@aitest:~/project/CosyVoice-main$ python3 webui1.py --port 50001 --model_dir pretrained_models/CosyVoice2-0.5B
/home/user/miniconda3/envs/cosyvoice/lib/python3.10/site-packages/diffusers/models/lora.py:393: FutureWarning: `LoRACompatibleLinear` is deprecated and will be removed in version 1.0.0. Use of `LoRACompatibleLinear` is deprecated. Please switch to PEFT backend by installing PEFT: `pip install peft`.
deprecate("LoRACompatibleLinear", "1.0.0", deprecation_message)
2025-06-06 08:21:15,959 INFO input frame rate=25
/home/user/miniconda3/envs/cosyvoice/lib/python3.10/site-packages/torch/nn/utils/weight_norm.py:143: FutureWarning: `torch.nn.utils.weight_norm` is deprecated in favor of `torch.nn.utils.parametrizations.weight_norm`.
WeightNorm.apply(module, name, dim)
Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-06-06 08:21:18.022300239 [E:onnxruntime:Default, provider_bridge_ort.cc:1744 TryGetProviderInfo_CUDA] /onnxruntime_src/onnxruntime/core/session/provider_bridge_ort.cc:1426 onnxruntime::Provider& onnxruntime::ProviderLibrary::Get() [ONNXRuntimeError] : 1 : FAIL : Failed to load library libonnxruntime_providers_cuda.so with error: libcudnn.so.8: cannot open shared object file: No such file or directory
2025-06-06 08:21:18.022330193 [W:onnxruntime:Default, onnxruntime_pybind_state.cc:870 CreateExecutionProviderInstance] Failed to create CUDAExecutionProvider. Please reference https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirementsto ensure all dependencies are met.
text.cc: festival_Text_init
open voice lang map failed
2025-06-06 08:21:23,125 DEBUG Starting new HTTPS connection (1): api.gradio.app:443
2025-06-06 08:21:23,126 DEBUG Starting new HTTPS connection (1): checkip.amazonaws.com:443
2025-06-06 08:21:23,129 DEBUG Using selector: EpollSelector
2025-06-06 08:21:23,488 DEBUG Using selector: EpollSelector
Running on local URL: http://0.0.0.0:50001
2025-06-06 08:21:23,497 DEBUG Starting new HTTP connection (1): localhost:50001
2025-06-06 08:21:23,499 DEBUG http://localhost:50001 "GET /startup-events HTTP/1.1" 200 5
2025-06-06 08:21:23,501 DEBUG Starting new HTTP connection (1): localhost:50001
2025-06-06 08:21:23,512 DEBUG http://localhost:50001 "HEAD / HTTP/1.1" 200 0
To create a public link, set `share=True` in `launch()`.
2025-06-06 08:21:23,513 DEBUG Starting new HTTPS connection (1): checkip.amazonaws.com:443
2025-06-06 08:21:23,612 DEBUG https://checkip.amazonaws.com:443 "GET / HTTP/1.1" 200 14
2025-06-06 08:21:23,613 DEBUG Starting new HTTPS connection (1): api.gradio.app:443
2025-06-06 08:21:23,760 DEBUG https://checkip.amazonaws.com:443 "GET / HTTP/1.1" 200 14
2025-06-06 08:21:23,763 DEBUG Starting new HTTPS connection (1): api.gradio.app:443
2025-06-06 08:21:24,076 DEBUG https://api.gradio.app:443 "GET /pkg-version HTTP/1.1" 200 21
IMPORTANT: You are using gradio version 3.43.2, however version 4.44.1 is available, please upgrade.
--------
2025-06-06 08:21:24,391 DEBUG https://api.gradio.app:443 "POST /gradio-initiated-analytics/ HTTP/1.1" 200 None
2025-06-06 08:21:24,616 DEBUG https://api.gradio.app:443 "POST /gradio-launched-telemetry/ HTTP/1.1" 200 None
2025-06-06 08:21:48,547 INFO get sft inference request
0%| | 0/1 [00:00<?, ?it/s]
2025-06-06 08:21:48,784 ERROR KeyError: 'embedding'
/home/user/miniconda3/envs/cosyvoice/lib/python3.10/site-packages/gradio/processing_utils.py:183: UserWarning: Trying to convert audio automatically from float64 to 16-bit int format.
warnings.warn(warning.format(data.dtype))
/home/user/miniconda3/envs/cosyvoice/lib/python3.10/site-packages/gradio/processing_utils.py:184: RuntimeWarning: invalid value encountered in divide
data = data / np.abs(data).max()
/home/user/miniconda3/envs/cosyvoice/lib/python3.10/site-packages/gradio/processing_utils.py:186: RuntimeWarning: invalid value encountered in cast
data = data.astype(np.int16)
最新发布