ComfyUI Node
Generate BBOXes
A ComfyUI node in LLM with 4 inputs and 2 outputs.
Generate BBOXes
- client_info
- image
- bbox
- BBoxPreviewImage
◄itemsdog►
◄unload_model_after_chattrue►
CategoryLLM
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| client_info | CLIENT_INFO | The LLM client info. | |
| items | STRING | dog | The system prompt for the LLM model. |
| unload_model_after_chat | BOOLEAN | true | Whether to unload the LLM model after the chat. Only Ollama is supported. |
| image | IMAGE | The image for the LLM model. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| bbox | BBOX | — |
| BBoxPreviewImage | IMAGE | — |