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

# PrimitiveFloat - ComfyUI Built-in Node Documentation

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

The PrimitiveFloat node creates a floating-point number value that can be used in your workflow. It takes a single numeric input and outputs that same value, allowing you to define and pass float values between different nodes in your ComfyUI pipeline.

## Inputs

| Parameter | Data Type | Required | Range                                   | Description                                              |
| --------- | --------- | -------- | --------------------------------------- | -------------------------------------------------------- |
| `value`   | FLOAT     | Yes      | -sys.maxsize to sys.maxsize (step: 0.1) | The floating-point number value to output (default: 0.0) |

## Outputs

| Output Name | Data Type | Description                           |
| ----------- | --------- | ------------------------------------- |
| `output`    | FLOAT     | The input floating-point number value |

***

**Source fingerprint (SHA-256):** `92f1603421dfcc06867f001222ca49b322de1537e05336f94e250a9422236d11`
