Open xueqing0622 opened 1 week ago
Okay, I'll update it when I have time
thx,have a nice day
我怎么装也装不上
Could you please provide the versions of Python, PyTorch, and the system, as well as the update date for ComfyUI?
我怎么装也装不上
也是报这个错吗?方便提供下python,torch,系统版本,comfyui更新日期吗?
Traceback (most recent call last): File "F:\ComfyUI\ComfyUI\nodes.py", line 2012, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "F:\ComfyUI\ComfyUI\custom_nodes\ComfyUI_MaskGCT__init.py", line 31, in
loadCustomNodes()# load Custom Nodes
^^^^^^^^^^^^^^^^^
File "F:\ComfyUI\ComfyUI\custom_nodes\ComfyUI_MaskGCT__init.py", line 21, in loadCustomNodes
module = importlib.import_module(model_name, name__)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI\python_embeded\Lib\importlib\ init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "F:\ComfyUI\ComfyUI\custom_nodes\ComfyUI_MaskGCT\nodes\maskgct.py", line 14, in
from models.tts.maskgct.maskgct_utils import *
ModuleNotFoundError: No module named 'models.tts'