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

# PrimitiveInt - ComfyUI Built-in Node Documentation

> Complete documentation for the PrimitiveInt 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/PrimitiveInt/en.md)

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 | Data Type | Required | Range                                       | Description                 |
| --------- | --------- | -------- | ------------------------------------------- | --------------------------- |
| `value`   | INT       | Yes      | -9223372036854775807 to 9223372036854775807 | The integer value to output |

## Outputs

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