ComfyUI Node
KoboldCpp Apply
A ComfyUI node in KoboldCpp with 13 inputs and 1 output.
KoboldCpp Apply
- text
◄text►
◄thinking_modeDisabled►
◄kobold_urlhttp://localhost:5001►
◄max_response_tokens300►
◄temperature0.25►
◄top_p0.80►
◄top_k40►
◄min_p0.00►
◄rep_pen1.05►
◄rep_pen_range360►
◄sampler_seed-1►
◄stop_sequence►
◄request_timeout120►
CategoryKoboldCpp
Inputs (13)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | — | |
| thinking_mode | COMBO | Disabled | Private-reasoning limits: Minimal 200 tokens, Low 500, Medium 1000, and High uses the available context window. |
| kobold_url | STRING | http://localhost:5001 | Base URL for the local KoboldCpp server. |
| max_response_tokens | INT | 3000–8192 | Maximum tokens in the raw generated continuation. Use 0 to use the node default. |
| temperature | FLOAT | 0.250–5 | — |
| top_p | FLOAT | 0.800–1 | — |
| top_k | INT | 400–200 | — |
| min_p | FLOAT | 0.000–1 | — |
| rep_pen | FLOAT | 1.050.5–3 | — |
| rep_pen_range | INT | 3600–4096 | — |
| sampler_seed | INT | -1-1–999999 | -1 lets KoboldCpp choose a random seed. |
| stop_sequence | STRING | Optional stop sequences, one per line. | |
| request_timeout | INT | 1205–600 | HTTP timeout in seconds. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |