ComfyUI Node
Allma Connectivity
A ComfyUI node in Allma/llm with 12 inputs and 1 output.
Allma Connectivity
- connectivity
◄host127.0.0.1►
◄port9000►
◄timeout120►
◄model▾►
◄thinkingfalse►
◄effortmedium►
◄temperature1.00►
◄top_p0.95►
◄top_k20►
◄max_tokens2048►
◄seed-1►
◄show_samplingfalse►
CategoryAllma/llm
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| host | STRING | 127.0.0.1 | — |
| port | INT | 90001–65535 | — |
| timeout | INT | 1205–3600 | Max seconds per request. Bump for slow first-time loads. |
| model | COMBO | 1 options: (allma offline — check host/port) | |
| thinking | BOOLEAN | false | OFF: the model skips the <think> block and answers directly. ON: it reasons first, and the reasoning comes back on Allma Generate's 'thinking' output instead of leaking into 'output_prompt'. Note the reasoning spends the SAME max_tokens budget as the answer. |
| effort | COMBO | medium | How long the model reasons when 'thinking' is ON. Not a token budget and it does not lower answer quality — it changes how much the model narrates its way to the answer. A .allm profile declaring @reasoning-effort overrides this. |
| temperature | FLOAT | 1.000–2 | — |
| top_p | FLOAT | 0.950–1 | — |
| top_k | INT | 200–500 | 0 disables top_k. |
| max_tokens | INT | 204816–131072 | — |
| seed | INT | -1-1–2147483647 | -1 lets the backend choose (or is ignored). |
| show_sampling | BOOLEAN | false | When OFF, hides the 5 sampling widgets (temperature, top_p, top_k, max_tokens, seed) so you don't nudge them by mistake while dragging the node. Their values are preserved either way. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| connectivity | ALLMA_CONNECTIVITY | — |