ComfyUI Node
H3 Ollama Model (Local)
Connects a local Ollama vision model to H3 Story Director — LLM Model (API). It uses Ollama's native multimodal and JSON Schema API, offers optional internal thinking, and can unload the model from memory immediately after every plan.
H3 Ollama Model (Local)
- llm_model
◄server_urlhttp://127.0.0.1:11434►
◄modelhuihui_ai/gemma-4-abliterated:12b►
◄api_key►
◄keep_alivefalse►
◄thinkingfalse►
◄context_length32768►
◄timeout_seconds600►
Categorytext/minimax_h3
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| server_url | STRING | http://127.0.0.1:11434 | Paste a local, LAN, remote, or hosted Ollama-compatible address. Accepts a server root, an address ending in /api, or the complete /api/chat endpoint. |
| model | STRING | huihui_ai/gemma-4-abliterated:12b | — |
| api_key | STRING | Optional Bearer token for protected remote or hosted Ollama-compatible services. Local Ollama needs no key. | |
| keep_alive | BOOLEAN | false | False unloads the model after every plan and frees VRAM for ComfyUI. True keeps it loaded for repeated planning. |
| thinking | BOOLEAN | false | Allows supported Ollama models to reason internally before returning the final structured plan. This may improve difficult scenes but increases generation time and token use. |
| context_length | INT | 327688192–65536 | Includes the system prompt, JSON Schema, visual tokens, and generated plan. Larger values consume more VRAM. |
| timeout_seconds | INT | 60060–3600 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| llm_model | LLMMODEL | — |