kijai / ComfyUI-DepthAnythingV2

Simple DepthAnythingV2 inference node for monocular depth estimation
167 stars 12 forks source link

TypeError: JITFunction.__init__() got an unexpected keyword argument 'debug',What's causing this? #13

Open KennyChan3389 opened 2 months ago

KennyChan3389 commented 2 months ago

This is how Comfyui starts up image

Here's my pip list. piplist.txt

kijai commented 2 months ago

I don't know, but the source for that error looks to be from Comfyui-video and not this node pack.

KennyChan3389 commented 2 months ago

我不知道,但是该错误的来源似乎来自而不是这个节点包。Comfyui-video

这个Comfyui是新装的,节点是通过“mklink”命令共享的,所以文件应该是没问题,但是另外的Comfyui又可以正常使用。 This Comfyui is newly installed and the nodes are shared via the "mklink" command, so the files should be fine, but the other Comfyui works fine.

My Node List:

Import times for custom nodes: 0.0 seconds: F:\ComfyUI002\custom_nodes\kohya_hiresfix.py 0.0 seconds: F:\ComfyUI002\custom_nodes\websocket_image_save.py 0.0 seconds: F:\ComfyUI002\custom_nodes\ComfyUI_Noise 0.0 seconds: F:\ComfyUI002\custom_nodes\ComfyUi_NNLatentUpscale 0.0 seconds: F:\ComfyUI002\custom_nodes\ComfyUI_yanc 0.0 seconds: F:\ComfyUI002\custom_nodes\sdxl_prompt_styler 0.0 seconds: F:\ComfyUI002\custom_nodes\AIGODLIKE-ComfyUI-Translation 0.0 seconds: F:\ComfyUI002\custom_nodes\ComfyUI_IPAdapter_plus 0.0 seconds: F:\ComfyUI002\custom_nodes\ComfyUI-Custom-Scripts 0.0 seconds: F:\ComfyUI002\custom_nodes\ComfyUI_UltimateSDUpscale 0.0 seconds: F:\ComfyUI002\custom_nodes\ComfyUI-Advanced-ControlNet 0.0 seconds: F:\ComfyUI002\custom_nodes\ComfyUI_essentials 0.0 seconds: F:\ComfyUI002\custom_nodes\ComfyUI-Florence2 0.0 seconds: F:\ComfyUI002\custom_nodes\comfyui_controlnet_aux 0.0 seconds: F:\ComfyUI002\custom_nodes\rgthree-comfy 0.0 seconds: F:\ComfyUI002\custom_nodes\ComfyUI_ELLA 0.1 seconds: F:\ComfyUI002\custom_nodes\ComfyUI_FaceAnalysis 0.2 seconds: F:\ComfyUI002\custom_nodes\ComfyUI-Manager 0.3 seconds (IMPORT FAILED): F:\ComfyUI002\custom_nodes\ComfyUI-DepthAnythingV2 0.4 seconds: F:\ComfyUI002\custom_nodes\ComfyUI-Anyline 1.1 seconds: F:\ComfyUI002\custom_nodes\ComfyUI-Impact-Pack 1.5 seconds: F:\ComfyUI002\custom_nodes\ComfyUI-Inspire-Pack

kijai commented 2 months ago

Sorry I read it wrong initially. You have triton installed on windows which I don't think should even work, try uninstalling it?

KennyChan3389 commented 2 months ago

Uninstalled triton surprisingly hooked up, thanks. I'll see if I can get it to work properly afterwards.

Sorry I read it wrong initially. You have triton installed on windows which I don't think should even work, try uninstalling it?