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.
Run Photoshop Action
- image
- IMAGE
- MASK
◄action_name►
◄action_set►
◄timeout_seconds1800►
CategoryPhotoshop Bridge/Handoffs (requires Photoshop)
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | The image to open in Photoshop and run the Action on. | |
| action_name | STRING | The exact Action name, as it appears in Photoshop's Actions panel. | |
| action_set | STRING | The exact Action Set name that contains the Action, as it appears in Photoshop's Actions panel. | |
| timeout_seconds | INT | 180010–86400 | How long to wait for the Action to finish before giving up and stopping the workflow, in seconds. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | The image after the Photoshop Action ran. |
| MASK | MASK | Marks any transparent area of the result (1.0 = transparent, 0.0 = opaque). All zero if the result has no transparency. |