ComfyUI Node
✨Perpo-GuidanceDIT
Enables Perpo-guidance for certain diffusion models which should lead to better prompt adherence. It achieves this by subtracting a subnetwork of layers from the guidance which should make it more robust than normal CFG-guidance.
✨Perpo-GuidanceDIT
- model
- model
◄apply_clampingtrue►
◄perpo_guidance_scale0.30►
◄skip_layers_percentage1►
Category✨ S2GUIDANCE
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | — | |
| apply_clamping | BOOLEAN | true | Set True when you want to clamp the final result. This will constrain the final result somewhat. (no clamping=False, clamping=True, default=True) |
| perpo_guidance_scaleopt | FLOAT | 0.300–2 | The strength of the perpo guidance scale. (no effect=0.0, strong effect=2.0, default=0.3) |
| skip_layers_percentageopt | INT | 11–100 | The skip_layers_percentage variable dictates the percentage of how many layers out of the total that should be skipped. (one=1, all=100, default=1) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| model | MODEL | — |