ai_gfpgan
An authenticated client can post a request to this AI to improve the quality of an image, mostly used for face restoration and enlarging images of faces.
This AI can run AI alongside a Daemon on GPU only
Get the JSON config file for this AI
GET https://opensourceais.com/api/v1/public/config/gfpgan
You should not need to call this endpoint. This is just a FYI to understand all input parameters sent to the AI.
Post a request to restore an image via OpenSourceAIs
POST https://opensourceais.com/api/v1/private/client/ai/gfpgan
Request Body
Name
Type
Description
url_upload*
String
A well formed URI starting with https://... and accessing a PNG or JPG image.
res
int
the output resolution, either 1, 2, or 4. A value of 1 keeps the same resolution, a value of 2 doubles the size of the image. Default is 1.
Last updated
