ComfyUI Node
Captioner
A ComfyUI node in LLM with 6 inputs and 1 output.
Captioner
- client_info
- image
- extra_parameters
- Caption
◄languageEnglish►
◄unload_model_after_chattrue►
◄num_max_sentences10►
CategoryLLM
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| client_info | CLIENT_INFO | The LLM client info. | |
| language | STRING | English | The language of the caption. |
| unload_model_after_chat | BOOLEAN | true | Whether to unload the LLM model after the chat. Only Ollama is supported. |
| num_max_sentences | INT | 101–100 | The maximum number of sentences for the caption. Use 2 for CLIP model. Use 4 for FLUX. Use 10 and more for Qwen-Image. |
| image | IMAGE | The image for the LLM model. | |
| extra_parametersopt | EXTRA_PARAMETERS | The extra parameters for the LLM model. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| Caption | STRING | — |