tripathiarpan20 / pixel-portrait-lcm-anythingv3.0

Convert any image to pixel portraits

  • Public
  • 21 runs
  • GitHub
  • License
Iterate in playground
Run with an API

Run tripathiarpan20/pixel-portrait-lcm-anythingv3.0 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
Input image
prompt
string
A person, pixel art
Input prompt
negative_prompt
string
bad quality, low quality
Specify things to not see in the output
strength
number
0.5

Max: 1

Denoising strength
guidance_scale
number
8

Max: 10

CFG scale for guidance
num_inference_steps
integer
10

Min: 1

Max: 50

Number of inference steps
seed
integer
42
Random seed. Leave blank to randomize the seed
canny_low_threshold
number
0.31

Max: 1

Canny low threshold
canny_high_threshold
number
0.78

Max: 1

Canny high threshold
controlnet_scale
number
0.8

Max: 1

Controlnet scale
controlnet_start
number
0

Max: 1

Controlnet start
controlnet_end
number
1

Max: 1

Controlnet end

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