datong-new / ckpt_outline_color

  • Public
  • 18 runs

Run datong-new/ckpt_outline_color 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
image
string
An image of a person to be converted
prompt
string
a person
None
negative_prompt
string
Things you do not want in the image
denoising_strength
number
0.65

Max: 1

How much of the original image to keep. 1 is the complete destruction of the original image, 0 is the original image
prompt_strength
number
4.5

Max: 20

Strength of the prompt. This is the CFG scale, higher numbers lead to stronger prompt, lower numbers will keep more of a likeness to the original.
control_depth_strength
number
0.8

Max: 1

Strength of depth controlnet. The bigger this is, the more controlnet affects the output.
human_face_strength
number
1

Max: 1

How strong the InstantID will be.
seed
integer
Fix the random seed for reproducibility
custom_lora_url
string
URL to a Replicate custom LoRA. Must be in the format https://replicate.delivery/pbxt/[id]/trained_model.tar or https://pbxt.replicate.delivery/[id]/trained_model.tar
lora_scale
number
1

Max: 1

How strong the LoRA will be

Output schema

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

Schema
{
  "type": "object",
  "title": "Output",
  "required": [
    "audio"
  ],
  "properties": {
    "audio": {
      "type": "string",
      "title": "Audio",
      "format": "uri"
    }
  }
}