The CFGNorm node applies a normalization technique to the classifier-free guidance (CFG) process in diffusion models. It adjusts the scale of the denoised prediction by comparing the norms of the conditional and unconditional outputs, then applies a strength multiplier to control the effect. This helps stabilize the generation process by preventing extreme values in the guidance scaling.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `model` | The diffusion model to apply CFG normalization to | MODEL | Yes | - |
| `strength` | Controls the intensity of the normalization effect applied to the CFG scaling (default: 1.0) | FLOAT | Yes | 0.0 to 100.0 |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `patched_model` | Returns the modified model with CFG normalization applied to its sampling process | MODEL |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/CFGNorm/en.md)

---
**Source fingerprint (SHA-256):** `adbcea5c02277a7bd93866eaae75fe150b5b310dbc6e0a3a31c4e4ee0f71e57c`
