ComfyUI Node
Local Timer End
Computes elapsed time since the paired TimerStart executed. Wire one TimerStart→TimerEnd per section you want to time.
Local Timer End
- passthrough
- timer
- passthrough
- time_string
- time_float
◄formath m s►
CategoryImage Label Tools
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| passthrough | * | Any value or list — passed through unchanged. | |
| timer | TIMER | Connect from a TimerStart node's 'timer' output. | |
| format | COMBO | h m s | Output 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)
| Name | Type | Description |
|---|---|---|
| passthrough | * | The passthrough input, unchanged. |
| time_string | STRING | Elapsed time as a formatted string (empty for float-only formats). |
| time_float | FLOAT | Elapsed time as a float in the unit chosen by 'format' (0.0 for string-only formats). |