You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i know, it could be my mistake on how i install the custom nodes, but i hope you can help me with this. Thank you
Total VRAM 45515 MB, total RAM 515599 MB
pytorch version: 2.6.0+cu124
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA A40 : cudaMallocAsync
�[36;20m[comfyui_controlnet_aux] | INFO -> Using ckpts path: /comfyui/custom_nodes/comfyui_controlnet_aux/ckpts�[0m
�[36;20m[comfyui_controlnet_aux] | INFO -> Using symlinks: False�[0m
�[36;20m[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']�[0m
/comfyui/custom_nodes/comfyui_controlnet_aux/node_wrappers/dwpose.py:26: UserWarning: DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly
warnings.warn("DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly")
Traceback (most recent call last):
File "/comfyui/nodes.py", line 2112, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/comfyui/custom_nodes/comfyui_pulid_flux_ll/__init__.py", line 1, in <module>
from .pulidflux import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "/comfyui/custom_nodes/comfyui_pulid_flux_ll/pulidflux.py", line 6, in <module>
from insightface.utils.download import download_file
ImportError: cannot import name 'download_file' from 'insightface.utils.download' (/usr/local/lib/python3.10/dist-packages/insightface/utils/download.py)
Cannot import /comfyui/custom_nodes/comfyui_pulid_flux_ll module for custom nodes: cannot import name 'download_file' from 'insightface.utils.download' (/usr/local/lib/python3.10/dist-packages/insightface/utils/download.py)
Import times for custom nodes:
0.0 seconds: /comfyui/custom_nodes/websocket_image_save.py
0.0 seconds: /comfyui/custom_nodes/comfyui_patches_ll
0.0 seconds (IMPORT FAILED): /comfyui/custom_nodes/comfyui_pulid_flux_ll
Repro MVP (Minimal Viable Procedure)
i'm using this snapshot to install the custom_nodes
Describe the bug
i know, it could be my mistake on how i install the custom nodes, but i hope you can help me with this. Thank you
Repro MVP (Minimal Viable Procedure)
i'm using this snapshot to install the custom_nodes
Expected behavior
Theres should be insightface modules/folder inside pulid2 custom nodes
Screenshots
Versions (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: