The LatentApplyOperationCFG node applies a latent operation to modify the conditioning guidance process in a model. It works by intercepting the conditioning outputs during the classifier-free guidance (CFG) sampling process and applying the specified operation to the latent representations before they are used for generation.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `model` | The model to which the CFG operation will be applied | MODEL | Yes | - |
| `operation` | The latent operation to apply during the CFG sampling process | LATENT_OPERATION | Yes | - |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `model` | The modified model with the CFG operation 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/LatentApplyOperationCFG/en.md)

---
**Source fingerprint (SHA-256):** `0dd2cdc0561938866f12e11ae44d41fc34d16453ab49e686ba751118d2233c54`
