> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/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.

此节点设计用于将条件数据结构中的特定元素置零，有效中和它们在后续处理步骤中的影响。它适用于需要直接操作条件内部表示的高级条件操作。

## 输入

| 参数名称 | 数据类型           | 作用                                                 |
| ---- | -------------- | -------------------------------------------------- |
| `条件` | `CONDITIONING` | 要被修改的条件数据结构。如果存在，此节点将每个条件条目内的'pooled\_output'元素置零。 |

## 输出

| 参数名称 | 数据类型           | 作用                                        |
| ---- | -------------- | ----------------------------------------- |
| `条件` | `CONDITIONING` | 修改后的条件数据结构，其中适用的'pooled\_output'元素已被设置为零。 |
