Skip to content

ComfyNodePRs/PR-ComfyUI-SAM3-JSON-Boxes-API-ef18b60a

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ComfyUI-SAM3-JSON-Boxes-API v2

Supports these JSON formats:

{ "regions": [{ "x1": 78, "y1": 0, "x2": 312, "y2": 119 }] }
{ "regions": [{ "x1": 78, "y1": 0, "width": 234, "height": 119 }] }
{ "regions": [{ "x": 78, "y": 0, "w": 234, "h": 119 }] }
{ "regions": [{ "x": 78, "y": 0, "width": 234, "height": 119 }] }

The node converts everything into normalized SAM3 box format: center_x, center_y, width, height.

Install folder should be renamed/placed as:

ComfyUI/custom_nodes/ComfyUI-SAM3-JSON-Boxes-API

Search node:

JSON Regions to SAM3 Boxes API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%