custom node addition (#724)

Co-authored-by: server <server@debian-BULLSEYE-live-builder-AMD64>
This commit is contained in:
Alessandro Zonta 2024-05-28 14:10:47 +02:00 committed by GitHub
parent 0a00e5309f
commit 39eb08ce73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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",