You're looking at a specific version of this model. Jump to the model overview.
flux-kontext-apps /face-to-many-kontext:d5a7f646
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 |
|---|---|---|---|
| style |
None
|
Random
|
The artistic style to apply to the image
|
| persona |
None
|
None
|
The persona to apply to the image
|
| aspect_ratio |
None
|
match_input_image
|
Aspect ratio of the generated image. Use 'match_input_image' to match the aspect ratio of the input image.
|
| output_format |
None
|
png
|
Output format for the generated image
|
| seed |
integer
|
Random seed. Set for reproducible generation
|
|
| num_images |
integer
|
1
Min: 1 Max: 10 |
The number of images to generate
|
| input_image |
string
|
Image of the person to transform. Must be jpeg, png, gif, or webp.
|
|
| preserve_outfit |
boolean
|
False
|
Whether to preserve the outfit
|
| safety_tolerance |
integer
|
2
Max: 2 |
Safety tolerance, 0 is most strict and 2 is most permissive. 2 is currently the maximum allowed.
|
| preserve_background |
boolean
|
False
|
Whether to preserve the background
|
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'}