hassamdevsy / controlnet-inpaint

  • Public
  • 35K runs

Run hassamdevsy/controlnet-inpaint 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
None
prompt
string
None
negative_prompt
string
None
mask
string
None
controlnet_conditioning_scale
number
0.5

Max: 1

Controlnet Srength
guidance_scale
number
7.5

Max: 20

Guidance Scale for prompt
num_images_per_prompt
integer
1

Min: 1

Max: 4

Number Images to return
num_inference_steps
integer
30

Max: 50

Images to return

Output schema

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

Schema
{
  "type": "array",
  "items": {},
  "title": "Output"
}