update DB

This commit is contained in:
Dr.Lt.Data
2024-05-02 23:16:16 +09:00
parent 1d679f3b9a
commit 27443d2ee5
7 changed files with 285 additions and 214 deletions

View File

@@ -7880,6 +7880,17 @@
"install_type": "git-clone",
"description": "This is a node for using cohere (Command R+) from ComfyUI. You need to edit the startup .bat file of ComfyUI and describe the API key obtained from Cohere as follows."
},
{
"author": "alessandrozonta",
"title": "Bounding Box Crop Node for ComfyUI",
"reference": "https://github.com/alessandrozonta/ComfyUI-CenterNode",
"files": [
"https://github.com/alessandrozonta/ComfyUI-CenterNode"
],
"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."
},