使用 Qwen Image Edit 2511 的自定义 LoRA 风格同时编辑最多 3 张参考图像,获得更强的多图一致性和身份保留能力。可免费试用——按次生成付费。
About this model
Qwen Image Edit 2511 LoRA 是 Qwen Image Edit 的增强版本,支持自定义 LoRA,并提升了编辑一致性、多人物身份与姿态一致性,以及保留结构的几何推理能力。它通过 images_list 一次接收最多 3 张参考图像,还支持最多 3 个 LoRA 权重文件,以便在编辑结果上应用训练好的风格。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.04 per generation | 无论使用多少参考图像或 LoRA 权重,每次生成均按固定价格计费。 |
| Fal.ai | $0.05 per generation | Muapiapp is roughly 20% cheaper for comparable Qwen Image Edit LoRA generations. |
| Replicate | $0.05 per generation | 按使用量计费,与 Fal.ai 价格相近;muapiapp 仍是更便宜的选择。 |
无论使用多少参考图像或 LoRA 权重,每次生成均按固定价格计费。
Muapiapp is roughly 20% cheaper for comparable Qwen Image Edit LoRA generations.
按使用量计费,与 Fal.ai 价格相近;muapiapp 仍是更便宜的选择。
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | Text prompt describing the image edits. | A cinematic ocean wave at sunrise, highly detailed |
| Imagem URL | array | The images to edit (maximum 3 reference images). | https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/qwen-image-edit-2511-in.jpg |
| Proporção | Enum (9 options) | Aspect ratio of generated image. | 1:1 |
| LoRA 列表 | array | 要应用的 LoRA 列表(最多 3 个)。 | [object Object] |
| 输出Formato | Enum (3 options) | Format of the output image. | jpeg |
Text prompt describing the image edits.
A cinematic ocean wave at sunrise, highly detailedThe images to edit (maximum 3 reference images).
https://d3adwkbyhxyrtq.cloudfront.net/webassets/videomodels/qwen-image-edit-2511-in.jpgAspect ratio of generated image.
1:1要应用的 LoRA 列表(最多 3 个)。
[object Object]Format of the output image.
jpegDeveloper documentation
提供参考图像
images_list 设置为最多 3 个你想编辑或用作参考的图像 URL。编写编辑Prompt
应用 LoRA 权重(可选)
loras 中添加最多 3 个条目,每个条目包含一个 path(指向 .safetensors 文件的 URL)和一个 scale(0–4,默认 1)。设置Saída选项
aspect_ratio 和 output_format(jpeg、png 或 webp)。通过 API 提交
curl -X POST https://api.muapi.ai/api/v1/qwen-image-edit-2511-lora \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Blend the two people into one consistent scene with matching lighting.",
"images_list": ["https://example.com/ref1.jpg", "https://example.com/ref2.jpg"],
"loras": [{"path": "https://example.com/my-style.safetensors", "scale": 1}]
}'
GET /api/v1/predictions/{request_id}/result,直到 status 为 completed,然后从 output 获取图像 URL。Frequently asked
它会根据Prompt共同编辑最多 3 张参考图像,同时应用最多 3 个自定义 LoRA 权重文件来引导风格,并保留多人物身份、姿态和几何结构。
此 2511 版本通过 `images_list` 接收最多 3 张参考图像(而不是单个 `image_url`),并提供更强的多图编辑一致性、身份/姿态保留和几何推理能力。
最多 3 个,每个 LoRA 都有自己的 `scale` 倍率(0–4,默认 1)。
任何可公开访问的 `.safetensors` URL 都可以,包括 muapiapp LoRA trainer endpoint 的Saída或第三方托管服务上的文件。
支持 `jpeg`、`png` 或 `webp`,通过 `output_format` 设置。