0x101/n002_3

Public
3.1K runs

Run 0x101/n002_3 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
init_image
string
기본 입력 이미지 (RGB)
mask_image
string
인페인팅 마스크 (흰색=수정, 검은색=유지). 제공 시 Inpaint 모드로 동작.
ref_image1
string
reference image 1
ref_image2
string
reference image 2
prompt
string
change the hat to red
prompt for image
negative_prompt
string
negative
rewrite_prompt
boolean
False
hf inference prompt rewrite
num_inference_steps
integer
8

Min: 1

Max: 50

steps
true_cfg_scale
number
1

Min: 1

Max: 10

프롬프트 충실도(=guidance_scale).
aspect_ratio
None
original
output image aspect ratio
height
integer
height of output image
width
integer
width of output image
num_images_per_prompt
integer
1

Min: 1

Max: 8

make how many images
seed
integer
-1
seed
ka_token
string
KA token.

Output schema

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

Schema
{
  "type": "string",
  "title": "Output",
  "format": "uri"
}