usamaehsan/qwen-image-edit-2511-fast

Qwen-Image-Edit-2511 with the 4-step Lightning LoRA fused offline, FP8 on L40S.

Public
29 runs

Run usamaehsan/qwen-image-edit-2511-fast 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
Edit instruction
image
array
Reference image(s) as data: URIs. http URLs are rejected because Replicate bills their download time on every call.
width
integer

Min: 256

Max: 1536

Output width, /32
height
integer

Min: 256

Max: 1536

Output height, /32
num_inference_steps
integer
4

Min: 1

Max: 12

None
true_cfg_scale
number
1

Min: 1

Max: 7.5

Keep at 1.0. Above 1.0 doubles every forward pass and the Lightning distillation does not need it.
seed
integer
None
output_format
None
webp
None
output_quality
integer
85

Min: 1

Max: 100

None

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