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

# ComfyOrNode - ComfyUI Built-in Node Documentation

> Or 节点对一组输入值执行逻辑或运算。

Or 节点对一组输入值执行逻辑或运算。根据 Python 标准的真值规则，如果提供的任一值为真（truthy），则返回 `true`。

## 输入

| 参数  | 描述                                                                          | 数据类型 | 是否必需 | 范围      |
| --- | --------------------------------------------------------------------------- | ---- | ---- | ------- |
| `值` | 用于真值评估的可增长值集合。每个添加的输入槽位命名为 `value_1`、`value_2`，依此类推。如果这些值中任一为真，节点返回 `true`。 | ANY  | 是    | 1 个或更多值 |

**注意：** 该节点至少接受 1 个输入值。您可以根据需要使用自动增长功能添加更多输入。

## 输出

| 输出名称      | 描述                                                  | 数据类型    |
| --------- | --------------------------------------------------- | ------- |
| `BOOLEAN` | 如果任一输入值为真，则返回 `true`；如果所有输入值均为假（falsy），则返回 `false`。 | BOOLEAN |

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

***

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