Upscale - Conservative
documentedUpscale an image with the Conservative upscale profile.
POST /v2beta/stable-image/upscale/conservativeStable Imageno implementation yet0 runsNo 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}}'