usamaehsan/qwen-image-edit-2511-nunchaku

Qwen-Image-Edit-2511 Lightning, Nunchaku SVDQ INT4 (official nunchaku 1.2.1 + 2511 shim)

Public
24 runs

Run usamaehsan/qwen-image-edit-2511-nunchaku 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
width
integer

Min: 256

Max: 1536

Output width, /16
height
integer

Min: 256

Max: 1536

Output height, /16
num_inference_steps
integer
0

Max: 12

0 = backend default (fp8: 4, nunchaku: 8)
ref_size
integer
1024

Min: 256

Max: 1536

Side of the square area the reference is resized to for the VAE (its tokens join the transformer sequence). Stock: 1024
cond_size
integer
384

Min: 128

Max: 768

Side of the area the reference is resized to for the text encoder's vision tower. Stock: 384
attention
None
native
None
seed
integer
None
output_format
None
jpg
None
output_quality
integer
90

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