-
Notifications
You must be signed in to change notification settings - Fork 20
Description
I installed MagicQuill via manager extension.
The node is unavailable.
The manager shows "import failed", which opens the message
Error message occurred while importing the 'ComfyUI_MagicQuill' module.
Traceback (most recent call last):
File "D:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2112, 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 "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_MagicQuill_init.py", line 20, in
from .magic_quill import MagicQuill
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_MagicQuill\magic_quill.py", line 14, in
from .scribble_color_edit import ScribbleColorEditModel
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_MagicQuill\scribble_color_edit.py", line 12, in
from ComfyUI_BrushNet.brushnet_nodes import BrushNetLoader, BrushNet, BlendInpaint, get_files_with_extension
ModuleNotFoundError: No module named 'ComfyUI_BrushNet'
Tried using the "Fix it" button. It does something, but does not fix anything.
Tried installing BrushNet - via manager too. Didn't fix anything.
I don't get it. What do I do?