> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-mintlify-b90d3c69.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ComfyAndNode - ComfyUI Built-in Node Documentation

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

## ## 概述

And 节点对一组输入值执行逻辑与运算。仅当所有提供的值根据 Python 的真值规则均被视为真值时，才返回 `true`。此节点适用于在继续操作前检查多个条件是否全部满足。

## ## 输入

| 参数  | 描述                                        | 数据类型 | 是否必填 | 范围      |
| --- | ----------------------------------------- | ---- | ---- | ------- |
| `值` | 待评估的值列表。该节点至少接受一个值，您可以通过点击节点上的“+”按钮添加更多值。 | ANY  | 是    | 1 个或多个值 |

**注意：** 该节点使用 Python 的真值规则来判断值是 `true` 还是 `false`。例如，空字符串、数字 0、空列表和 `None` 均被视为 `false`，其他所有值均被视为 `true`。

## ## 输出

| 输出名称      | 描述                                  | 数据类型    |
| --------- | ----------------------------------- | ------- |
| `BOOLEAN` | 如果所有输入值均为真值则返回 `true`，否则返回 `false`。 | BOOLEAN |

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ComfyAndNode/zh.md)

***

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