> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# ConditioningZeroOut - ComfyUI Built-in Node Documentation

> Complete documentation for the ConditioningZeroOut node in ComfyUI. Learn its inputs, outputs, parameters and usage.

This node zeroes out specific elements within the conditioning data structure, effectively neutralizing their influence in subsequent processing steps. It's designed for advanced conditioning operations where direct manipulation of the conditioning's internal representation is required.

## Inputs

| Parameter      | Comfy dtype  | Description                                                                                                                                    |
| -------------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `CONDITIONING` | CONDITIONING | The conditioning data structure to be modified. This node zeroes out the 'pooled\_output' elements within each conditioning entry, if present. |

## Outputs

| Parameter      | Comfy dtype  | Description                                                                                            |
| -------------- | ------------ | ------------------------------------------------------------------------------------------------------ |
| `CONDITIONING` | CONDITIONING | The modified conditioning data structure, with 'pooled\_output' elements set to zero where applicable. |
