Qwen Image Edit Uncensored (Wiro Partners)
Edit a photo with one instruction and up to 3 input images. This uncensored Qwen-based editor keeps identity and framing while changing objects or text.
Overview
Qwen Image Edit Uncensored is an instruction-based image editor by Wiro Partners. You give it 1–3 images and one edit instruction. It rewrites pixels to match your request while trying to preserve the original scene structure. It can also edit on-image text with strong font and style matching. The output is a single PNG you can reuse in design or marketing workflows.
What you can build
- Product photo edits like color swaps, label changes, and prop insertion
- Portrait restyles that keep the same face while changing clothing and setting
- Poster and thumbnail updates by replacing or translating visible text
- Background replacement while keeping subject scale and composition
- Multi-image fusion like “use the person from Image 1 and the outfit from Image 2”
- Viewpoint tweaks like “front view” or “face left” for simple object rotations
- Cleanup edits like removing small objects and blemishes
Inputs
- One to three input images. Upload them as JPG, JPEG, PNG, BMP, TIFF, WEBP, GIF, or HEIC/HEIF when supported by the platform.
- The first image is the base image to edit. Any extra images act as references for identity, style, pose, or objects.
- Each image must be 10 MB or smaller.
- Each image should be between 384×384 and 3072×3072 pixels for best results.
- If you upload an animated GIF, the model only uses the first frame.
- One required edit instruction written in plain language. You can refer to inputs as “Image 1”, “Image 2”, and “Image 3”.
- An optional numeric random seed (0 to 2,147,483,647) to reproduce the same result.
Outputs
- One edited image returned as a PNG.
- The output keeps the width and height of the first input image.
- The PNG contains the full edited scene, not a layer or mask.
Limitations
- It may change more than you asked when the instruction is too broad.
- Many unrelated edits in one instruction can cause drift and unwanted redraws.
- Small, dense text can still warp or misspell, even when it looks close.
- Multi-image fusion can blend features if references conflict.
- Low-quality inputs reduce consistency. Blurry photos, heavy compression, scanned images, and UI screenshots can create artifacts.
- Very small subjects in a wide shot are harder to preserve during edits.
Safety & compliance
Uncensored variants typically use weaker filtering than standard endpoints. You’re responsible for lawful use and for following the Wiro platform rules.
- Don’t upload images you don’t have rights to edit.
- Get consent before editing real people, especially for sensitive or sexual content.
- Never create sexual content involving minors.
- Don’t generate non-consensual intimate imagery or harassment.
- Don’t use it for deceptive impersonation or fraud.
- Treat reference images as sensitive data. Avoid private or identifying details.
Example prompts
Great starting points for qwen image edit uncensored.
API quick start
Run qwen image edit uncensored with a single API call.
{
"prompt": "change her outfit to a champagne silk lin…",
"inputImage": "https://your-cdn.com/input.png",
"seed": 0
}curl -X POST "https://api.wiro.ai/v1/Run/wiro-partners/qwen-image-edit-uncensored" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"prompt": "change her outfit to a champagne silk lin…",
"inputImage": "https://your-cdn.com/input.png",
"seed": 0
}
JSON