Start Creative Upscale
POST
https://api.ezlinkai.com/v2beta/stable-image/upscale/creative
Upscale
generally, it can upscale images ~20-40x times while preserving, and often enhancing, quality.
Creative Upscale works best on highly degraded images and is not for photos of 1mp or above as it performs
heavy reimagining (controlled by creativity scale).
Try it out
How to use
POST
request.authorization
field. The body of the request must bemultipart/form-data
.image
prompt
seed
negative_prompt
output_format
creativity
Note: for more details about these parameters please see the request schema below.
id
in the response to poll for results at theupscale/result/{id} endpoint. Rate-limiting or other errors may occur if you poll more than once every 10 seconds.
Credits
Request
Header Params
authorization
string
required
>= 1 characters
content-type
string
required
>= 1 characters
Example:
multipart/form-data
stability-client-id
string
optional
<= 256 characters
Example:
my-awesome-app
stability-client-user-id
string
optional
<= 256 characters
Example:
DiscordUser#9999
stability-client-version
string
optional
<= 256 characters
Example:
1.2.1
Body Params multipart/form-data
image
file
required
Example:
./some/image.png
prompt
string
required
elements, colors, and subjects will lead to better results.
(word:weight)
,where
word
is the word you'd like to control the weight of and weight
is a value between 0 and 1. For example:
The sky was a crisp (blue:0.3) and (green:0.8)
would convey a sky that was blue and green, but more green than blue.
>= 1 characters<= 10000 characters
negative_prompt
string
optional
This is an advanced feature.
<= 10000 characters
output_format
enum<string>
optional
content-type
of the generated image.Allowed values:
jpegpngwebp
Default:
png
Example:
png
seed
number
optional
0
to use a random seed.)>= 0<= 4294967294
Default:
0
creativity
number
optional
Higher values will result in more details being added to the image during upscaling.
>= 0<= 0.35
Default:
0.3
Example:
0.3
Request samples
Responses
Modified at 2024-08-18 02:36:37