Skip to content

All ComfyUI Nodes Manual

僵尸浩 edited this page Aug 23, 2024 · 9 revisions

latest updated in 1.3.0. If any info is out of date please submit a issue

Get Image From Photoshop

input

  • document: select the Photoshop document (Untitled-1.psd etc.) for getting via this widget. If layer_or_group or bound is linked, the document of the layer will be used and this widget will no longer interactive
  • layer_or_group: select the Photoshop layer via this widget. It will no longer selectable in the node when layer_or_group is linked.
  • bound: select the image boundary for getting. It will no longer selectable in the node when bound is linked.

output

  • rgb_out: the image got from PS without alpha. Link it to vae encode.
  • alpha_out: the alpha channel of the image. It can be useful for Join Image with Alpha, or for inpaint/outpaint with InvertMask

Send images to Photoshop

input

  • image: The input image. It could be a batch of image.
  • document: select the Photoshop document (Untitled-1.psd etc.) for sending via this widget. If layer_or_group or bound is linked, the document of the layer will be used and this widget will no longer interactive
  • layer_or_group: select the Photoshop layer via this widget. It will no longer selectable in the node when layer_or_group is linked
  • bound: select the image boundary for sending. It will no longer selectable in the node when bound is linked

Get Text From Photoshop

input

  • document: select the Photoshop document (Untitled-1.psd etc.) for getting via this widget. If layer_or_group or bound is linked, the document of the layer will be used and this widget will no longer interactive
  • layer_or_group: select the Photoshop layer via this widget. It will no longer selectable in the node when layer_or_group is linked.

Clone this wiki locally