> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/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.

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

PrimitiveInt 节点为工作流中的整数值处理提供了简洁的解决方案。该节点接收整数输入并输出相同数值，适用于在节点间传递整数参数或为其他操作设定特定数值。

## 输入参数

| 参数名  | 数据类型 | 必填 | 取值范围                                       | 描述       |
| ---- | ---- | -- | ------------------------------------------ | -------- |
| `数值` | INT  | 是  | -9223372036854775807 到 9223372036854775807 | 需要输出的整数值 |

## 输出结果

| 输出名称     | 数据类型 | 描述         |
| -------- | ---- | ---------- |
| `output` | INT  | 未经修改的输入整数值 |
