Nodes/AllmaNodes/Allma Connectivity
ComfyUI Node

Allma Connectivity

A ComfyUI node in Allma/llm with 12 inputs and 1 output.

By OliveiraNickolas·Created 4 days ago·Updated a day ago· 0
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)

    NameTypeDefaultDescription
    hostSTRING127.0.0.1
    portINT90001–65535
    timeoutINT1205–3600Max seconds per request. Bump for slow first-time loads.
    modelCOMBO1 options: (allma offline — check host/port)
    thinkingBOOLEANfalseOFF: 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.
    effortCOMBOmediumHow 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.
    temperatureFLOAT1.000–2
    top_pFLOAT0.950–1
    top_kINT200–5000 disables top_k.
    max_tokensINT204816–131072
    seedINT-1-1–2147483647-1 lets the backend choose (or is ignored).
    show_samplingBOOLEANfalseWhen 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)

    NameTypeDescription
    connectivityALLMA_CONNECTIVITY