zf-kbot/md-me-klein

Public
15.3K runs

Run zf-kbot/md-me-klein 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
apikey
string
API 密钥
input_image
string
输入图片
prompt
string
修复这张照片.transform the image to realistic photograph. add realistic details to the corrupted image.
正向提示词
megapixels
number
0
目标百万像素,0表示保持原始分辨率
strength_model
number
0.1

Max: 1

LoRA强度
steps
integer
4

Min: 4

Max: 24

生成步数
file_format
None
jpg
输出图片格式

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