ComfyUI Node
MF Modulo
Computes modulo (remainder) and cycle count. Outputs: result = input mod value, cycle = input ÷ value (integer division).
MF Modulo
- modulo_result_int
- modulo_result_string
- cycle_count_int
- cycle_count_string
◄input_number0►
◄modulo_value10►
CategoryMF_PipoNodes/Math
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| input_number | INT | 0-999999–999999 | — |
| modulo_value | INT | 101–999999 | — |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| modulo_result_int | INT | — |
| modulo_result_string | STRING | — |
| cycle_count_int | INT | — |
| cycle_count_string | STRING | — |