philz1337x / clarity-lowres-upscaler

Low resolution image Upscaler and Enhancer. For images between 64 - 512 px. Use at ClarityAI.co Twitter/X: @philz1337x

  • Public
  • 2.1K runs
  • GitHub
  • Paper

Run philz1337x/clarity-lowres-upscaler with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
image
string
Source image
output_size
integer
1024
Size of output image
prompt
string
best quality
Input prompt
negative_prompt
string
blur, lowres, bad anatomy, bad hands, cropped, worst quality
Negative prompt
strength
number
1
Strength
steps
integer
32
Number of steps
seed
integer
Random seed. Leave blank to randomize the seed

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "array",
  "items": {
    "type": "string",
    "format": "uri"
  },
  "title": "Output",
  "x-cog-array-type": "iterator"
}