Qwen Image Edit 2511 LoRA is an enhanced version with custom LoRA support for personalized styles. It delivers stronger edit consistency, robust multi-person identity/pose consistency, custom LoRA styles, enhanced industrial/product design, and improved geometric reasoning for structure-preserving edits. Built for stable production use with a ready-to-use REST API, no cold starts, and predictable pricing.
Idle

$0.025per run·~40 / $1

Change the background sky to a golden sunset and add soft clouds. Keep the main subject completely unchanged (face, clothes, pose, outline, details). Maintain the original light direction and shadows to achieve a natural, realistic, and highly detailed image.

Add a new person(image2) to the left side of image1, The new person's clothing matches the scene, resulting in a natural and unobtrusive overall effect.

Add a new person to the left side of the image, with a style consistent with the existing photos: the same lens focal length, lighting direction, depth of field, and graininess. The new person's clothing matches the scene, while keeping the faces and postures of all the original people unchanged, resulting in a natural and unobtrusive overall effect.

The product casing material was changed to matte metal, while maintaining the shape, structure, and logo position. Highly realistic reflections and micro-scratches are achieved, with consistent lighting.

Change the background to a seamless white studio, adding soft, natural shadows and subtle reflections. Maintain complete consistency in product shape, logo, and material texture, with clean edges, a commercial product photography style, and high-resolution details.
Qwen-Image-Edit-2511-LoRA is an enhanced version of Qwen-Image-Edit-2511 with custom LoRA support, enabling personalized style transfer and character-consistent editing. Built on the Qwen-Image 20B (MMDiT) architecture, it delivers all the benefits of 2511 plus the flexibility to apply custom-trained LoRA models for unique artistic styles, brand consistency, or character preservation.
Custom LoRA support Apply your own trained LoRA models or community LoRAs for personalized styles, characters, or brand aesthetics.
Multi-LoRA blending Combine multiple LoRAs with individual weight control for complex style combinations.
All 2511 improvements included
Custom style transfer Apply trained LoRA models to maintain consistent artistic style, character appearance, or brand identity across edits.
Dual-mode editing
Precise text editing (when applicable) Add, delete, or replace on-image text while keeping natural typography behavior (spacing, alignment, style).
Style preservation Maintains lighting, palette, and overall look while applying targeted changes.
| Parameter | Description |
|---|---|
| prompt* | The edit instruction describing what to change and what to keep. |
| images* | Input images to edit or reference. Up to 3 images maximum (the first image is typically treated as the main base image). |
| loras | Array of LoRA models to apply. Each LoRA object contains path (URL/path to LoRA file) and optional scale (weight 0-2, default 1.0). |
Supported output formats typically include JPG / PNG / WEBP (as exposed by the endpoint).
If you're using image URLs or LoRA URLs (instead of uploading locally), make sure they're publicly accessible. If the URL is valid, the interface will display a preview before you run the job.
Qwen Image Edit 2511 — Multi-Person Image Editing — Base version without LoRA support, optimized for fast multi-person and industrial editing.
Qwen Image Edit — AI Image Editing & Inpainting — Prompt-driven image editing for object removal, background replacement, and inpainting with fast iterations and strong instruction following.
Qwen Image Edit Plus — High-Fidelity Image Editing — Higher-quality image edits with cleaner edges, improved detail retention, and more stable results on complex scenes and textures.
Grab a WaveSpeedAI API key, then call POST https://api.wavespeed.ai/api/v3/wavespeed-ai/qwen-image/edit-2511-lora with your input as JSON. The endpoint returns a prediction id; poll the prediction endpoint until status flips to completed, then read the output URL from data.outputs[0]. Examples for Qwen Image Edit 2511 Lora below.
# Submit the prediction
curl -X POST "https://api.wavespeed.ai/api/v3/wavespeed-ai/qwen-image/edit-2511-lora" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $WAVESPEED_API_KEY" \
-d '{
"prompt": "A cinematic shot of a city at sunset, soft golden light",
"seed": -1,
"output_format": "jpeg",
"enable_base64_output": false,
"enable_sync_mode": false
}'
# Response includes a prediction id. Poll for the result:
curl -X GET "https://api.wavespeed.ai/api/v3/predictions/{request_id}/result" \
-H "Authorization: Bearer $WAVESPEED_API_KEY"
# When status is "completed", read the output from data.outputs[0].// npm install wavespeed
const WaveSpeed = require('wavespeed');
const client = new WaveSpeed(); // reads WAVESPEED_API_KEY from env
const result = await client.run("wavespeed-ai/qwen-image/edit-2511-lora", {
"prompt": "A cinematic shot of a city at sunset, soft golden light",
"seed": -1,
"output_format": "jpeg",
"enable_base64_output": false,
"enable_sync_mode": false
});
console.log(result.outputs[0]); // → URL of the generated output# pip install wavespeed
import wavespeed
output = wavespeed.run(
"wavespeed-ai/qwen-image/edit-2511-lora",
{
"prompt": "A cinematic shot of a city at sunset, soft golden light",
"seed": -1,
"output_format": "jpeg",
"enable_base64_output": false,
"enable_sync_mode": false
}
)
print(output["outputs"][0]) # → URL of the generated outputQwen Image Edit 2511 Lora is a WaveSpeedAI model for AI inference, exposed as a REST API on WaveSpeedAI. Qwen Image Edit 2511 LoRA is an enhanced version with custom LoRA support for personalized styles. It delivers stronger edit consistency, robust multi-person identity/pose consistency, custom LoRA styles, enhanced industrial/product design, and improved geometric reasoning for structure-preserving edits. Built for stable production use with a ready-to-use REST API, no cold starts, and predictable pricing. You can call it programmatically or try it from the playground above.
POST your input parameters to the model's REST endpoint (shown in the API tab of this playground) with your WaveSpeedAI API key in the Authorization header. Submission returns a prediction ID; poll the prediction endpoint until status flips to "completed", then read the output URL from the result. The playground generates a ready-to-paste code sample in Python, JavaScript, or cURL for whatever inputs you've set. Full request/response shape is documented at https://wavespeed.ai/docs/docs-api/wavespeed-ai/qwen-image-edit-2511-lora.
Qwen Image Edit 2511 Lora starts at $0.025 per run. That figure is the base price — the final charge scales with the parameters you set in the form (output size, length, count, references, or whatever knobs this model exposes), so a higher-quality or larger output costs more than a minimal one. The exact cost for your current input is shown live next to the Generate button before you submit, and the actual per-call charge is recorded on the prediction afterwards.
Key inputs: `prompt`, `images`, `seed`, `enable_base64_output`, `enable_sync_mode`, `loras`. The full JSON schema (types, defaults, allowed values) is rendered above the Generate button and mirrored in the API reference at https://wavespeed.ai/docs/docs-api/wavespeed-ai/qwen-image-edit-2511-lora.
Average end-to-end generation time on WaveSpeedAI is around 8 seconds per request — measured across recent runs. Queue time scales with global demand; live status is visible in the prediction record.
Commercial usage rights depend on the model's license, set by its provider (WaveSpeedAI). The license summary appears on the model card above; see WaveSpeedAI's Terms of Service for platform-level conditions.