Advanced Image Enhancement Tool
This model is a sophisticated solution for enhancing image quality. It employs cutting-edge algorithms to elevate the sharpness, clarity, and overall detail of images.
Use cases examples
- - Restore photo of bad resolution
- - Enhance quality of pixelised photo when you zoom im
Try it
You have to be logged in to run this model
Examples
Input
{"input":{"image":"https://rbqktisnztholqojxlaf.s...""scale":4"face_enhance":false}"id":74}
Output
{"status":"succeeded""output":"https://rbqktisnztholqojxlaf.s...""prediction_time":4.436475}
API Information
Input description
image* uri
Input image
scale number
Factor to scale image by
Default value: 4
face_enhance boolean
Face enhance
Default value: true
Output JSON Schema
This represents the JSON schema that details the structure of the model's output.
{
"type":"string"
"title":"Output"
"format":"uri"
}