Sign in

Upscale - Conservative

documented

Upscale an image with the Conservative upscale profile.

POST /v2beta/stable-image/upscale/conservativeStable Imageno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.stability.ai/v2beta/stable-image/upscale/conservative" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -F 'image=@{{$image_path}}' \
  -F 'prompt={{$prompt}}' \
  -F 'negative_prompt={{$negative_prompt}}' \
  -F 'creativity={{$creativity}}' \
  -F 'seed={{$seed}}' \
  -F 'output_format={{$output_format}}'
Upscale - Conservative · Stability AI · OpenIntegrations