jackieyaung/qwen-image-edit-2509-gguf

Cost-efficient, reproducible image editing with full diffusion parameter control.

Public
7 runs

Run jackieyaung/qwen-image-edit-2509-gguf 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
string
输入图像(主图像)
prompt
string
编辑提示词
negative_prompt
string
blurry, low quality, distorted
负面提示词
steps
integer
25

Min: 1

Max: 100

推理步数 (建议: Lightning模式4步 / 普通模式25-30步)
cfg_scale
number
1

Min: 1

Max: 20

CFG Scale (引导强度)
seed
integer
-1
随机种子 (-1 为随机)
denoise
number
0.5

Max: 1

去噪强度

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