ComfyUI Node
Basic Ollama
Interface with Ollama LLMs, supporting dynamic image inputs.
Basic Ollama
- images
- text
- thinking
◄prompt—►
◄ollama_modelLoading...►
◄generation_seed0►
◄enable_thinktrue►
◄saved_sys_promptZ-Image►
◄use_sys_prompt_belowfalse►
◄system_prompt—►
CategoryOllama
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | The main text prompt for the LLM. | |
| ollama_model | COMBO | Loading... | Select the Ollama model to use. |
| generation_seed | INT | 00–18446744073709550000 | Seed for randomness. Change this to force a new generation. |
| enable_think | BOOLEAN | true | Enable reasoning/thinking for supported models. |
| saved_sys_prompt | COMBO | Z-Image | Select a pre-defined system prompt. |
| use_sys_prompt_below | BOOLEAN | false | If True, use the custom system prompt below instead of the saved one. |
| system_prompt | STRING | Custom system prompt to guide the LLM's behavior. | |
| imagesopt | COMFY_AUTOGROW_V3 | Dynamic image inputs for multimodal models. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| text | STRING | The text generated by the LLM. |
| thinking | STRING | The reasoning trace (if available). |