cURL
curl --request POST \ --url http://localhost:9000/api/v1/replicate/imageupscale \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'prompt=<string>' \ --form 'negative_prompt=<string>' \ --form scale_factor=123 \ --form dynamic=123 \ --form creativity=123 \ --form resemblance=123 \ --form tiling_width=123 \ --form tiling_height=123 \ --form 'sd_model=<string>' \ --form 'scheduler=<string>' \ --form num_inference_steps=123 \ --form downscaling=true \ --form downscaling_resolution=123 \ --form sharpen=123 \ --form 'output_format=<string>'
Image upscaling using the philz1337x/clarity-upscaler AI Model.
Was this page helpful?