ComfyUI Pause Workflow Node

Features
- Adds a pause point in workflows
- Requires manual confirmation to continue
- Preserves data flow between nodes with 2 pass-through inputs/outputs
Use Cases
- Pause to check whether result is worth upscaling
- Check for artifacts before continuing
Installation
ComfyUI Manager
Search for ComfyUI-pause
in the Node Palette
Manually
- Clone this repo to
ComfyUI/custom_nodes
- Restart ComfyUI
cd ComfyUI/custom_nodes
git clone https://github.com/wywywywy/ComfyUI-pause.git
Usage
- Add Pause Workflow Node from the
utils
category
- Connect inputs/outputs as needed
- Execute workflow - it will pause at this node
- Click the Continue button on the node to resume
- Or click the Cancel button to cancel the whole workflow instead
License
MIT