ComfyUI Node
NS Prompt Tuner Load
A ComfyUI node in neuralsins/LLM with 5 inputs and 3 outputs.
NS Prompt Tuner Load
- system_prompt
- refiner_context
- status
◄tuner_iddefault►
◄guidance►
◄version_override-1►
◄max_iterations12►
◄initial_prompt►
Categoryneuralsins/LLM
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| tuner_id | STRING | default | Name of this tuning experiment. Each id has its own state file (output/prompt_tuner/<id>.json) and version history. Case and punctuation are folded: 'Bakery Sheet' and 'bakery-sheet' are the same tuner. |
| guidance | STRING | Rough notes on what to improve next. Changing this re-opens a converged tuner and steers the refiner. | |
| version_override | INT | -1-1–100000 | -1 = latest version (tuning mode). 0 = the initial prompt. N = serve vN pinned: never halts, Save records nothing, and repeat runs are fully cached (rollback / production mode). |
| max_iterations | INT | 120–10000 | Stop the loop once this many refinements exist for this tuner_id (lifetime count, not per-session). 0 = unlimited — no spend ceiling on Auto-Queue. |
| initial_promptopt | STRING | Seed system prompt (becomes v0 on the first run of a new tuner_id; after that the state file owns the lineage). |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| system_prompt | STRING | — |
| refiner_context | STRING | — |
| status | STRING | — |