> ## 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.

# ComfyOrNode - ComfyUI Built-in Node Documentation

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

> 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/ComfyOrNode/en.md)

# ComfyOrNode

The ComfyOrNode performs a logical OR operation on a set of input values. It returns `true` if any of the provided values are considered truthy according to Python's standard truthiness rules.

## Inputs

| Parameter | Data Type | Required | Range                    | Description                                                                                                                                          |
| --------- | --------- | -------- | ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| `value`   | ANY       | Yes      | Multiple values accepted | A value to evaluate for truthiness. You can provide multiple values by adding more inputs. The node returns `true` if any of these values is truthy. |

**Note:** The node accepts a minimum of 1 input value. You can add more inputs as needed using the autogrow feature.

## Outputs

| Output Name | Data Type | Description                                                                                         |
| ----------- | --------- | --------------------------------------------------------------------------------------------------- |
| `BOOLEAN`   | BOOLEAN   | Returns `true` if any of the input values is truthy; returns `false` if all input values are falsy. |

***

**Source fingerprint (SHA-256):** `00c60d5c80bbddc993af0bcd92e35dc77f153731329c23a6e4e9a980709111b1`
