ComfyUI-Roboflow

ComfyUI-Roboflow
★ 33

目标检测模型集成RoboflowComfyUI节点
ComfyUI-Roboflow节点将ComfyUI与Roboflow Workflows连接,方便在流程中调用Roboflow的开源与自定义目标检测模型并返回检测结果。
💡 在ComfyUI流程中调用Roboflow模型进行图像目标检测并返回标注结果。
🍴 5 Forks💻 Python🔄 2024-09-25
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/af9fbf81e746
📄 README

ComfyUI-Roboflow

This is a ComfyUI node that connects with Roboflow workflows.

Roboflow hosts hundreds of thousands of open source and custom object detection models: https://universe.roboflow.com/.

Workflows has a node based drag & drop system similar to ComfyUI that can optionally be hosted. The default setting for this repository is to use the hosted version.

Included Nodes

  • Background Removal: Removes the background from an image
  • Label Emotions: Detects human faces and labels them with the emotion they are expressing.
  • Custom Workflow – 1 Image: Template for sending an image to a workflow you make and exporting up to 4 images and/or 4 strings to send to other nodes.
  • Detect Objects (Soon): Detect objects on an image using YOLO, vLLMs, Clip, or any trained Object Detection / Classification / Instance Segmentation model in the Roboflow Universe.
  • Count Objects (Soon): Count objects in an image using YOLO, vLLMs, or any trained Object Detection / Instance Segmentation model in the Roboflow Universe.
  • Blur Objects (Soon): Detect and Blur objects in an image using YOLO, vLLMs, or any trained Object Detection / Instance Segmentation model in the Roboflow Universe.
  • Crop Objects (Soon): Detect and Crop objects in an image using YOLO, vLLMs, or any trained Object Detection / Instance Segmentation model in the Roboflow Universe.
  • Installation

  • Download or clone the repo
  • 
    git clone https://github.com/DareFail/ComfyUI-Roboflow
    

  • Copy the ComfyUI-Roboflow folder into your ComfyUI/customer_nodes folder
  • Restart ComfyUI and add any node under “Roboflow”
  • Get your workflow ID and free API key from Roboflow to use this node.
  • Acknowledgements

  • Thanks to Roboflow for sponsoring this project. Get your free API key at: Roboflow
  • License

    Distributed under the APACHE 2.0 License. See LICENSE for more information.

    Contact (feel free to ask questions!)

    Twitter: @darefailed

    Youtube: How to Video coming soon

    Project Link: https://github.com/DareFail/ComfyUI-Roboflow