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

flux-kontext-apps /portrait-series:a7c11ea3

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
input_image
string
Image of the person to create a series of photos for. Must be jpeg, png, gif, or webp.
num_images
integer
4

Min: 1

Max: 13

The number of poses to generate
background
None
white
The background of the photo
randomize_images
boolean
False
Whether to randomize the poses
output_format
None
png
Output format for the generated image
safety_tolerance
integer
2

Max: 2

Safety tolerance, 0 is most strict and 2 is most permissive. 2 is currently the maximum allowed.

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