AIFSH / ComfyUI-GPT_SoVITS

a comfyui custom node for GPT-SoVITS! you can voice cloning and tts in comfyui now
Other
161 stars 14 forks source link

这是启动时的报错,我没有显卡,只有amd核显,我很想使用,有没有办法解决? #18

Open cexiv opened 1 month ago

cexiv commented 1 month ago

!!!GPT_SoVITS path was added to D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages/users.pth if meet No module error,try python main.py again GPT_SoVITS use cache models,make sure your 'pretrained_models' complete D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\torch_utils.py:831: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() return self.fget.get(instance, owner)() Traceback (most recent call last): File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-GPT_SoVITS__init.py", line 36, in from .nodes import LoadSRT,LoadAudio, GPT_SOVITS_INFER, PreViewAudio,GPT_SOVITS_FT, GPT_SOVITS_TTS File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-GPT_SoVITS\nodes.py", line 10, in from .inference import dict_language,get_tts_wav File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-GPT_SoVITS\inference.py", line 26, in bert_model = bert_model.half().to(device) File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\transformers\modeling_utils.py", line 2595, in to return super().to(*args, *kwargs) File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\torch\nn\modules\module.py", line 1160, in to return self._apply(convert) File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\torch\nn\modules\module.py", line 810, in _apply module._apply(fn) File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\torch\nn\modules\module.py", line 810, in _apply module._apply(fn) File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\torch\nn\modules\module.py", line 810, in _apply module._apply(fn) File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\torch\nn\modules\module.py", line 833, in _apply param_applied = fn(param) File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\torch\nn\modules\module.py", line 1158, in convert return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\torch\cuda__init.py", line 298, in _lazy_init torch._C._cuda_init() RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx!!!GPT_SoVITS path was added to D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages/users.pth if meet No module error,try python main.py again GPT_SoVITS use cache models,make sure your 'pretrained_models' complete D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\torch_utils.py:831: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() return self.fget.get(instance, owner)() Traceback (most recent call last): File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-GPT_SoVITS\init__.py", line 36, in from .nodes import LoadSRT,LoadAudio, GPT_SOVITS_INFER, PreViewAudio,GPT_SOVITS_FT, GPT_SOVITS_TTS File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-GPT_SoVITS\nodes.py", line 10, in from .inference import dict_language,get_tts_wav File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-GPT_SoVITS\inference.py", line 26, in bert_model = bert_model.half().to(device) File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\transformers\modeling_utils.py", line 2595, in to return super().to(args, **kwargs) File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\torch\nn\modules\module.py", line 1160, in to return self._apply(convert) File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\torch\nn\modules\module.py", line 810, in _apply module._apply(fn) File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\torch\nn\modules\module.py", line 810, in _apply module._apply(fn) File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\torch\nn\modules\module.py", line 810, in _apply module._apply(fn) File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\torch\nn\modules\module.py", line 833, in _apply param_applied = fn(param) File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\torch\nn\modules\module.py", line 1158, in convert return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) File "D:\ComfyUI-aki-v1.2\ComfyUI-aki-v1.2\python\lib\site-packages\torch\cuda\init__.py", line 298, in _lazy_init torch._C._cuda_init() RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx