The PrimitiveInt node provides a simple way to work with integer values in your workflow. It takes an integer input and outputs the same value, making it useful for passing integer parameters between nodes or setting specific numeric values for other operations.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `value` | The integer value to output (default: 0) | INT | Yes | -9223372036854775807 to 9223372036854775807 |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `output` | The input integer value passed through unchanged | INT |

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

---
**Source fingerprint (SHA-256):** `79e0bad8e15fd660ee405ad34bf4f1cd76d2c37494f640be1ddf4d9fe8cbb9a0`
