Documentation Index
Fetch the complete documentation index at: https://dripart-mintlify-e28287af.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe 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 |