Enlarge images from 64x64 pixels to 1 million pixels up to 4K resolution. More broadly, it can scale images by approximately 20-40 times while preserving details in all aspects. Conservative enlargement minimizes changes to the image and should not be used for reimagining the image. Request
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://api.302.ai/sd/v2beta/stable-image/upscale/conservative' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Accept: image/*' \
--header 'Content-Type: multipart/form-data' \
--form 'image=@""' \
--form 'prompt=""' \
--form 'negative_prompt=""' \
--form 'creativity="0.35"' \
--form 'seed="0"'
Responses
application/json Modified at 2024-09-03 08:02:19