ComfyUI Node
[SSN] Input Float
A node that provides a numeric textbox for float input and outputs the entered float. Class methods ------------- INPUT_TYPES (dict): Defines the input fields for this node. In this case, a single float field. Attributes ---------- RETURN_TYPES (`tuple`): The type of the output tuple. Here, it is a single FLOAT. RETURN_NAMES (`tuple`): Optional: The name of the output ("value"). FUNCTION (`str`): The name of the entry-point method. This node uses "execute". CATEGORY (`str`): The category under which this node appears in the UI ("Input"). execute(float_value) -> tuple: The entry-point method that returns the float entered by the user.
[SSN] Input Float
- value
◄float_value0.00►
CategoryInput
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| float_value | FLOAT | 0.00-1000000–1000000 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| value | FLOAT | — |