omniedgeio / fabricai

  • Public
  • 117 runs

Run omniedgeio/fabricai 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
input image
fabric_image
string
image for style
clothes_type
string (enum)
Dress

Options:

Upper-clothes, Skirt, Pants, Dress

Format of the output images
controlnet_type
string (enum)
canny

Options:

canny, depth, tile

Format of the output images
style_strength
number
0.4

Max: 3

How much the style should get applied
structure_strength
number
0.6

Max: 3

How much the structure should keep the same
prompt
string
masterpiece, best quality, highres
Prompt
negative_prompt
string
worst quality, low quality, normal quality
Negative Prompt
num_inference_steps
integer
30

Min: 1

Max: 100

Number of denoising steps
guidance_scale
number
8

Min: 1

Max: 50

Scale for classifier-free guidance
seed
integer
1337
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"
}