pzc163 / Comfyui-CatVTON

112 stars 9 forks source link

Directory for Detectron2 and DensePose unzipped files #4

Open Humanoidme opened 1 month ago

Humanoidme commented 1 month ago

Hi, do I place the unzipped folder + files in the ComfyUI/python/Lib/site-packages path?

pzc163 commented 1 month ago

you can use pip install first: 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 if build failed ,pls place the unzipped folder + files in the ComfyUI/python/Lib/site-packages path

Humanoidme commented 1 month ago

The build failed. so I placed the unzipped folder + files as per image. Is this correct? Screenshot 2024-07-31 113054

kaiyes commented 2 weeks ago

what is the case for linux ? Where to put these files ?