pzc163 / Comfyui-CatVTON

138 stars 15 forks source link

Directory for Detectron2 and DensePose unzipped files #4

Open Humanoidme opened 4 months ago

Humanoidme commented 4 months ago

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

pzc163 commented 4 months 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 3 months ago

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

kaiyes commented 3 months ago

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