Facing an issue with fresh installation of Reactor #455
Closed
chnisar515
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Experts,
today i fresh installed Comfyui and now i installed Reactor Node but it showing (IMPORT FAILED) in manager. i have already installed Insightface package followed by reactor instructions which are below
(ComfyUI Portable) From the root folder check the version of Python: run CMD and type python_embeded\python.exe -V Download prebuilt Insightface package [for Python 3.10](https://github.com/Gourieff/Assets/raw/main/Insightface/insightface-0.7.3-cp310-cp310-win_amd64.whl) or [for Python 3.11](https://github.com/Gourieff/Assets/raw/main/Insightface/insightface-0.7.3-cp311-cp311-win_amd64.whl) (if in the previous step you see 3.11) or [for Python 3.12](https://github.com/Gourieff/Assets/raw/main/Insightface/insightface-0.7.3-cp312-cp312-win_amd64.whl) (if in the previous step you see 3.12) and put into the stable-diffusion-webui (A1111 or SD.Next) root folder (where you have "webui-user.bat" file) or into ComfyUI root folder if you use ComfyUI Portable From the root folder run: (SD WebUI) CMD and .\venv\Scripts\activate (ComfyUI Portable) run CMD Then update your PIP: (SD WebUI) python -m pip install -U pip (ComfyUI Portable) python_embeded\python.exe -m pip install -U pip Then install Insightface: (SD WebUI) pip install insightface-0.7.3-cp310-cp310-win_amd64.whl (for 3.10) or pip install insightface-0.7.3-cp311-cp311-win_amd64.whl (for 3.11) or pip install insightface-0.7.3-cp312-cp312-win_amd64.whl (for 3.12) (ComfyUI Portable) python_embeded\python.exe -m pip install insightface-0.7.3-cp310-cp310-win_amd64.whl (for 3.10) or python_embeded\python.exe -m pip install insightface-0.7.3-cp311-cp311-win_amd64.whl (for 3.11) or python_embeded\python.exe -m pip install insightface-0.7.3-cp312-cp312-win_amd64.whl (for 3.12) Enjoy!
but still it showing me (IMPORT FAILED). below are the log of my cmd when i launch comfyui
ComfyUI-Manager: installing dependencies done.
** ComfyUI startup time: 2024-10-12 16:03:38.157217
** Platform: Windows
** Python version: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
** Python executable: C:\ComfyUI_windows_portable\python_embeded\python.exe
** ComfyUI Path: C:\ComfyUI_windows_portable\ComfyUI
** Log path: C:\ComfyUI_windows_portable\comfyui.log
Prestartup times for custom nodes:
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
1.3 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
Total VRAM 12288 MB, total RAM 32607 MB
pytorch version: 2.4.1+cu124
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync
Using pytorch cross attention
[Prompt Server] web root: C:\ComfyUI_windows_portable\ComfyUI\web
Adding extra search path checkpoints E:\comfyuimodels\models/checkpoints/
Adding extra search path clip E:\comfyuimodels\models/clip/
Adding extra search path clip_interrogator E:\comfyuimodels\models/clip_interrogator/
Adding extra search path clip_vision E:\comfyuimodels\models/clip_vision/
Adding extra search path configs E:\comfyuimodels\models/configs/
Adding extra search path controlnet E:\comfyuimodels\models/controlnet/
Adding extra search path diffusers E:\comfyuimodels\models/diffusers/
Adding extra search path diffusion_models E:\comfyuimodels\models/diffusion_models/
Adding extra search path embeddings E:\comfyuimodels\models/embeddings/
Adding extra search path gligen E:\comfyuimodels\models/gligen/
Adding extra search path hypernetworks E:\comfyuimodels\models/hypernetworks/
Adding extra search path LLM E:\comfyuimodels\models/LLM/
Adding extra search path llm_gguf E:\comfyuimodels\models/llm_gguf/
Adding extra search path loras E:\comfyuimodels\models/loras/
Adding extra search path photomaker E:\comfyuimodels\models/photomaker/
Adding extra search path style_models E:\comfyuimodels\models/style_models/
Adding extra search path unet E:\comfyuimodels\models/unet/
Adding extra search path upscale_models E:\comfyuimodels\models/upscale_models/
Adding extra search path vae E:\comfyuimodels\models/vae/
Adding extra search path vae_approx E:\comfyuimodels\models/vae_approx/
Adding extra search path ipadapter E:\comfyuimodels\models/ipadapter/
Adding extra search path sams E:\comfyuimodels\models/sams/
Adding extra search path grounding-dino E:\comfyuimodels\models/grounding-dino/
Adding extra search path instantid E:\comfyuimodels\models/instantid/
Adding extra search path insightface E:\comfyuimodels\models/insightface/
Adding extra search path liveportrait E:\comfyuimodels\models/liveportrait/
C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\feature\lightglue.py:44: FutureWarning:
torch.cuda.amp.custom_fwd(args...)
is deprecated. Please usetorch.amp.custom_fwd(args..., device_type='cuda')
instead.@torch.cuda.amp.custom_fwd(cast_inputs=torch.float32)
Adding C:\ComfyUI_windows_portable\ComfyUI\custom_nodes to sys.path
Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Failed!
Loaded Efficiency nodes from C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.1.2 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
If you are a user of the module, the easiest solution will be to
downgrade to 'numpy<2' or try to upgrade the affected module.
We expect that some modules will need time to support NumPy 2.
Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\main.py", line 213, in
nodes.init_extra_nodes(init_custom_nodes=not args.disable_all_custom_nodes)
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2128, in init_extra_nodes
init_external_custom_nodes()
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2047, in init_external_custom_nodes
success = load_custom_node(module_path, base_node_names, module_parent="custom_nodes")
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture_init_.py", line 13, in
from .modules.nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture\modules\nodes.py", line 28, in
from .postprocessing import (
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture\modules\postprocessing_init_.py", line 1, in
from .color_blend import ColorBlend
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture\modules\postprocessing\color_blend.py", line 5, in
import cv2
AttributeError: ARRAY_API not found
Traceback (most recent call last):
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, 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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture_init.py", line 13, in
from .modules.nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture\modules\nodes.py", line 28, in
from .postprocessing import (
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture\modules\postprocessing_init.py", line 1, in
from .color_blend import ColorBlend
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture\modules\postprocessing\color_blend.py", line 5, in
import cv2
ImportError: numpy.core.multiarray failed to import
Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture module for custom nodes: numpy.core.multiarray failed to import
[Crystools INFO] Crystools version: 1.19.0
[Crystools INFO] CPU: 12th Gen Intel(R) Core(TM) i5-12400F - Arch: AMD64 - OS: Windows 10
[Crystools INFO] Pynvml (Nvidia) initialized.
[Crystools INFO] GPU/s:
[Crystools INFO] 0) NVIDIA GeForce RTX 3060
[Crystools INFO] NVIDIA Driver: 561.09
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.1.2 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
If you are a user of the module, the easiest solution will be to
downgrade to 'numpy<2' or try to upgrade the affected module.
We expect that some modules will need time to support NumPy 2.
Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\main.py", line 213, in
nodes.init_extra_nodes(init_custom_nodes=not args.disable_all_custom_nodes)
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2128, in init_extra_nodes
init_external_custom_nodes()
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2047, in init_external_custom_nodes
success = load_custom_node(module_path, base_node_names, module_parent="custom_nodes")
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use_init_.py", line 21, in
imported_module = importlib.import_module(".py.{}".format(module_name), name)
File "importlib_init_.py", line 126, in import_module
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use\py\easyNodes.py", line 18, in
from .layer_diffuse import LayerDiffuse, LayerMethod
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use\py\layer_diffuse_init_.py", line 12, in
from .model import ModelPatcher, TransparentVAEDecoder, calculate_weight_adjust_channel
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use\py\layer_diffuse\model.py", line 3, in
import cv2
AttributeError: ARRAY_API not found
Traceback (most recent call last):
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, 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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use_init.py", line 21, in
imported_module = importlib.import_module(".py.{}".format(module_name), name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "importlib_init.py", line 126, in import_module
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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use\py\easyNodes.py", line 18, in
from .layer_diffuse import LayerDiffuse, LayerMethod
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use\py\layer_diffuse_init.py", line 12, in
from .model import ModelPatcher, TransparentVAEDecoder, calculate_weight_adjust_channel
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use\py\layer_diffuse\model.py", line 3, in
import cv2
ImportError: numpy.core.multiarray failed to import
Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use module for custom nodes: numpy.core.multiarray failed to import
Total VRAM 12288 MB, total RAM 32607 MB
pytorch version: 2.4.1+cu124
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.1.2 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
If you are a user of the module, the easiest solution will be to
downgrade to 'numpy<2' or try to upgrade the affected module.
We expect that some modules will need time to support NumPy 2.
Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\main.py", line 213, in
nodes.init_extra_nodes(init_custom_nodes=not args.disable_all_custom_nodes)
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2128, in init_extra_nodes
init_external_custom_nodes()
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2047, in init_external_custom_nodes
success = load_custom_node(module_path, base_node_names, module_parent="custom_nodes")
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes_init.py", line 5, in
from .nodes.image_nodes import *
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes\nodes\image_nodes.py", line 13, in
import cv2
AttributeError: _ARRAY_API not found
OpenCV not installed
Loading: ComfyUI-Manager (V2.51.7)
ComfyUI Revision: 2753 [5f9d5a24] | Released on '2024-10-09'
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.1.2 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
If you are a user of the module, the easiest solution will be to
downgrade to 'numpy<2' or try to upgrade the affected module.
We expect that some modules will need time to support NumPy 2.
Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\main.py", line 213, in
nodes.init_extra_nodes(init_custom_nodes=not args.disable_all_custom_nodes)
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2128, in init_extra_nodes
init_external_custom_nodes()
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2047, in init_external_custom_nodes
success = load_custom_node(module_path, base_node_names, module_parent="custom_nodes")
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node_init_.py", line 23, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 10, in
import cv2
AttributeError: ARRAY_API not found
Traceback (most recent call last):
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, 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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node_init.py", line 23, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 10, in
import cv2
ImportError: numpy.core.multiarray failed to import
Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: numpy.core.multiarray failed to import
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.1.2 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
If you are a user of the module, the easiest solution will be to
downgrade to 'numpy<2' or try to upgrade the affected module.
We expect that some modules will need time to support NumPy 2.
Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\main.py", line 213, in
nodes.init_extra_nodes(init_custom_nodes=not args.disable_all_custom_nodes)
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2128, in init_extra_nodes
init_external_custom_nodes()
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2047, in init_external_custom_nodes
success = load_custom_node(module_path, base_node_names, module_parent="custom_nodes")
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite_init.py", line 1, in
from .videohelpersuite.nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite\videohelpersuite\nodes.py", line 20, in
from .load_video_nodes import LoadVideoUpload, LoadVideoPath
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite\videohelpersuite\load_video_nodes.py", line 6, in
import cv2
AttributeError: ARRAY_API not found
Traceback (most recent call last):
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, 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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite_init.py", line 1, in
from .videohelpersuite.nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite\videohelpersuite\nodes.py", line 20, in
from .load_video_nodes import LoadVideoUpload, LoadVideoPath
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite\videohelpersuite\load_video_nodes.py", line 6, in
import cv2
ImportError: numpy.core.multiarray failed to import
Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite module for custom nodes: numpy.core.multiarray failed to import
(pysssss:WD14Tagger) [DEBUG] Available ORT providers: AzureExecutionProvider, CPUExecutionProvider
(pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.1.2 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
If you are a user of the module, the easiest solution will be to
downgrade to 'numpy<2' or try to upgrade the affected module.
We expect that some modules will need time to support NumPy 2.
Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\main.py", line 213, in
nodes.init_extra_nodes(init_custom_nodes=not args.disable_all_custom_nodes)
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2128, in init_extra_nodes
init_external_custom_nodes()
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2047, in init_external_custom_nodes
success = load_custom_node(module_path, base_node_names, module_parent="custom_nodes")
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM_init.py", line 1, in
from . import YOLO_WORLD_EfficientSAM
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM\YOLO_WORLD_EfficientSAM.py", line 4, in
import cv2
AttributeError: _ARRAY_API not found
Traceback (most recent call last):
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, 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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM_init.py", line 1, in
from . import YOLO_WORLD_EfficientSAM
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM\YOLO_WORLD_EfficientSAM.py", line 4, in
import cv2
ImportError: numpy.core.multiarray failed to import
Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM module for custom nodes: numpy.core.multiarray failed to import
3D OpenPose Editor: Loaded
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
Comfyroll Studio v1.76 : 175 Nodes Loaded
** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md
** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.1.2 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
If you are a user of the module, the easiest solution will be to
downgrade to 'numpy<2' or try to upgrade the affected module.
We expect that some modules will need time to support NumPy 2.
Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\main.py", line 213, in
nodes.init_extra_nodes(init_custom_nodes=not args.disable_all_custom_nodes)
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2128, in init_extra_nodes
init_external_custom_nodes()
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2047, in init_external_custom_nodes
success = load_custom_node(module_path, base_node_names, module_parent="custom_nodes")
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux_init_.py", line 2, in
from .utils import here, define_preprocessor_inputs, INPUT
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\utils.py", line 4, in
import cv2
AttributeError: ARRAY_API not found
Traceback (most recent call last):
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, 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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 2, in
from .utils import here, define_preprocessor_inputs, INPUT
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\utils.py", line 4, in
import cv2
ImportError: numpy.core.multiarray failed to import
Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux module for custom nodes: numpy.core.multiarray failed to import
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.1.2 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
If you are a user of the module, the easiest solution will be to
downgrade to 'numpy<2' or try to upgrade the affected module.
We expect that some modules will need time to support NumPy 2.
Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\main.py", line 213, in
nodes.init_extra_nodes(init_custom_nodes=not args.disable_all_custom_nodes)
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2128, in init_extra_nodes
init_external_custom_nodes()
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2047, in init_external_custom_nodes
success = load_custom_node(module_path, base_node_names, module_parent="custom_nodes")
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_InstantID_init.py", line 1, in
from .InstantID import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_InstantID\InstantID.py", line 7, in
import cv2
AttributeError: _ARRAY_API not found
Traceback (most recent call last):
File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, 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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_InstantID_init.py", line 1, in
from .InstantID import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_InstantID\InstantID.py", line 7, in
import cv2
ImportError: numpy.core.multiarray failed to import
Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_InstantID module for custom nodes: numpy.core.multiarray failed to import
[rgthree-comfy] Loaded 42 exciting nodes. 🎉
Import times for custom nodes:
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_prompt_styler
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light-Native
0.0 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-copilot
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
0.0 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM
0.0 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_InstantID
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inpaint-nodes
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
0.0 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_3dPoseEditor
0.1 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
0.1 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
0.2 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MimicMotionWrapper
0.3 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture
0.3 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
0.4 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything
0.4 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
0.4 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools
Starting server
To see the GUI go to: http://127.0.0.1:8188
FETCH DATA from: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json [DONE]
ERROR: This installation is not allowed in this security_level. Please contact the administrator.
Reference: https://github.com/ltdrdata/ComfyUI-Manager#security-policy
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json [DONE]
Beta Was this translation helpful? Give feedback.
All reactions