Save 4 hours! We auto-setup your workflow! Free!

Drop your workflow.json — we handle every dependency, custom node, and model. Just open the link and run.

Auto-Setup Workflow Json (Free) Now!
ComfyUI > Nodes > ComfyUI-CustomNodeKit > Load GroundingDINO Model

ComfyUI Node: Load GroundingDINO Model

Class Name

GD_ModelLoader

Category
SDPose/GD
Author
user2318 (Account age: 2574days)
Extension
ComfyUI-CustomNodeKit
Latest Updated
2026-07-16
Github Stars
0.05K

How to Install ComfyUI-CustomNodeKit

Install this extension via the ComfyUI Manager by searching for ComfyUI-CustomNodeKit
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI-CustomNodeKit in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

Load GroundingDINO Model Description

Efficiently loads GroundingDINO model for object detection, segmentation, and pose estimation tasks with global caching and GPU residency.

Load GroundingDINO Model:

The GD_ModelLoader node is designed to efficiently load the GroundingDINO model, which is a crucial component for tasks involving object detection and segmentation. This node leverages global caching and GPU residency to ensure that the model is readily available for use, significantly reducing the loading time after the initial setup. The primary advantage of using this node is its ability to maintain the model in memory, allowing for instantaneous access in subsequent operations. This feature is particularly beneficial for workflows that require repeated model access, as it minimizes latency and enhances overall performance. By integrating seamlessly with the SDPose framework, the GD_ModelLoader node facilitates advanced pose estimation and object detection tasks, making it an essential tool for AI artists and developers working with complex image processing pipelines.

Load GroundingDINO Model Input Parameters:

model_name

The model_name parameter specifies the name of the GroundingDINO model to be loaded. It is a required parameter and offers a list of available model options, which are predefined in the system. The default model is GroundingDINO_SwinT_OGC, known for its balance between size and speed, making it suitable for a variety of applications. Selecting the appropriate model can impact the accuracy and speed of the detection tasks, so it is important to choose one that aligns with your specific needs.

Load GroundingDINO Model Output Parameters:

gd_model

The gd_model output parameter represents the loaded GroundingDINO model. This output is crucial as it serves as the foundation for subsequent operations in the pipeline, such as object detection and segmentation. The model is returned in a format that is compatible with other nodes in the SDPose framework, ensuring seamless integration and functionality. Understanding the structure and capabilities of the gd_model output can help you effectively utilize it in your workflows.

Load GroundingDINO Model Usage Tips:

  • To optimize performance, ensure that the model you select aligns with the complexity and requirements of your task. For instance, if speed is a priority, consider using a model like GroundingDINO_SwinT_OGC, which is designed for faster execution.
  • Take advantage of the global caching feature by keeping the node active in memory, especially if you anticipate needing the model multiple times in your workflow. This will reduce loading times and improve efficiency.

Load GroundingDINO Model Common Errors and Solutions:

Model not found in the list

  • Explanation: This error occurs when the specified model_name is not available in the predefined list of models.
  • Solution: Ensure that the model_name you provide is exactly as listed in the available options. Double-check for any typos or case sensitivity issues.

Failed to load model due to network issues

  • Explanation: This error might occur if there are connectivity problems while attempting to download the model from the specified URL.
  • Solution: Verify your internet connection and try reloading the model. If the problem persists, check if the URLs for the model configuration and weights are accessible.

GPU memory allocation error

  • Explanation: This error indicates that there is insufficient GPU memory to load the model.
  • Solution: Try freeing up GPU resources by closing other applications or processes that might be using the GPU. Alternatively, consider using a model with a smaller memory footprint.

Load GroundingDINO Model Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI-CustomNodeKit
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

Load GroundingDINO Model