ComfyUI Node
Ino S3 Download Image
Downloads an image from S3 and returns it as an IMAGE tensor with mask.
Ino S3 Download Image
- success
- message
- image
- mask
◄enabledtrue►
◄s3_keyinput/example.png►
◄s3_config{"access_key_id": "", "access_key_secret": "", "bucket_name": "", "endpoint_url": "", "region_name": ""}►
CategoryInoS3Helper
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| enabled | BOOLEAN | true | — |
| s3_key | STRING | input/example.png | — |
| s3_configopt | STRING | {"access_key_id": "", "access_key_secret": "", "bucket_name": "", "endpoint_url": "", "region_name": ""} | you can leave it empty and pass it with env vars |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| success | BOOLEAN | — |
| message | STRING | — |
| image | IMAGE | — |
| mask | MASK | — |