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 |