As always : More safe for everyone to share around and keep updated if any major changes then the google drive.
Fast, VRAM-light ComfyUI nodes to generate masks for specific body parts and clothes or fashion items. Runs on CPU and CUDA.
Made with 💚 by the
CozyMantis squad.
Windows can't find the "ninja.exe" file. The file is probably getting downloaded/installed to something like X:\path\to\comfy\python_embeded\lib\site-packages\ninja\data\bin, but it's not properly getting added to the system path, so the OS can't invoke it.
-
locate the "ninja.exe" file;
-
add the full path to ninja.exe into the system PATH:
- see https://www.mathworks.com/matlabcentral/answers/94933-how-do-i-edit-my-system-path-in-windows
- remember, you need to enter the path to the folder containing the ninja.exe binary)
- see this issue for more details
-
NK1104: cannot open file 'python311.lib' (or similar)
Then, it looks like you'll need to start ComfyUI from the developer command prompt instead of the regular cmd. Here's docs on how to launch the dev command prompt:
https://learn.microsoft.com/en-us/visualstudio/ide/reference/command-prompt-powershell?view=vs-2022
1cd X:\path\to\comfy
2python main.py
Make sure you're running the "x64 Native Tools Command Prompt" instead of the x86 one. Type "x64" in the start menu to locate it.
-All the repo owners and maintainers
Based on the excellent paper
"Self-Correction for Human Parsing" by Li, Peike and Xu, Yunqiu and Wei, Yunchao and Yang, Yi, and their original code that we've updated to also run on CPUs.
1@article{li2020self,
2 title={Self-Correction for Human Parsing},
3 author={Li, Peike and Xu, Yunqiu and Wei, Yunchao and Yang, Yi},
4 journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
5 year={2020},
6 doi={10.1109/TPAMI.2020.3048039}}