Skip to main content

Face Lock

Face lock technology that allows users to create and manipulate images with facial features of the input image, enabling the production of personalized and dynamic artwork.

Tip
  • Use good clarity photos where the face is clearly visible
  • Give simple prompts
ImagePipeline-Post
https://api.imagepipeline.io/facelock/v1
ImagePipeline-Auth
API-Key


{
"input_face": "https://i.ibb.co/C0vGFDM/Remove-background-project.png",
"model_id": "4ff0ef09-fb46-4cc5-91f5-e5d5e0230646",
"seed": 9999,
"width": 1024,
"height": 1024,
"prompt": "portrait of woman, red hair, white sweater, snowy background, highly detailed, 8k",
"samples": 2,
"guidance_scale": 1,
"negative_prompt": "deformed anatomy, open mouth, cross-eyes, imperfect features, crooked teeth, different eye colour",
"num_inference_steps": 10
}
Lightning sdxl model image pipeline

Status

Your response will include a status.

  • If the status = SUCCESS, you will also have download_urls that will have the links to your generated image based on the number of samples you have entered. The maximum number of samples that can be generated is 4.
  • If the status = PENDING, you will receive a id. You can use the status endpoint to fetch your image using the id.
  • If the status = FAILURE, you will receive only an error message.

Endpoint: [GET]

  • https://api.imagepipeline.io/facelock/v1/status/{{id}}

Pass the API-Key as the authorization in the header.