ComfyUI Node
Ollama Generate (Image List)
Sends one stateless /api/chat request containing all normalized images. Original image dimensions and list order are preserved.
Ollama Generate (Image List)
- options
- images
- response
- thinking
- raw JSON
- metrics
- image manifest
◄urlhttp://127.0.0.1:11434►
◄model►
◄system►
◄prompt►
◄options_json►
◄format_json►
◄thinkoff►
◄unload_after_responsefalse►
◄keep_alive5m►
◄timeout_seconds300►
◄debugfalse►
CategoryOllama/Image List
Inputs (13)
| Name | Type | Default | Description |
|---|---|---|---|
| url | STRING | http://127.0.0.1:11434 | Ollama base URL. Only HTTP and HTTPS are accepted. |
| model | STRING | Exact Ollama model name. | |
| system | STRING | System message sent without trimming or rewriting. | |
| prompt | STRING | User message sent without trimming or rewriting. | |
| options_json | STRING | Advanced fallback for a manually written Ollama options JSON object. Ignored when the options dictionary input is connected. | |
| format_json | STRING | Empty, the literal json, or a JSON Schema object. | |
| think | COMBO | off | 6 options: off, on, low, medium, high, max |
| unload_after_response | BOOLEAN | false | Unload the Ollama model immediately after the response is complete. When enabled, this overrides keep_alive with 0. |
| keep_alive | STRING | 5m | — |
| timeout_seconds | INT | 3001–86400 | — |
| debug | BOOLEAN | false | Include a payload-free request manifest in the manifest output. |
| optionsopt | DICT | Preferred Ollama options dictionary. When connected, this takes precedence over options_json, including when the dictionary is empty. | |
| imagesopt | IMAGE | IMAGE single, batch, list, nested list, or ComfyUI data list. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| response | STRING | — |
| thinking | STRING | — |
| raw JSON | STRING | — |
| metrics | STRING | — |
| image manifest | STRING | — |