corywilkerson/generations

Public
2 runs

Run corywilkerson/generations with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

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
face_image_1
string
First face image to create professional headshots from
face_image_2
string
Optional second face image
face_image_3
string
Optional third face image
face_image_4
string
Optional fourth face image
face_image_5
string
Optional fifth face image
era_profession
None
2000s_tech_worker
Choose a decade and profession combination for authentic period styling
gender
None
none
Gender specification (leave as 'none' for auto-detection)
variations_per_image
integer
5

Min: 1

Max: 5

Number of headshot variations to generate per input image (1-5)
seed
integer
Random seed for reproducible results

Output schema

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

Schema
{
  "type": "array",
  "items": {
    "type": "string",
    "format": "uri"
  },
  "title": "Output",
  "x-cog-array-type": "iterator"
}