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

s-henmind /shoes_model_change:a885f7c1

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
product
string
Upload photo of a model wearning shoes
generate_face
boolean
True
True: generate a new face; False: swap face with an uploaded image
num_images
integer
1

Min: 1

Max: 4

the number of generated images in one run
target
string
Upload target face if available
prompt
string
4k textures, highly detailed, a woman with long hair standing in a cozy living room. Her hands are both covered by sleeves. The background features a large window showcasing a serene garden view
prompt to generate new image
negative_prompt
string
unsuitable, nude, watermark, glitch, noise, bad, drawing, painting, crayon, sketch, graphite, impressionist, noisy, blurry, soft, deformed, ugly, worst quality,low quality, glare
negative prompt to generate new image
seed
integer
0

Max: 10000000

seed for generating new image

Output schema

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

Schema
{'properties': {'image': {'format': 'uri', 'title': 'Image', 'type': 'string'}},
 'required': ['image'],
 'title': 'Output',
 'type': 'object'}