zf-kbot/md-me-image-llada

Fast LLaDA Image Turbo FP8 generation and editing with an optimized text encoder

Public
33 runs

Run zf-kbot/md-me-image-llada 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
Access key.
prompt
string
Describe the image, or the changes to make to the input image.
input_image
string
Optional reference image for editing.
aspect_ratio
None
auto
auto follows the input image, or uses 1:1 for text-to-image. Explicit ratios center-crop editing references.
resolution_mode
None
longest_edge
longest_edge produces a 1024px longest edge; megapixels uses the selected area.
megapixels
number
1

Min: 0.5

Max: 2

Target output megapixels; ignored in longest_edge mode. High resolutions use CPU offload and take longer.
steps
None
4
Number of sampling steps.
seed
integer

Max: 2147483647

Random seed. Empty chooses a new seed.
file_format
None
jpg
Output image format.

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