lightweight-ai / profile

  • Public
  • 13 runs

Run lightweight-ai/profile 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
입력 얼굴 이미지
prompt
string
프롬프트 (이미지 변형만 원할 경우 빈칸으로 두세요)
negative_prompt
string
네거티브 프롬프트
scale
number
0.6

Max: 1

스케일 (입력 이미지가 생성에 미치는 영향)
num_outputs
integer
1

Min: 1

Max: 4

출력 이미지 수
num_inference_steps
integer
30

Min: 1

Max: 500

디노이징 스텝 수
seed
integer
랜덤 시드. 무작위 시드를 원할 경우 빈칸으로 두세요
style
string (enum)
Watercolor

Options:

Watercolor, Film Noir, Neon, Jungle, Mars, Vibrant Color, Snow, Line art, American high school, Super Hero

이미지 스타일

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