pzc163 / Comfyui-CatVTON

126 stars 14 forks source link

When loading the graph, the following node types were not found: #2

Open Saganaki22 opened 2 months ago

Saganaki22 commented 2 months ago

I installed via git and also installed densepose and detectron2

When loading the graph, the following node types were not found:

LoadAutoMasker ๐Ÿ”— CatVTON ๐Ÿ”— AutoMasker ๐Ÿ”— LoadCatVTONPipeline ๐Ÿ”—

pzc163 commented 2 months ago

pls double check if Comfyui-CatVTRON node import successful

Saganaki22 commented 2 months ago

How to fix if it doesn't

risunobushi commented 2 months ago

having the same issue, detectron and densepose are appearing in the pip list. I installed detectron and densepose via pip install git+https://github.com/facebookresearch/detectron2.git@v0.6 pip install git+https://github.com/facebookresearch/detectron2.git@v0.6#subdirectory=projects/DensePose

I'm running a comfy docker on runpod if that makes any difference

rafflesiaa commented 2 months ago

IMPORT FAILED.. I don't understand what the problem is. I installed detectron and densepose, checked the requirements, but node still does not load

shixialiumi commented 2 months ago

ๆ‹–ๅ…ฅๅทฅไฝœๆตๅŽ่ฟ™ๅ‡ ไธช่Š‚็‚นไป็„ถๆœช่ขซๅŠ ่ฝฝ detectron ๅ’Œ denseposeๅ‡ๆŒ‰็…งๆŒ‡็คบๅฎ‰่ฃ…

joel-galleri5 commented 2 months ago

Did anyone resolve this, i'm facing the same issue using runpod.

cmd-d commented 2 months ago

I couldn't either solve this thing. In addition to what's being said, the error (IMPORT FAILED): C:\Users\User\Comfty\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CatVTON

it's apparently caused when incluiding: .\python_embeded\lib\site-packages\torch\include\torch/csrc/python_headers.h

Because it returns: fatal error C1083: cannot open 'Python.h': No such file or directory.

I'm just a designer, not a developer. Hope this works to identify what's wrong.