Hi everything is installed correctly checkpoints and models and in custom nodes however I keep receiving this error
Traceback (most recent call last):
File "C:\Users\ozzyx\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 2141, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in call_with_frames_removed
File "F:\AI Apps\ComfyUI\custom_nodes\ComfyUI_MagicQuill_init.py", line 20, in
from .magic_quill import MagicQuill
File "F:\AI Apps\ComfyUI\custom_nodes\ComfyUI_MagicQuill\magic_quill.py", line 14, in
from .scribble_color_edit import ScribbleColorEditModel
File "F:\AI Apps\ComfyUI\custom_nodes\ComfyUI_MagicQuill\scribble_color_edit.py", line 18, in
from nodes_mask import GrowMask
ModuleNotFoundError: No module named 'nodes_mask'
Hi everything is installed correctly checkpoints and models and in custom nodes however I keep receiving this error
Traceback (most recent call last):
File "C:\Users\ozzyx\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 2141, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in call_with_frames_removed
File "F:\AI Apps\ComfyUI\custom_nodes\ComfyUI_MagicQuill_init.py", line 20, in
from .magic_quill import MagicQuill
File "F:\AI Apps\ComfyUI\custom_nodes\ComfyUI_MagicQuill\magic_quill.py", line 14, in
from .scribble_color_edit import ScribbleColorEditModel
File "F:\AI Apps\ComfyUI\custom_nodes\ComfyUI_MagicQuill\scribble_color_edit.py", line 18, in
from nodes_mask import GrowMask
ModuleNotFoundError: No module named 'nodes_mask'