You're looking at a specific version of this model. Jump to the model overview.

smoretalk /avatar-generator:846fd67c

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
Reference pose image
prompt
string
portrait photo of a person, high detail
Input prompt
negative_prompt
string
<ac_neg1>, <ac_neg2>, <beyond_sdxl>, <unaesthetic>
Input negative prompt
width
integer
640

Min: 512

Max: 2048

Width of output image
height
integer
640

Min: 512

Max: 2048

Height of output image
num_inference_steps
integer
8

Min: 1

Max: 500

Number of denoising steps
guidance_scale
number
1

Min: 1

Max: 20

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)
enable_pose_controlnet
boolean
True
Enable Openpose ControlNet, overrides strength if set to false
pose_strength
number
0.4

Max: 1

Openpose ControlNet strength, effective only if `enable_pose_controlnet` is true
enable_depth_controlnet
boolean
True
Enable Depth ControlNet, overrides strength if set to false
depth_strength
number
0.5

Max: 1

Depth ControlNet strength, effective only if `enable_depth_controlnet` is true
enhance_nonface_region
boolean
True
Enhance non-face region
seed
integer
Random seed. 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
{'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array'}