usamaehsan / instant-id-x-better

  • Public
  • 13 runs

Run usamaehsan/instant-id-x-better 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
Prompt
negative_prompt
string
Negative prompt
num_inference_steps
integer
20
Steps
guidance_scale
number
5

Min: 0.1

Max: 30

Scale for classifier-free guidance
seed
integer
Seed
face_image
string
face image
pose_image
string
pose image
style
string (enum)
(No style)

Options:

(No style), Watercolor, Film Noir, Neon, Jungle, Mars, Vibrant Color, Snow, Line art

An enumeration.
enhance_face_region
boolean
True
None
identitynet_strength_ratio
number
0.8

Min: 0.1

Max: 2

for fedility
adapter_strength_ratio
number
0.8

Min: 0.1

Max: 2

for fedility
max_width
integer
512
Max width/Resolution of image
max_height
integer
512
Max height/Resolution of image

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