fater-ai / ace

  • Public
  • 112 runs
Iterate in playground

Run fater-ai/ace 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
prompt
string
The instructions for editing or generating!
output_w
integer
1440
The width of output image
output_h
integer
1440
The height of output image
image
string
The image to fill
mask
string
The mask image
ref
string
The reference image
seed
integer
-1
The seed for generation (default: -1 for random)
sample_steps
integer
50
The sample step for generation (optional, default: 50)
guide_scale
number
50
The guide scale for generation (optional, default: 50)
keep_pixels_rate
number
0.8
Keep pixels rate (optional, default: 0.8)

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"
}