zf-kbot/flux-klien-4b-cache
Public
5
runs
Run zf-kbot/flux-klien-4b-cache 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 |
|---|---|---|---|
| seed |
integer
|
None
|
|
| image |
string
|
Input image
|
|
| width |
integer
|
1024
|
None
|
| height |
integer
|
1024
|
None
|
| prompt |
string
|
remove all watermark, clean background, keep original details and colors
|
None
|
| guidance_scale |
number
|
1
|
None
|
| num_inference_steps |
integer
|
4
|
None
|
{
"type": "object",
"title": "Input",
"required": [
"image"
],
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"nullable": true
},
"image": {
"type": "string",
"title": "Image",
"format": "uri",
"description": "Input image"
},
"width": {
"type": "integer",
"title": "Width",
"default": 1024
},
"height": {
"type": "integer",
"title": "Height",
"default": 1024
},
"prompt": {
"type": "string",
"title": "Prompt",
"default": "remove all watermark, clean background, keep original details and colors"
},
"guidance_scale": {
"type": "number",
"title": "Guidance Scale",
"default": 1
},
"num_inference_steps": {
"type": "integer",
"title": "Num Inference Steps",
"default": 4
}
}
}
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"
}