Facing an issue (IMPORT FAILED) with fresh installation to Reactor! #456
Unanswered
chnisar515
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Experts,
I have installed fresh copy ComfyUI_windows_portable and installed some nodes and today i have installed Reactor nodes via manager and i have tried all the troubleshoots from reactor and also i tried many other things which i got from google but the issue still not solve. i am getting (IMPORT FAILED) on Reactor node. below is the output of my cmd console.
C:\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
[START] Security scan
[DONE] Security scan
ComfyUI-Manager: installing dependencies done.
** ComfyUI startup time: 2024-10-12 21:01:31.768488
** 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
1.0 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/
Adding extra search path ultralytics E:\comfyuimodels\models/ultralytics/
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)
[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: 565.90
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
File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\cv2_init_.py", line 181, in
bootstrap()
File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\cv2_init_.py", line 153, in bootstrap
native_module = importlib.import_module("cv2")
File "importlib_init_.py", line 126, in import_module
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
(pysssss:WD14Tagger) [DEBUG] Available ORT providers: AzureExecutionProvider, CPUExecutionProvider
(pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider
3D OpenPose Editor: Loaded
[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/alter-list.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/extension-node-map.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
[rgthree-comfy] Loaded 42 extraordinary 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\sdxl_prompt_styler
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light-Native
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-copilot
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inpaint-nodes
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
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\efficiency-nodes-comfyui
0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
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_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.2 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_3dPoseEditor
0.2 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MimicMotionWrapper
0.2 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools
0.3 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
0.3 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
0.3 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything
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]
Beta Was this translation helpful? Give feedback.
All reactions