usamaehsan/flux2-klein-4b-edit-fp8

FLUX.2 klein 4B image edit, fp8 quantized for max speed on L40S

Public
31 runs

Run usamaehsan/flux2-klein-4b-edit-fp8 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
image
array
Input image(s). 1 for editing, up to 4 references
prompt
string
Edit instruction or generation prompt
width
integer
0

Max: 2048

Output width (0 = use input size)
height
integer
0

Max: 2048

Output height (0 = use input size)
num_inference_steps
integer
4

Min: 1

Max: 8

Steps (model distilled for 4)
guidance_scale
number
1

Max: 10

None
seed
integer
Random seed
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"
}