Skip to main content

STABILITY_AI_OUTPAINT

Outpaint an image region using StabilityAI. Supports coordinates (left,right,up,down) to define the outpainting area.

At a glance

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

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
leftPixels to the left (default 0)NonefalsefalseNoneNone
rightPixels to the right (default 0)NonefalsefalseNoneNone
upPixels to the top (default 0)NonefalsefalseNoneNone
downPixels to the bottom (default 0)NonefalsefalseNoneNone

Inputs

TypeDescriptionDefaultRequiredResolved
blobInput image blob to outpaintNonetruefalse
imageNameInput image nameNonefalsefalse

Outputs

TypeDescriptionOptional
blobOutpainted image blobfalse

Examples

Outpaint an image

- step: STABILITY_AI_OUTPAINT
left: 10
right: 10
up: 20
down: 20

See Also

General Resources: