lightweight-ai/m_q_t

Public
89 runs

Run lightweight-ai/m_q_t 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
prompt
string
이미지 생성을 위한 텍스트 프롬프트
init_image
string
Image-to-Image를 위한 원본 이미지. 제공하지 않으면 Text-to-Image로 작동합니다.
strength
number
0.8

Max: 1

Image-to-Image 강도. 값이 높을수록 프롬프트를, 낮을수록 원본 이미지를 더 많이 따릅니다.
negative_prompt
string
ugly, blurry, poor quality
생성 결과에서 제외할 요소 (예: 저화질, 흐림)
num_inference_steps
integer
28

Min: 1

Max: 200

디퓨전 스텝 수. 높을수록 품질이 향상되지만 속도가 느려집니다.
true_cfg_scale
number
4

Min: 1

Max: 20

프롬프트 충실도. 높을수록 프롬프트 내용을 강하게 따릅니다.
aspect_ratio
None
1:1
출력 이미지의 화면 비율. 'original'은 Image-to-Image 모드에서만 유효합니다.
width
integer
출력 이미지의 너비. 16의 배수로 자동 조정됩니다. Text-to-Image 모드에서 사용됩니다.
height
integer
출력 이미지의 높이. 16의 배수로 자동 조정됩니다. Text-to-Image 모드에서 사용됩니다.
lora
string
LoRA 모델의 URL (.safetensors 형식).
lora_scale
number
1
LoRA 적용 강도.
seed
integer
42
랜덤 시드. 동일한 시드는 동일한 결과를 보장합니다.

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