You're looking at a specific version of this model. Jump to the model overview.
zsxkib /instant-id:11219f80
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 face image
|
|
| pose_image |
string
|
(Optional) reference pose image
|
|
| prompt |
string
|
a person
|
Input prompt
|
| negative_prompt |
string
|
|
Input Negative Prompt
|
| sdxl_weights |
None
|
stable-diffusion-xl-base-1.0
|
Pick which base weights you want to use
|
| width |
integer
|
640
Min: 512 Max: 4096 |
Width of output image
|
| height |
integer
|
640
Min: 512 Max: 4096 |
Height of output image
|
| num_inference_steps |
integer
|
30
Min: 1 Max: 500 |
Number of denoising steps
|
| guidance_scale |
number
|
5
Min: 1 Max: 50 |
Scale for classifier-free guidance
|
| ip_adapter_scale |
number
|
0.8
Max: 1.5 |
Scale for image adapter strength (for detail)
|
| controlnet_conditioning_scale |
number
|
0.8
Max: 1.5 |
Scale for IdentityNet strength (for fidelity)
|
| seed |
integer
|
Random seed. Leave blank to randomize the seed
|
|
| disable_safety_checker |
boolean
|
False
|
Disable safety checker for generated images
|
Output schema
The shape of the response you’ll get when you run this model with an API.
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}