Skip to main content
The Upload Image node lets the user upload one or more image files. In Studio you upload images directly; in App mode it becomes a file upload field.

When to use

  • Uploading product photos
  • Providing reference images
  • Batch image processing
Common patterns: upload_image → remove_background, upload_image → upscale_image, upload_image → generate_image (as a reference).

Outputs

Image
image
The uploaded image.

Configuration

label
string
default:"Upload Image"
The label shown for this input, including as the field label in App mode.
Uploads default to a maximum of 10 files and accept jpg, png, webp, svg, and gif.