comfyanonymous / ComfyUI

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
https://www.comfy.org/
GNU General Public License v3.0
57.5k stars 6.09k forks source link

Broken preprocessor after update #5732

Open wardensc2 opened 6 hours ago

wardensc2 commented 6 hours ago

Expected Behavior

After update the latest version to use Flux tool, I try to run preprocessor of DW pose on my workflow change a lot of node that can do prepocessor still get the same error and ComfyUI closed. Could not locate cudnn_cnn_infer64_8.dll. Please make sure it is in your library path!

image

Please fix it, thank in advance

Actual Behavior

image

Steps to Reproduce

Preprocessor DW Pose.json

Debug Logs

Starting server

To see the GUI go to: http://127.0.0.1:8188
C:\ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe-lightbox.esm.min.js
FETCH DATA from: C:\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE]
C:\ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/pickr.min.js
C:\ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe.min.css
C:\ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/model-viewer.min.js
C:\ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/classic.min.css
C:\ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.min.js
C:\ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.css
←[33mQualityOfLifeSuit_Omar92:←[0m:NSP ready
[]
[]
got prompt
model_path is C:\ComfyUI\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\yzd-v/DWPose\yolox_l.onnx
model_path is C:\ComfyUI\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\hr16/DWPose-TorchScript-BatchSize5\dw-ll_ucoco_384_bs5.torchscript.pt

DWPose: Using yolox_l.onnx for bbox detection and dw-ll_ucoco_384_bs5.torchscript.pt for pose estimation
DWPose: Caching ONNXRuntime session yolox_l.onnx...
DWPose: Caching TorchScript module dw-ll_ucoco_384_bs5.torchscript.pt on ...
Could not locate cudnn_cnn_infer64_8.dll. Please make sure it is in your library path!

Other

No response

brayevalerien commented 6 hours ago

This is not a ComfyUI issue, you should open an issue on the auxiliary ControlNet extension.

But it looks like an installation issue with cuDNN, make sure it's properly installed.