Skip to main content

STABILITY_AI_UPSCALE

Upscale an image using StabilityAI upscale endpoint. Uploads a provided image blob and returns the upscaled image blob.

At a glance

  • Category LLM
  • Aliases SERVICE_STABILITY_AI_UPSCALE
  • Version: 1.0.4
  • Applications: all
  • Scope: all
  • Default Service: STABILITY_AI

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
promptOptional prompt describing desired changes to the imageNonefalsetrueNoneNone
output_formatDesired output format (e.g. jpeg, png)NonefalsefalseNoneNone

Inputs

TypeDescriptionDefaultRequiredResolved
blobInput image blob to upscaleNonetruefalse
imageNameInput image nameNonefalsefalse

Outputs

TypeDescriptionOptional
blobUpscaled image blobfalse

Examples

Upscale an image

- step: STABILITY_AI_UPSCALE
output_format: "jpeg"

See Also

General Resources: