Gourieff / comfyui-reactor-node

Fast and Simple Face Swap Extension Node for ComfyUI
GNU General Public License v3.0
1.56k stars 152 forks source link

Could not locate cudnn_ops_infer64_8.dll. Please make sure it is in your library path! #396

Open cyco-creates opened 2 months ago

cyco-creates commented 2 months ago

First, confirm

What happened?

I've updated Comfy to a latest version and I'm getting this error

Requested to load AutoencoderKL Loading 1 new model loaded completely 0.0 159.55708122253418 True [ReActor] 14:02:15 - STATUS - Working: source face index [0], target face index [0] [ReActor] 14:02:15 - STATUS - Analyzing Source Image... Could not locate cudnn_ops_infer64_8.dll. Please make sure it is in your library path!

F:\COMFY>pause Press any key to continue . . .

Steps to reproduce the problem

Your workflow

Sysinfo

Windows 10 Chrome RTX 4080 no other nodes

Relevant console log

Requested to load AutoencoderKL
Loading 1 new model
loaded completely 0.0 159.55708122253418 True
[ReActor] 14:02:15 - STATUS - Working: source face index [0], target face index [0]
[ReActor] 14:02:15 - STATUS - Analyzing Source Image...
Could not locate cudnn_ops_infer64_8.dll. Please make sure it is in your library path!

F:\COMFY>pause
Press any key to continue . . .

Additional information

No response

REDDKOMET commented 1 month ago

I fixed this by downloading these and adding to 11.8 bin folder: File Path: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\bin URL: https://developer.nvidia.com/cuda-11-8-0-download-archive

Make sure 11.8 is in set up correctly your CUDA_PATH too. image

trevorohare commented 1 month ago

I ran the installer for cuda that you linked, but am having the same issue still as the OP. Can you explain a bit further how to remedy this issue? I haven't been able to find the DLL file in question in order to place it in the proper directory.