mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-01-01 01:30:48 +08:00
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:
parent
3b01673829
commit
d6295a00e6
@ -22869,6 +22869,17 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user