讨论 问题反馈 声音合成时报错

声音合成时报错

seeeyou 发表于    阅读:94    回复:1
0time="2025-02-25T14:09:47+08:00" level=info msg="server starting" buildTime="2025-02-18 18:33:22" debug=false version=0.0.1
1time="2025-02-25T14:09:47+08:00" level=info msg="start api mode"
2开始运行 {'UseCuda': False}
32025-02-25 14:25:24,693 - modelscope - INFO - PyTorch version 2.4.1+cu118 Found.
42025-02-25 14:25:24,709 - modelscope - INFO - Loading ast index from Z:\tools\aigcpanel-server-cosyvoice-win-x86-v0.2.0\_cache\modelscope\ast_indexer
52025-02-25 14:25:26,006 - modelscope - INFO - Loading done! Current index file version is 1.15.0, with md5 992e129ae959d6ef1938f31389a84a99 and a total number of 980 components indexed
6transformer is not installed, please install it if you want to use related modules
7failed to import ttsfrd, use WeTextProcessing instead
8config {'id': 'SoundTts_1', 'mode': 'local', 'modelConfig': {'type': 'tts', 'seed': 0, 'speed': 1, 'text': '你好,这世界纷纷扰扰', 'speakerId': '中文女'}} ['Z:\\tools\\aigcpanel-server-cosyvoice-win-x86-v0.2.0\\aigcpanelrun.pyc', 'C:\\Users\\qyongkang\\AppData\\Roaming\\aigcpanel\\temp\\file_1740464703180_2uxM4IEHASoNJEMe0aJHNnob4m554LAG.json']
9Result[SoundTts_1][{"UseCuda": false}]
10AigcPanelRunResult[SoundTts_1][eyJVc2VDdWRhIjogZmFsc2V9]
11Z:\tools\aigcpanel-server-cosyvoice-win-x86-v0.2.0\_aienv\lib\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`.
12deprecate("LoRACompatibleLinear", "1.0.0", deprecation_message)
132025-02-25 14:26:31,919 INFO input frame rate=50
14Z:\tools\aigcpanel-server-cosyvoice-win-x86-v0.2.0\_aienv\lib\site-packages\torch\nn\utils\weight_norm.py:134: FutureWarning: `torch.nn.utils.weight_norm` is deprecated in favor of `torch.nn.utils.parametrizations.weight_norm`.
15WeightNorm.apply(module, name, dim)
16Z:\tools\aigcpanel-server-cosyvoice-win-x86-v0.2.0\cosyvoice\dataset\processor.py:24: UserWarning: torchaudio._backend.set_audio_backend has been deprecated. With dispatcher enabled, this function is no-op. You can remove the function call.
17torchaudio.set_audio_backend('soundfile')
18Z:\tools\aigcpanel-server-cosyvoice-win-x86-v0.2.0\cosyvoice\cli\frontend.py:57: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
19self.spk2info = torch.load(spk2info, map_location=self.device)
202025-02-25 14:26:42,063 WETEXT INFO found existing fst: Z:\tools\aigcpanel-server-cosyvoice-win-x86-v0.2.0\_aienv\lib\site-packages\tn\zh_tn_tagger.fst
212025-02-25 14:26:42,063 INFO found existing fst: Z:\tools\aigcpanel-server-cosyvoice-win-x86-v0.2.0\_aienv\lib\site-packages\tn\zh_tn_tagger.fst
222025-02-25 14:26:42,071 WETEXT INFO Z:\tools\aigcpanel-server-cosyvoice-win-x86-v0.2.0\_aienv\lib\site-packages\tn\zh_tn_verbalizer.fst
232025-02-25 14:26:42,071 INFO Z:\tools\aigcpanel-server-cosyvoice-win-x86-v0.2.0\_aienv\lib\site-packages\tn\zh_tn_verbalizer.fst
242025-02-25 14:26:42,072 WETEXT INFO skip building fst for zh_normalizer ...
252025-02-25 14:26:42,072 INFO skip building fst for zh_normalizer ...
262025-02-25 14:26:44,064 WETEXT INFO found existing fst: Z:\tools\aigcpanel-server-cosyvoice-win-x86-v0.2.0\_aienv\lib\site-packages\tn\en_tn_tagger.fst
272025-02-25 14:26:44,064 INFO found existing fst: Z:\tools\aigcpanel-server-cosyvoice-win-x86-v0.2.0\_aienv\lib\site-packages\tn\en_tn_tagger.fst
282025-02-25 14:26:44,067 WETEXT INFO Z:\tools\aigcpanel-server-cosyvoice-win-x86-v0.2.0\_aienv\lib\site-packages\tn\en_tn_verbalizer.fst
292025-02-25 14:26:44,067 INFO Z:\tools\aigcpanel-server-cosyvoice-win-x86-v0.2.0\_aienv\lib\site-packages\tn\en_tn_verbalizer.fst
302025-02-25 14:26:44,067 WETEXT INFO skip building fst for en_normalizer ...
312025-02-25 14:26:44,067 INFO skip building fst for en_normalizer ...
32Z:\tools\aigcpanel-server-cosyvoice-win-x86-v0.2.0\cosyvoice\cli\model.py:57: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
33self.llm.load_state_dict(torch.load(llm_model, map_location=self.device))
34time="2025-02-25T14:26:52+08:00" level=error msg="Command execution failed:exit status 0xc0000005"


评论

最新版的有0.3.0,升级一下实时,这个错误比较少见

 
1
我来评论
语言
QQ
微信客服
微信群
客服