Nodes/Img Label Tools/Local Timer End
ComfyUI Node

Local Timer End

Computes elapsed time since the paired TimerStart executed. Wire one TimerStart→TimerEnd per section you want to time.

By rjgoif·Created 8 months ago·Updated about a month ago· 5
Local Timer End
  • passthrough
  • timer
  • passthrough
  • time_string
  • time_float
formath m s
CategoryImage Label Tools

Inputs (3)

NameTypeDefaultDescription
passthrough*Any value or list — passed through unchanged.
timerTIMERConnect from a TimerStart node's 'timer' output.
formatCOMBOh m sOutput format. h m s → '3h 5m 2s' / '34s' (zero parts omitted) hh:mm:ss → '03:05:02' h → float hours (2 dp) m → float minutes (2 dp) s → float seconds (2 dp)

Outputs (3)

NameTypeDescription
passthrough*The passthrough input, unchanged.
time_stringSTRINGElapsed time as a formatted string (empty for float-only formats).
time_floatFLOATElapsed time as a float in the unit chosen by 'format' (0.0 for string-only formats).