ComfyUI Node
Number Remap Range
A node that remaps a number from one range to another. Supports optional clamping, overriding the number, and pre-multiplying the number.
Number Remap Range
- pre_multiply
- clamp_min
- clamp_max
- output_number
- float_string
- bool
◄number0.000►
◄from_range_min0.000►
◄from_range_max1.000►
◄to_range_min0.000►
◄to_range_max1.000►
CategoryDRMBT nodes
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| number | FLOAT | 0.000 | Main number parameter |
| from_range_min | FLOAT | 0.000 | — |
| from_range_max | FLOAT | 1.000 | — |
| to_range_min | FLOAT | 0.000 | — |
| to_range_max | FLOAT | 1.000 | — |
| pre_multiplyopt | * | 1 | multiply by an optional number |
| clamp_minopt | * | optional_clamp | |
| clamp_maxopt | * | multiply by an optional number |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| output_number | FLOAT | — |
| float_string | STRING | — |
| bool | BOOLEAN | — |