mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-20 20:02:58 +08:00
custom node addition (#724)
Co-authored-by: server <server@debian-BULLSEYE-live-builder-AMD64>
This commit is contained in:
parent
0a00e5309f
commit
39eb08ce73
@ -8761,6 +8761,16 @@
|
|||||||
"install_type": "git-clone",
|
"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."
|
"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",
|
"author": "curiousjp",
|
||||||
"title": "ComfyUI-MaskBatchPermutations",
|
"title": "ComfyUI-MaskBatchPermutations",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user