Skip to main content

Image Sender

ImpactPack/UtilOutput Node
ImageSender

Saves the input images to your ComfyUI output directory.

Example

JSON Example
{
  "class_type": "ImageSender",
  "inputs": {
    "images": [
      "node_id",
      0
    ],
    "filename_prefix": "ImgSender",
    "link_id": 0
  }
}

This example shows required inputs only. Connection values like ["node_id", 0] should reference actual node IDs from your workflow.

Inputs

NameTypeStatusConstraintsDefault
imagesIMAGErequired--
filename_prefixSTRINGrequired-"ImgSender"
link_idINTrequiredmin: 0, max: 9.22e+18, step: 10

Outputs

This node has no outputs.

Was this page helpful?