qwaezrx/ipadapter-faceid-faceswap-upscale

Generate face based images using ipadapter-faceid, faceswap, face restore, upscale.

Public
34 runs

Run qwaezrx/ipadapter-faceid-faceswap-upscale 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
positive_prompt
string
photo of a man, fashion model, simple clothes high quality, highly detailed, 4k, highres
Positive Prompt
negative_prompt
string
blurry, distorted, low quality, bad hands
Negative Prompt
face_image
string
Source image of the face
checkpoint
None
beautifulRealistic_v7.safetensors
SD 1.5 model checkpoint
num_inference_steps
integer
30
Steps
batch_size
integer
1

Min: 1

Max: 4

Number of images to generate in batch
repeat
integer
1
Repeat running this request (2 batch size, 2 repeat -> 2 * 2 images)
width
integer
512
None
height
integer
768
None
cfg
number
8
None
seed
integer
Sampling seed, leave Empty for Random
vae
None
vae-ft-mse-840000-ema-pruned.safetensors
None
sampler
None
euler
None
scheduler
None
normal
None
face_restore_model
None
GFPGANv1.4.pth
None
upscaler_model
None
4x-UltraSharp.pth
None
agree_to_research_only
boolean
False
You must agree to use this model only for research. It is not for commercial use.

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