Nodes/Photoshop Bridge/Run Photoshop Action
ComfyUI Node

Run Photoshop Action

Opens the input image in Photoshop and plays back a saved Photoshop Action on it automatically, then returns the result -- no manual clicking required. Requires the Photoshop panel plugin to be installed and connected; there's no file-only fallback, because only the plugin can reach Photoshop's Actions panel. Type the exact Action and Action Set names as they appear in Photoshop's Actions panel. Disable any 'show dialog' step toggles in the Action itself, or a step's dialog box can stall Photoshop until you dismiss it by hand.

By ericpaulsnowden·Created about a month ago·Updated 10 days ago· 1
Run Photoshop Action
  • image
  • IMAGE
  • MASK
action_name
action_set
timeout_seconds1800
CategoryPhotoshop Bridge/Handoffs (requires Photoshop)

Inputs (4)

NameTypeDefaultDescription
imageIMAGEThe image to open in Photoshop and run the Action on.
action_nameSTRINGThe exact Action name, as it appears in Photoshop's Actions panel.
action_setSTRINGThe exact Action Set name that contains the Action, as it appears in Photoshop's Actions panel.
timeout_secondsINT180010–86400How long to wait for the Action to finish before giving up and stopping the workflow, in seconds.

Outputs (2)

NameTypeDescription
IMAGEIMAGEThe image after the Photoshop Action ran.
MASKMASKMarks any transparent area of the result (1.0 = transparent, 0.0 = opaque). All zero if the result has no transparency.