Nodes Browser

ComfyDeploy: How ComfyUI-OmDet works in ComfyUI?

What is ComfyUI-OmDet?

This node is mainly based on [a/OmDet](https://github.com/om-ai-lab/OmDet) for object detection, and it outputs related images, masks, and Labelme JSON information.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-OmDet and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI-OmDet

This node is mainly based on OmDet for object detection, and it outputs related images, masks, and Labelme JSON information.

image

README

NODES

|name |description | |------------------------------|---------------------------------------------------| |Apply OmDet |Apply OmDer model, supports automatic download |

INSTALL

you need to install the following dependencies:

pip install -r requirements.txt

MODEL

This node supports automatic model downloads.

ComfyUI
    models
        OmDet
            OmDet-Turbo_tiny_SWIN_T.pth
            ViT-B-16.pt