Image Sender
ImpactPack/UtilOutput Node
ImageSenderSaves 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
| Name | Type | Status | Constraints | Default |
|---|---|---|---|---|
images | IMAGE | required | - | - |
filename_prefix | STRING | required | - | "ImgSender" |
link_id | INT | required | min: 0, max: 9.22e+18, step: 1 | 0 |
Outputs
This node has no outputs.
Was this page helpful?