custom node addition

This commit is contained in:
server 2024-05-28 13:12:16 +02:00
parent 0a00e5309f
commit 5a4e2b0918

View File

@ -8761,6 +8761,16 @@
"install_type": "git-clone",
"description": "This extension contains a custom node for ComfyUI. The node, called 'Bounding Box Crop', is designed to compute the top-left coordinates of a cropped bounding box based on input coordinates and dimensions of the final cropped image. It does so computing the center of the cropping area and then computing where the top-left coordinates would be."
},
{
"author": "alessandrozonta",
"title": "Save Layers Node for ComfyUI",
"reference": "https://github.com/alessandrozonta/ComfyUI-Layers",
"files": [
"https://github.com/alessandrozonta/ComfyUI-Layers"
],
"install_type": "git-clone",
"description": "This custom node for ComfyUI allows you to create layers of an image based on input masks and save them into a PSD file."
},
{
"author": "curiousjp",
"title": "ComfyUI-MaskBatchPermutations",