Update custom-node-list.json (#1671)

It works the same as [human-parser-comfyui-node](https://github.com/cozymantis/human-parser-comfyui-node), but I re-implemented InPlaceABNSync in pure Python so that it doesn't need a runtime build.

The pros and cons of this change:

pros
- The initial runtime is faster because it doesn't require a runtime build.
- No runtime error and complex setups for building the C++ code.

cons:
- After the initial execution, it could be slower than the original InPlaceABNSync.

related issue: https://github.com/cozymantis/human-parser-comfyui-node/issues/22
This commit is contained in:
Jinwoo Park (Curt) 2025-03-18 00:35:14 +09:00 committed by GitHub
parent 3b01673829
commit d6295a00e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22869,6 +22869,17 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "CozyMantis (+ Curt-Park)",
"title": "Cozy Human Parser in pure Python",
"id": "humanparser-pure-python",
"reference": "https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python",
"files": [
"https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python"
],
"install_type": "git-clone",
"description": "It works the same as human-parser-comfyui-node but is implemented in pure Python so that it doesn't require a runtime build for InPlaceABNSync."
}
]
}