MF Modulo

MF_ModuloAdvanced

Computes modulo (remainder) and cycle count. Outputs: result = input mod value, cycle = input ÷ value (integer division).

Pack: MF PipoNodes

custom_nodes.ComfyUI-MF-PipoNodes

Inputs (2)

NameTypeRequired
input_numberINTrequired
modulo_valueINTrequired

Outputs (4)

NameType
modulo_result_intINT
modulo_result_stringSTRING
cycle_count_intINT
cycle_count_stringSTRING
MF Modulo | TealPug Node Explorer