Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cexiv opened this issue May 17, 2024 · 0 comments

Comments

@cexiv
Copy link

cexiv commented May 17, 2024

!!!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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant