ComfyUI Node
MD: Math Subtract (Int/Float)
A ComfyUI node in MD_Nodes/Math with 2 inputs and 2 outputs.
MD: Math Subtract (Int/Float)
- int_result
- float_result
◄a0.00►
◄b0.00►
CategoryMD_Nodes/Math
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| a | FLOAT | 0.00-1.797e+308–1.797e+308 | VALUE A (PRIMARY) • Purpose: The starting number. • Range: Full float range. ⭐ The number being subtracted FROM. |
| b | FLOAT | 0.00-1.797e+308–1.797e+308 | VALUE B (SUBTRAHEND) • Purpose: The amount to remove from A. • Range: Full float range. ⭐ Logic: Result = A - B |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| int_result | INT | — |
| float_result | FLOAT | — |