Nodes/Photoshop Bridge/Edit in Photoshop
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.

By ericpaulsnowden·Created about a month ago·Updated 10 days ago· 1
Edit in Photoshop
  • image
  • IMAGE
  • MASK
modeWait for first save
timeout_seconds1800
CategoryPhotoshop Bridge/Handoffs (requires Photoshop)

Inputs (3)

NameTypeDefaultDescription
imageIMAGEThe image to send to Photoshop.
modeCOMBOWait for first saveHow 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_secondsINT180010–86400How 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)

NameTypeDescription
IMAGEIMAGEThe edited image once you save in Photoshop, or the unchanged input if this mode doesn't wait for a save.
MASKMASKMarks 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.