Upscale - Creative
documentedUpscale an image with the Creative upscale profile.
POST /v2beta/stable-image/upscale/creativeStable 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/creative" \
-X POST \
-H "Accept: application/json" \
-H "Authorization: Bearer {{STABILITY_API_KEY}}" \
-F "image=@{{$image_path}}" \
-F "prompt={{$prompt}}" \
-F "creativity={{$creativity}}" \
-F "seed={{$seed}}" \
-F "negative_prompt={{$negative_prompt}}" \
-F "output_format={{$output_format}}"