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

# ComfyAndNode - ComfyUI Built-in Node Documentation

> The And node performs a logical AND operation on a set of input values.

The And node performs a logical AND operation on a set of input values. It returns `true` only if all of the provided values are considered truthy according to Python's truthiness rules. This node is useful for checking that multiple conditions are all met before proceeding.

## Inputs

| Parameter | Description                                                                                                                                   | Data Type | Required | Range                  |
| --------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------- | -------- | ---------------------- |
| `values`  | A value to evaluate. The node accepts at least one value, and you can add more by clicking the "+" button on the node. Accepts any data type. | ANY       | Yes      | 1 or more (no maximum) |

**Note:** The node uses Python's truthiness rules to determine if a value is `true` or `false`. For example, an empty string, the number 0, an empty list, and `None` are all considered `false`. All other values are considered `true`.

## Outputs

| Output Name | Description                                                               | Data Type |
| ----------- | ------------------------------------------------------------------------- | --------- |
| `BOOLEAN`   | Returns `true` if all input values are truthy, otherwise returns `false`. | BOOLEAN   |

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

***

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