ComfyUI Node
Sampler Timing Result
Reads sampler timing after sampling. FLOAT outputs can feed any compatible workflow node.
Sampler Timing Result
- samples
- sampler_timer
- samples
- average_seconds
- total_seconds
- seconds_per_step
- sampler_calls
- total_steps
CategoryVideo Tiler
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| samples | LATENT | Connect the LATENT output of the timed sampler. | |
| sampler_timer | SAMPLER_TIMER | Connect Sampler Timer Start's sampler_timer output. |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| samples | LATENT | Unchanged sampler LATENT passthrough. |
| average_seconds | FLOAT | Average wall-clock seconds per completed sampler call. |
| total_seconds | FLOAT | Total wall-clock seconds across completed sampler calls. |
| seconds_per_step | FLOAT | Average wall-clock seconds per sigma interval. |
| sampler_calls | INT | Number of completed sampler calls included in the average. |
| total_steps | INT | Total sigma intervals included in seconds_per_step. |