I am trying to load MagicQuill-Node into ComfyUI Desktop-Version - without success
#9
by
DerBobby
- opened
Hi,
already a month ago, I have given up on installing the standalone, (tried various YT-tutorials), but couldn`t get it right.
Now for 2 days I am trying to install MagicQuill as a node into ComfyUI.
Downloaded all models and files one by one and have put them into the according folders.
Then when trying to load the node using the manager
I get this error-message:
Error message occurred while importing the 'ComfyUI_MagicQuill' module:
Traceback (most recent call last):
File "C:\Users\bobby\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 2112, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 995, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "F:\Generierende KIs\ComfyUI-Desktop\ComfyUI\custom_nodes\ComfyUI_MagicQuill\__init__.py", line 20, in <module>
from .magic_quill import MagicQuill
File "F:\Generierende KIs\ComfyUI-Desktop\ComfyUI\custom_nodes\ComfyUI_MagicQuill\magic_quill.py", line 14, in <module>
from .scribble_color_edit import ScribbleColorEditModel
File "F:\Generierende KIs\ComfyUI-Desktop\ComfyUI\custom_nodes\ComfyUI_MagicQuill\scribble_color_edit.py", line 18, in <module>
from nodes_mask import GrowMask
ModuleNotFoundError: No module named 'nodes_mask'
This comment has been hidden (marked as Off-Topic)
This comment has been hidden (marked as Resolved)