Extensions/ComfyUI Pause Workflow Node
ComfyUI Extension

ComfyUI Pause Workflow Node

Node to pause a workflow with a continue button

By wywywywy·Created about a year ago·Updated 3 months ago· 36
wywywywy/ComfyUI-pause
Nodes2
On cloudLocal install
Categoryutils
Stars36
Updated3 months ago
Readme

ComfyUI Pause Workflow Node

Node Preview

Features

  • Adds a pause point in workflows
  • Requires manual confirmation to continue
  • Preserves data flow between nodes with 2 pass-through inputs/outputs

Nodes

  1. Pause Workflow - Continue or Cancel the workflow
  2. Pause Workflow (Sound) - same as above, but plays a notification chime when it runs

Example Use Cases

  1. Pause to check whether result is worth upscaling
  2. Check for artifacts before continuing

Installation

ComfyUI Manager

Search for ComfyUI-pause in the Node Palette

Manually

  1. Clone this repo to ComfyUI/custom_nodes
  2. Restart ComfyUI
cd ComfyUI/custom_nodes
git clone https://github.com/wywywywy/ComfyUI-pause.git

Usage

  1. Add Pause Workflow or Pause Workflow (Sound) from the utils category
  2. Connect inputs/outputs as needed
  3. Execute workflow - it will pause at this node
  4. Click the Continue button on the node to resume
  5. Or click the Cancel button to cancel the whole workflow instead

License

MIT