ComfyUI Node
Neutral Prompt (CCN)
Neutral Prompt — apply perpendicular, salient, or top-k conditioning strategies to positive or negative prompts during sampling. Chain multiple nodes for multi-strategy setups.
Neutral Prompt (CCN)
- model
- main_conditioning
- aux_conditioning
- model
- conditioning
◄strategy▾►
◄side▾►
◄weight1.00►
◄k_ratio0.050►
◄cfg_rescale0.00►
◄debugfalse►
CategoryCCN
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | — | |
| main_conditioning | CONDITIONING | — | |
| aux_conditioning | CONDITIONING | — | |
| strategy | COMBO | 3 options: perpendicular, salient, top_k | |
| side | COMBO | Which side of the CFG equation to apply the strategy to. 'positive' merges with the main prompt; 'negative' merges with the negative prompt. | |
| weight | FLOAT | 1.00-10–10 | Strength of the auxiliary conditioning effect |
| k_ratioopt | FLOAT | 0.0500.001–1 | Top-K only: fraction of elements to keep (0.05 = strongest 5%%) |
| cfg_rescaleopt | FLOAT | 0.000–1 | Std-dev based CFG rescaling (0 = disabled). Reduces over-exposure artifacts at high CFG. |
| debugopt | BOOLEAN | false | Print per-step diagnostics to the console |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| model | MODEL | — |
| conditioning | CONDITIONING | — |