Show Spent Time (🚫Deprecated)(showSpentTime)
Show Spent Time (🚫Deprecated) node from ComfyUI-Easy-Use.
show Spent Time
The Show Spent Time node is a deprecated utility from the ComfyUI-Easy-Use package. It accepts a pipeline state and, as its name suggests, displays the time spent up to that point in the workflow. Because the node has no outputs, it is intended as a terminal inspection/debugging node rather than a pass-through element.
Inputs
- pipe (
PIPE_LINE, required): The pipeline state to inspect. The node reads the current execution timing from this pipe and displays the elapsed time.
Outputs
This node has no outputs. Once executed, the workflow branch terminates here. The node is therefore used only for observing timing information; it cannot be chained into further nodes.
Usage Notes
- Place this node at the end of a workflow (or a branch) to see how long execution took to reach that point.
- Because it has no outputs, it cannot be used mid-workflow without breaking the connection chain. If you need a non-disruptive timing display, look for alternatives that pass the pipe through.
- The node is marked deprecated in the
EasyUse/🚫 Deprecatedcategory. It may be removed or stop working in future versions of the package. Consider using supported debugging or timing nodes from the current Easy-Use set instead.
Deprecation
This node is listed under EasyUse/🚫 Deprecated and should not be used in new workflows. If you relied on it for timing visualizations, please migrate to a current, maintained equivalent. The deprecated status means it is provided for backward compatibility only and may not receive updates or bug fixes.
Comments
Sign in with GitHub to join the discussion.