catio-apps / catio-photoaistudio-generate-pro

https://api.catioapps.com. Take a picture of your face and instantly get any profile picture you want. Only 1 photo, no training needed.

  • Public
  • 79 runs
  • License

Run catio-apps/catio-photoaistudio-generate-pro 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
num_samples
integer
1

Min: 1

Max: 4

num_samples
pose_image
string
Pose image
face_image
string
Face image
face_resemblance
number
0.4

Max: 0.8

Face Conditioning Scale (0 - 1)
prompt
string
a portrait of a [MODEL] with a suit and a tie
None
n_prompt
string
None
steps
integer
20

Max: 50

num_inference_steps
width
integer
768
Width
seed
integer
0

Max: 4294967295

Seed (0 = random, maximum: 4294967295)
api_key
string
Personal api key

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