ComfyUI Node
Edit in Photoshop
Round-trips the input image through Photoshop: opens it for editing and returns whatever comes back. Works with ComfyUI alone -- it launches Photoshop and watches for a save -- and becomes instant and more reliable once the Photoshop panel plugin is installed and connected. Use this whenever a workflow needs a manual touch-up step, like retouching a generated image or fixing a detail before continuing. The mode widget controls whether the workflow waits for that first save, re-queues itself automatically on every save, or just opens Photoshop and moves on without waiting.
Edit in Photoshop
- image
- IMAGE
- MASK
◄modeWait for first save►
◄timeout_seconds1800►
CategoryPhotoshop Bridge/Handoffs (requires Photoshop)
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | The image to send to Photoshop. | |
| mode | COMBO | Wait for first save | How the workflow reacts once Photoshop opens. 'Wait for first save' pauses the workflow here until you save, then continues with your edit. 'Re-run on every save' opens Photoshop once and re-queues the workflow automatically each time you save, so you can keep iterating without touching ComfyUI. 'Open only (don't wait)' opens Photoshop and continues immediately, passing the original image through unchanged. |
| timeout_seconds | INT | 180010–86400 | How long to wait for you to save in Photoshop before giving up and stopping the workflow, in seconds. Only used by 'Wait for first save'. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | The edited image once you save in Photoshop, or the unchanged input if this mode doesn't wait for a save. |
| MASK | MASK | Marks any transparent area of the edit (1.0 = transparent, 0.0 = opaque). All zero when there's no edit yet, or the edit has no transparency. |