| provider | COMBO | Ollama | Choose the local provider to call: Ollama, LM Studio, llama.cpp, vLLM, or Custom. |
| ollama_model | COMBO | | Ollama model name detected from your local Ollama server. |
| lm_studio_model | COMBO | | LM Studio model name detected from your local LM Studio server. |
| custom_server_url | STRING | http://127.0.0.1:8000/v1 | Local OpenAI-compatible server URL used by llama.cpp, vLLM, or Custom. |
| custom_model | STRING | | Model name to call on the selected local OpenAI-compatible server. |
| system_prompt | STRING | | Optional instructions that steer how the local LLM rewrites or reviews the prompt. |
| thinking | BOOLEAN | false | Ask for model thinking/reasoning when the selected local model supports it. |
| seed | INT | 10–4294967295 | Seed used for local LLM generation. |
| seed_mode | COMBO | fixed | How the visible seed changes after each queued run. |
| model_memory | COMBO | Unload after run | Choose whether the local model unloads after the run or stays warm. |
| keep_minutes | INT | 51–240 | How long to keep the local model loaded when Keep loaded is selected. |
| comfy_vram_policy | COMBO | Auto: unload only before first LLM call | Choose whether ComfyUI models should be unloaded before local LLM work. |
| prompt | STRING | | Main prompt text. The in-node textarea and STRING socket feed this same backend input. |
| imageopt | IMAGE | | Optional image sent to a vision-capable local model. |