Swap CFG Guidance
PgSwapCFGGuidance
A guider that splits the denoising pass into two intervals: - [0.0, swap_percent] → CFG1 - (swap_percent, 1.0] → CFG2 The negative (uncond) prompt is used in both intervals.
Pack: PG Nodes
custom_nodes.PG-Nodes
Inputs (6)
| Name | Type | Required |
|---|---|---|
| model | MODEL | required |
| positive | CONDITIONING | required |
| negative | CONDITIONING | required |
| cfg1 | FLOAT | required |
| cfg2 | FLOAT | required |
| swap_percent | FLOAT | required |
Outputs (1)
| Name | Type |
|---|---|
| GUIDER | GUIDER |