> ## 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 | The floating-point number value to output |

## Outputs

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